.elementor-4096 .elementor-element.elementor-element-21ed705{--display:flex;overflow:visible;}.elementor-4096 .elementor-element.elementor-element-d55c5b3{text-align:center;}.elementor-4096 .elementor-element.elementor-element-d55c5b3 .elementor-heading-title{font-size:50px;font-weight:bold;color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-e1ace92 */.rubber-article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 18px 64px;
  font-family: Arial, Helvetica, sans-serif;
  color: #243041;
  line-height: 1.72;
}

.rubber-article * {
  box-sizing: border-box;
}

.article-hero {
  padding: 48px 36px;
  margin-bottom: 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef4ff 0%, #ffffff 58%, #f0fdf4 100%);
  border: 1px solid #d9e2ec;
}

.article-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #1d4ed8;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rubber-article h1,
.rubber-article h2,
.rubber-article h3 {
  color: #102a43;
  line-height: 1.25;
}

.rubber-article h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

.article-intro {
  max-width: 900px;
  margin: 22px 0 0;
  color: #52606d;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.article-toc {
  padding: 24px;
  margin-bottom: 36px;
  border-radius: 18px;
  background: #eef4ff;
  border: 1px solid #c7d7fe;
}

.article-toc h2 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.article-toc ol {
  margin: 0;
  padding-left: 22px;
}

.article-toc li {
  margin: 7px 0;
}

.rubber-article a {
  color: #1d4ed8;
  text-decoration: none;
}

.rubber-article a:hover {
  text-decoration: underline;
}

.rubber-article section {
  margin-top: 42px;
}

.rubber-article h2 {
  margin: 0 0 18px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -0.025em;
}

.rubber-article h3 {
  margin: 28px 0 12px;
  font-size: 1.25rem;
}

.rubber-article p {
  margin: 0 0 18px;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid #d9e2ec;
  border-radius: 16px;
  background: #ffffff;
}

.rubber-article table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.rubber-article th,
.rubber-article td {
  padding: 16px;
  border-bottom: 1px solid #d9e2ec;
  text-align: left;
  vertical-align: top;
}

.rubber-article th {
  background: #f1f5f9;
  color: #102a43;
  font-weight: 700;
}

.rubber-article tr:last-child td {
  border-bottom: none;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 26px 0;
}

.choice-card {
  padding: 24px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
}

.choice-card h3 {
  margin-top: 0;
}

.choice-card ul {
  margin: 0;
  padding-left: 22px;
}

.choice-card li {
  margin-bottom: 8px;
}

.faq-section {
  padding-top: 36px;
  border-top: 1px solid #d9e2ec;
}

.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #d9e2ec;
}

.faq-item h3 {
  margin-top: 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.article-cta {
  padding: 34px;
  border-radius: 22px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
}

.article-cta h2 {
  margin-top: 0;
}

.cta-button {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #1d4ed8;
  color: #ffffff !important;
  font-weight: 700;
}

.cta-button:hover {
  background: #153e90;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .rubber-article {
    padding: 24px 14px 48px;
  }

  .article-hero {
    padding: 34px 22px;
    border-radius: 18px;
  }

  .article-toc {
    padding: 20px;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .choice-card,
  .article-cta {
    padding: 22px;
  }

  .rubber-article th,
  .rubber-article td {
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .article-hero {
    padding: 28px 18px;
  }

  .rubber-article h1 {
    font-size: 2rem;
  }

  .article-intro {
    font-size: 1rem;
  }

  .article-toc ol {
    padding-left: 18px;
  }
}/* End custom CSS */