.elementor-4145 .elementor-element.elementor-element-a27e26a{--display:flex;overflow:visible;}.elementor-4145 .elementor-element.elementor-element-7b2c19a{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-31dfc7c */.silicone-article {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #2b2b2b;
  line-height: 1.75;
  background: #ffffff;
}

.article-hero {
  border-left: 5px solid #17a2b8;
  padding: 24px 28px;
  margin-bottom: 36px;
  background: linear-gradient(90deg, rgba(23, 162, 184, 0.1), rgba(23, 162, 184, 0.03));
  border-radius: 10px;
}

.eyebrow {
  margin: 0 0 10px;
  color: #17a2b8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.silicone-article h1 {
  margin: 0 0 18px;
  color: #17a2b8;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 600;
}

.silicone-article h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  color: #17a2b8;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
  border-bottom: 2px solid rgba(23, 162, 184, 0.22);
  padding-bottom: 8px;
}

.silicone-article p {
  margin: 0 0 16px;
  font-size: 16px;
}

.silicone-article .intro {
  font-size: 17px;
  color: #444;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 22px 0 8px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid rgba(23, 162, 184, 0.28);
}

.comparison-table th {
  background: #17a2b8;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.comparison-table td {
  padding: 14px 16px;
  vertical-align: top;
  border: 1px solid rgba(23, 162, 184, 0.18);
}

.comparison-table tbody tr:nth-child(even) {
  background: rgba(23, 162, 184, 0.055);
}

.comparison-table tbody tr:hover {
  background: rgba(23, 162, 184, 0.1);
}

.highlight-box {
  margin-top: 42px;
  padding: 26px 28px;
  border: 1px solid rgba(23, 162, 184, 0.28);
  border-radius: 12px;
  background: rgba(23, 162, 184, 0.08);
}

.highlight-box h2 {
  margin-top: 0;
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .silicone-article {
    padding: 28px 16px;
  }

  .article-hero {
    padding: 20px;
  }

  .silicone-article h1 {
    font-size: 30px;
  }

  .silicone-article h2 {
    font-size: 21px;
  }

  .silicone-article .intro {
    font-size: 16px;
  }

  .comparison-table {
    min-width: 720px;
  }
}/* End custom CSS */