/* Reusable description components; FAQ uses the existing editorial contract. */
.aero-seo-content { position: relative; width: 100%; max-width: none; margin-inline: 0; color: var(--ap-color-text-muted, #53666d); font-size: 16px; line-height: 1.8; }
.aero-seo-content > :first-child { margin-top: 0; }
.aero-seo-content h2, .aero-seo-content h3 { color: var(--ap-color-text, #0e3446); line-height: 1.3; }
.aero-seo-expand { position: relative; }
.aero-seo-expand.is-ready:not(.is-expanded) > .aero-seo-content { max-height: 14.4em; overflow: hidden; }
.aero-seo-expand.is-ready:not(.is-expanded) > .aero-seo-content::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4em; background: linear-gradient(transparent, var(--aero-seo-background, #fff)); pointer-events: none; }
.aero-seo-expand > .aero-seo-control { display: block; min-height: 44px; margin: 16px auto 0; padding: 8px 16px; border: 0; background: transparent; color: var(--ap-color-brand, #007b88); font: inherit; font-weight: 600; cursor: pointer; }
.aero-seo-expand > .aero-seo-control:focus-visible { outline: 2px solid var(--ap-color-brand, #007b88); outline-offset: 4px; }
.aero-seo-content .aero-faq-list { display: block; border-top: 1px solid var(--ap-color-border, #e3ebed); }
.aero-seo-content .aero-faq-card { margin: 0; border: 0; border-bottom: 1px solid var(--ap-color-border, #e3ebed); border-radius: 0; background: transparent; box-shadow: none; }
.aero-seo-content .aero-faq-question { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; color: var(--ap-color-text, #0e3446); font-size: 16px; font-weight: 700; line-height: 1.45; cursor: pointer; list-style: none; }
.aero-seo-content .aero-faq-question::-webkit-details-marker { display: none; }
.aero-seo-content .aero-faq-question:focus-visible { outline: 2px solid var(--ap-color-brand, #007b88); outline-offset: 4px; }
.aero-seo-content .aero-faq-toggle { width: 28px; height: 28px; flex: 0 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ap-color-border, #e3ebed); border-radius: 50%; color: var(--ap-color-brand-hover, #006570); font-size: 18px; font-weight: 500; }
.aero-seo-content .aero-faq-toggle::before { content: '+'; }
.aero-seo-content .aero-faq-card[open] .aero-faq-toggle::before { content: '−'; }
.aero-seo-content .aero-faq-answer { padding: 0 52px 22px 0; color: #53666d; font-size: 15px; line-height: 1.75; }
.aero-seo-content .aero-faq-answer > :last-child { margin-bottom: 0; }
@media (max-width: 767px) {
  .aero-seo-content { font-size: 15px; line-height: 1.75; }
  .aero-seo-content .aero-faq-question { min-height: 58px; padding: 15px 0; font-size: 15px; }
  .aero-seo-content .aero-faq-answer { padding: 0 0 18px; }
  .aero-seo-content .aero-faq-toggle { width: 26px; height: 26px; flex-basis: 26px; }
}

/* Follow each existing page container, without changing its padding. */
.ap-category-container > .ap-category-seo { width: 100%; max-width: none; }
.aero-seo-expand { width: 100%; max-width: none; }
