.page-editor-content-centered {
    text-align: center;
}

.page-editor-content-centered .kg-button-card {
    justify-content: center;
}

/* Hub pages (Focus, Contributions, People): no article-style gap before the grid when the editor is banner-only */
.page-editor-content-hub {
    padding-bottom: 0;
}

.page-editor-content-hub > *:last-child {
    margin-bottom: 0;
}

/* Restore spacing when the editor includes structured intro blocks below the banner */
.page-editor-content-hub:has(h2, h3, h4, h5, h6, .kg-button-card, .kg-callout-card, .kg-header-card, .kg-toggle-card) {
    padding-bottom: calc(4.2vw * var(--scale));
}

.faq-outro {
    padding-top: calc(4.2vw * var(--scale));
}

#faq-section .toggles .kg-toggle-card:last-child {
    border-bottom: 1px solid var(--text-color) !important;
}

/* Banner-only: no divider line before the grid section below (CSS fallback) */
.page-editor-content-hub:not(:has(h2, h3, h4, h5, h6, .kg-button-card, .kg-callout-card, .kg-header-card, .kg-toggle-card)) + .hub-grid-section .section-header {
    border-top: none;
}
