.elementor-23815 .elementor-element.elementor-element-0a0e505{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23815 .elementor-element.elementor-element-62ea1b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eade27e *//* Container + general article body */
.dc-top10-article {
  font-family: "Helvetica Neue", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #0f172a;
}

/* HERO */
.dc-top10-hero {
  padding: 72px 16px 56px;
  background: #f9fafb;
}

.dc-top10-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow */
.dc-top10-eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #047857;
  background: #ecfdf5;
}

/* H1 */
.dc-top10-title {
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-size: clamp(2.3rem, 3vw + 1.2rem, 3.4rem);
  color: #0f172a;
  position: relative;
  display: inline-block;
}

.dc-top10-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 140px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #22c55e, #f97316);
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.4);
}

/* H2 hero subtitle */
.dc-top10-subtitle {
  margin: 28px auto 0;
  max-width: 760px;
  font-weight: 400;
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.2rem);
  line-height: 1.6;
  color: #4b5563;
}

/* Intro + body wrapper */
.dc-top10-body-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 16px;
}

.dc-top10-intro p {
  font-size: 1rem;
  line-height: 1.7;
  color: #111827;
}

/* TOC */
.dc-top10-toc {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.dc-top10-toc-title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.dc-top10-toc-list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.7;
}

.dc-top10-toc-list a {
  color: #047857;
  text-decoration: none;
}

.dc-top10-toc-list a:hover {
  text-decoration: underline;
}

/* Section headings */
.dc-top10-section {
  background: #ffffff;
  border-bottom: 1px solid #f3f4f6;
}

.dc-top10-heading {
  margin: 0 0 12px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
}

.dc-top10-section p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: #111827;
}

.dc-top10-section ul {
  margin: 0.4rem 0 1rem 1.25rem;
  padding: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #111827;
}

/* CTA buttons */
.dc-top10-cta {
  margin-top: 16px;
}

.dc-top10-button {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #10b981;
  color: #065f46;
  background: #ecfdf5;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.18);
  transition: all 0.2s ease;
}

.dc-top10-button:hover {
  background: #10b981;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
}

.dc-top10-button-primary {
  border-color: #0f766e;
  background: #0f766e;
  color: #ffffff;
  box-shadow: 0 8px 26px rgba(15, 118, 110, 0.35);
}

.dc-top10-button-primary:hover {
  background: #115e59;
  box-shadow: 0 10px 30px rgba(15, 118, 110, 0.45);
}

/* Summary columns */
.dc-top10-summary {
  background: #f9fafb;
}

.dc-top10-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 20px 0 12px;
}

.dc-top10-column {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 18px 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  border: 1px solid #e5e7eb;
}

.dc-top10-subheading-small {
  margin: 0 0 8px;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0f172a;
}

.dc-top10-column ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
}

/* Disclaimer */
.dc-top10-disclaimer {
  margin-top: 16px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #6b7280;
}

/* FAQ */
.dc-top10-faq {
  background: #ffffff;
}

.dc-faq-item {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
}

.dc-faq-question {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.dc-faq-answer {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #111827;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .dc-top10-hero {
    padding: 56px 16px 44px;
  }
  .dc-top10-title::after {
    width: 100px;
    bottom: -10px;
  }
  .dc-top10-body-inner {
    padding: 24px 16px;
  }
  .dc-top10-columns {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */