/* Scoped editorial sections: no changes to existing pricing, forms or components. */
body main .gl-ballroom-section {
  margin: 0;
  padding: clamp(44px, 6vw, 80px) clamp(20px, 4vw, 48px);
  background: #f2f5f3;
  color: #15251f;
  border-block: 1px solid #d8e0da;
  scroll-margin-top: 100px;
  text-align: left;
}
body main .gl-ballroom-section * { box-sizing: border-box; min-width: 0; }
body main .gl-ballroom-inner { width: 100%; max-width: 1180px; margin-inline: auto; }
body main .gl-ballroom-section h2 { max-width: 32ch; margin: 0 0 24px; color: #15251f; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.14; }
body main .gl-ballroom-section .gl-ballroom-lead { max-width: 78ch; margin: 0 0 32px; color: #33493e; font-size: 1.1rem; line-height: 1.75; }
body main .gl-ballroom-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
body main .gl-ballroom-card { margin: 0; padding: 28px; border: 1px solid #dbe3dd; border-radius: 10px; background: #fff; }
body main .gl-ballroom-card h3 { max-width: none; margin: 0 0 16px; color: #182d22; font-size: clamp(1.2rem, 1.8vw, 1.45rem); line-height: 1.3; }
body main .gl-ballroom-section p { color: #33493e; }
body main .gl-ballroom-card p { margin: 0; font-size: 1rem; line-height: 1.75; }
body main .gl-ballroom-faq { margin-top: 32px; }
body main .gl-ballroom-faq details { margin: 0; padding: 0; border: 0; border-top: 1px solid #bccbc1; border-radius: 0; background: transparent; }
body main .gl-ballroom-faq details:last-child { border-bottom: 1px solid #bccbc1; }
body main .gl-ballroom-faq summary { padding: 20px 8px; color: #182d22; font-size: 1.0625rem; font-weight: 700; line-height: 1.5; cursor: pointer; }
body main .gl-ballroom-faq details p { max-width: 80ch; margin: 0; padding: 0 8px 24px; font-size: 1rem; line-height: 1.75; }
body main .gl-ballroom-links { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; }
body main .gl-ballroom-links a { padding-block: 8px; color: #145534; font-weight: 700; font-size: 1rem; line-height: 1.5; text-decoration: underline; text-underline-offset: .22em; overflow-wrap: anywhere; }
body main .gl-ballroom-section :is(a,summary):focus-visible { outline: 3px solid #247747; outline-offset: 4px; }
body main .gl-ballroom-proof { max-width: 980px; margin: 0 0 32px; }
body main .gl-ballroom-proof img { display: block; width: 100%; max-width: 100%; height: auto; border-radius: 10px; }
body main .gl-ballroom-proof figcaption { padding: 12px 0 0; color: #3b5144; font-size: .9rem; line-height: 1.6; }
@media (max-width: 700px) {
  body main .gl-ballroom-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  body main .gl-ballroom-card { padding: 22px; }
  body main .gl-ballroom-links { display: grid; gap: 8px; }
}
