/*
 * R421 - gedeelde Snoeten-paginaopbouw.
 * Houdt de bestaande blauwe taakbalk intact en maakt de openbare pagina's
 * visueel gelijk aan Prikbord, Meldingen en de profielpagina.
 */

.site-shell-r420 {
    --site-page-accent: #557A3E;
    --site-page-accent-dark: #3F5F2E;
    --site-page-accent-soft: #F0F5EC;
    --site-page-accent-border: #C6D5BB;
    --site-page-muted: #646B75;
}

.site-shell-r420,
.site-shell-r420 * {
    box-sizing: border-box;
}

.site-shell-r420 #main,
.site-shell-r420 #content,
.site-shell-r420 #content-inner {
    min-width: 0;
}

.site-shell-r420 #content,
.site-shell-r420 #content-inner {
    background: transparent;
    box-shadow: none;
}

.site-shell-r420 #content-inner {
    padding: 0;
}

.site-page-hero,
.site-shell-r420 .notifications-hero,
.site-shell-r420 .help-hero {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 0;
    padding: 0;
    margin: 0 0 20px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

.site-page-hero-icon,
.site-shell-r420 .notifications-hero-icon,
.site-shell-r420 .help-hero-mark {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-page-accent);
    box-shadow: none;
    font-family: "Font Awesome 7 Free";
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
}

.site-page-hero-icon.dashboard::before { content: "\f086"; }
.site-page-hero-icon.donations::before { content: "\f4c0"; }
.site-page-hero-icon.help::before { content: "\f059"; }
.site-page-hero-icon.groups::before { content: "\f0c0"; }
.site-page-hero-icon.welcome::before { content: "\f4fc"; }

.site-shell-r420 .help-hero-mark span {
    display: none;
}

.site-shell-r420 .help-hero-mark::before {
    content: "\f059";
}

.site-page-hero .heading,
.site-shell-r420 .notifications-hero .heading,
.site-shell-r420 .help-hero-copy {
    min-width: 0;
    max-width: none;
}

.site-shell-r420 .site-page-hero h1,
.site-shell-r420 .notifications-hero h1,
.site-shell-r420 .help-hero h1 {
    margin: 0 0 4px;
    color: var(--site-page-accent);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.15;
    letter-spacing: normal;
}

.site-page-hero p,
.site-shell-r420 .notifications-hero p,
.site-shell-r420 .help-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--site-page-muted);
    font-size: var(--base-font-size, 16px);
    line-height: 1.55;
}

.site-shell-r420 .help-eyebrow {
    display: none;
}

.site-shell-r420 .help-hero::after {
    display: none;
}

.site-shell-r420 .help-hero-actions {
    margin-top: 14px;
}

.site-shell-r420 .help-button {
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--color-border-button, #D7DAE0);
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    color: var(--color-button, #4B5563);
    box-shadow: var(--color-shadow-button, none);
}

.site-shell-r420 .help-button:hover {
    transform: none;
    background: var(--site-page-accent-soft);
    border-color: var(--site-page-accent-border);
    color: var(--site-page-accent-dark);
}

.site-page-panel,
.site-shell-r420 .help-section,
.site-shell-r420 .notifications-toolbar,
.site-shell-r420 .notifications-panel,
.site-shell-r420 #content-sidebar > section,
.site-shell-r420 .welcome-panel,
.site-shell-r420 .groups-home-content,
.site-shell-r420 .groups-home-side-block,
.site-shell-r420 .profile-home-block,
.site-shell-r420 .donations-panel {
    padding: 20px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

.site-shell-r420 .help-section + .help-section,
.site-shell-r420 .help-section {
    background: var(--color-surface-main, #fff);
}

.site-page-panel-header,
.site-shell-r420 .help-section-heading,
.site-shell-r420 .welcome-card-header,
.site-shell-r420 .groups-home-block-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 0;
    margin: 0 0 16px;
    border: 0;
}

.site-shell-r420 .site-page-panel h2,
.site-shell-r420 .site-page-panel h3,
.site-shell-r420 .help-section-heading h2,
.site-shell-r420 .notifications-panel h2,
.site-shell-r420 #content-sidebar > section > h2,
.site-shell-r420 .welcome-card-header h2,
.site-shell-r420 .groups-home-block-header h2 {
    margin: 0 0 4px;
    color: var(--site-page-accent);
}

.site-shell-r420 .help-section-kicker,
.site-shell-r420 .welcome-section-kicker,
.site-shell-r420 .groups-home-kicker,
.site-shell-r420 .groups-home-block-header span {
    color: var(--site-page-accent);
}

.site-shell-r420 .help-section-heading > p {
    color: var(--site-page-muted);
}

.site-shell-r420 .help-link-card {
    border-color: #E0E2E6;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

.site-shell-r420 .help-link-card::before {
    background: var(--site-page-accent);
}

.site-shell-r420 .help-link-card:hover,
.site-shell-r420 .help-link-card:focus-visible {
    transform: translateY(-2px);
    border-color: var(--site-page-accent-border);
    background: var(--site-page-accent-soft);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .12);
}

.site-shell-r420 .help-card-icon,
.site-shell-r420 .help-card-arrow {
    color: var(--site-page-accent);
}

.site-shell-r420 .notifications-hero-icon,
.site-shell-r420 .notifications-hero h1,
.site-shell-r420 .notifications-panel h2 {
    color: var(--site-page-accent);
}

.site-shell-r420 .notifications-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.site-shell-r420 .notifications-list {
    background: transparent;
}

.site-shell-r420 .notifications-list > article,
.site-shell-r420 .notifications-list > .notification,
.site-shell-r420 #overview-posts > article,
.site-shell-r420 #overview-posts > .status,
.site-shell-r420 #form-posts > form,
.site-shell-r420 #form-posts > section,
.site-shell-r420 #form-posts > article {
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

.site-shell-r420 .dashboard-page-hero {
    margin-bottom: 20px;
}

.site-shell-r420 #content-sidebar > section {
    overflow: hidden;
}

.site-shell-r420 #content-sidebar > section > h2 {
    margin-bottom: 14px;
}

.site-shell-r420 .dashboard-quick-list,
.site-shell-r420 .dashboard-stats-list,
.site-shell-r420 .notification-sidebar-actions,
.site-shell-r420 .site-page-quick-list {
    overflow: hidden;
    margin: 0;
    border: 1px solid #E3E5E8;
    border-radius: 6px;
    background: #fff;
}

.site-shell-r420 .site-page-quick-list {
    display: flex;
    flex-direction: column;
}

.site-shell-r420 .site-page-quick-list > a {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-bottom: 1px solid #E3E5E8;
    color: #555;
    text-decoration: none;
}

.site-shell-r420 .site-page-quick-list > a:last-child {
    border-bottom: 0;
}

.site-shell-r420 .site-page-quick-list > a:hover,
.site-shell-r420 .site-page-quick-list > a:focus-visible {
    background: var(--site-page-accent-soft);
    color: #222;
}

.site-shell-r420 .site-page-quick-list code {
    width: 20px;
    flex: 0 0 20px;
    color: var(--site-page-accent);
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

.site-shell-r420 .site-page-quick-list code.help::before { content: "\f059"; }
.site-shell-r420 .site-page-quick-list code.rules::before { content: "\f573"; }
.site-shell-r420 .site-page-quick-list code.donations::before { content: "\f4c0"; }
.site-shell-r420 .site-page-quick-list code.statistics::before { content: "\f080"; }
.site-shell-r420 .site-page-quick-list code.groups::before { content: "\f0c0"; }
.site-shell-r420 .site-page-quick-list code.dashboard::before { content: "\f086"; }
.site-shell-r420 .site-page-quick-list code.notifications::before { content: "\f0f3"; }
.site-shell-r420 .site-page-quick-list code.search::before { content: "\f002"; }

/* Groepen: dezelfde rustige titel en witte blokken, zonder de blauwe taakbalk te overschrijven. */
.site-shell-r420.groups-home-page .groups-home-window,
.site-shell-r420.groups-detail-page .groups-home-window {
    background: transparent;
    box-shadow: none;
}

.site-shell-r420 .groups-home-header {
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

.site-shell-r420 .groups-home-header h1,
.site-shell-r420 .group-cover-info h1,
.site-shell-r420 .groups-home-side-block h2,
.site-shell-r420 .group-profile-block h1 {
    color: var(--site-page-accent);
}

.site-shell-r420 .groups-home-header-actions .button,
.site-shell-r420 .group-cover-actions .button {
    /* Bewust geen eigen achtergrond/hover: algemene buttonregels blijven leidend. */
}

.site-shell-r420 .groups-update-item,
.site-shell-r420 .groups-suggestion-item {
    border-color: #E3E5E8;
    background: #fff;
}

.site-shell-r420 .groups-update-item:hover,
.site-shell-r420 .groups-suggestion-item:hover {
    border-color: var(--site-page-accent-border);
    background: var(--site-page-accent-soft);
}

/* Welkom behoudt alle dynamische onderdelen, maar gebruikt dezelfde rustige blokopbouw. */
.site-shell-r420 .welcome-content {
    align-items: flex-start;
}

.site-shell-r420 .welcome-hero {
    padding: 20px;
    margin-bottom: 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    color: inherit;
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

.site-shell-r420 .welcome-hero h1,
.site-shell-r420 .welcome-panel h2,
.site-shell-r420 .welcome-member-group h3 {
    color: var(--site-page-accent);
}

.site-shell-r420 .welcome-hero p,
.site-shell-r420 .welcome-panel p {
    color: var(--site-page-muted);
}

.site-shell-r420 .welcome-hero-community,
.site-shell-r420 .welcome-member-group {
    border-color: #E3E5E8;
    background: var(--site-page-accent-soft);
}

.site-shell-r420 .welcome-inline-link,
.site-shell-r420 .welcome-action-list a,
.site-shell-r420 .welcome-side-actions a {
    color: var(--site-page-accent);
}

/* Donaties */
.donations-page #content-inner {
    min-width: 0;
}

.donations-feature-grid,
.donations-cost-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.donations-cost-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.donations-feature,
.donations-cost-item,
.donations-thanks {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    border: 1px solid #E3E5E8;
    border-radius: 8px;
    background: #fff;
}

.donations-feature-icon,
.donations-cost-icon,
.donations-thanks-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--site-page-accent-soft);
    color: var(--site-page-accent);
    font-size: 22px;
}

.donations-feature h3,
.donations-cost-item h3,
.donations-thanks h3 {
    margin: 0 0 4px;
}

.donations-feature p,
.donations-cost-item p,
.donations-thanks p {
    margin: 0;
    color: var(--site-page-muted);
}

.donations-bank-card {
    padding: 16px;
    border: 1px solid #E3E5E8;
    border-radius: 8px;
    background: #fff;
}

.donations-bank-row {
    margin-bottom: 16px;
}

.donations-bank-row:last-child {
    margin-bottom: 0;
}

.donations-bank-row > strong {
    display: block;
    margin-bottom: 5px;
}

#donations-payment-card-bank-iban {
    display: flex;
    align-items: center;
    gap: 8px;
}

#donations-payment-card-bank-iban > span {
    flex: 1;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid #D7DAE0;
    border-radius: 6px;
    background: #F5F6F8;
    font-weight: 700;
    overflow-wrap: anywhere;
}

#donations-payment-card-bank-iban > button {
    min-width: 42px;
    min-height: 40px;
    padding: 0 10px;
}

.copy-toast {
    position: fixed;
    z-index: 9999;
    left: 50%;
    bottom: 24px;
    padding: 10px 14px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .84);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity .18s ease, transform .18s ease;
}

.copy-toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media (max-width: 900px) {
    .site-shell-r420 .notifications-toolbar,
    .donations-feature-grid,
    .donations-cost-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .site-page-hero,
    .site-shell-r420 .notifications-hero,
    .site-shell-r420 .help-hero {
        gap: 10px;
    }

    .site-page-hero-icon,
    .site-shell-r420 .notifications-hero-icon,
    .site-shell-r420 .help-hero-mark {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 38px;
    }

    .site-shell-r420 .site-page-hero h1,
    .site-shell-r420 .notifications-hero h1,
    .site-shell-r420 .help-hero h1 {
        font-size: 28px;
    }

    .site-shell-r420 .help-section-heading,
    .site-page-panel-header {
        display: block;
    }

    .site-shell-r420 .help-section-heading > p {
        margin-top: 8px;
        text-align: left;
    }
}

/* Algemene Windows-achtige siteknoppen blijven leidend in de hoofdpagina-acties. */
.site-shell-r420 .welcome-hero-actions a.button,
.site-shell-r420 .groups-home-header-actions .button,
.site-shell-r420 .group-cover-actions .button,
.site-shell-r420 .help-button {
    min-height: 0;
    line-height: 1.6;
    padding: 3px 15px;
    border: 1px solid #707070;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    color: #000;
    box-shadow: none;
    filter: none;
    transform: none;
}

.site-shell-r420 .welcome-hero-actions a.button:hover,
.site-shell-r420 .welcome-hero-actions a.button:focus-visible,
.site-shell-r420 .groups-home-header-actions .button:hover,
.site-shell-r420 .groups-home-header-actions .button:focus-visible,
.site-shell-r420 .group-cover-actions .button:hover,
.site-shell-r420 .group-cover-actions .button:focus-visible,
.site-shell-r420 .help-button:hover,
.site-shell-r420 .help-button:focus-visible {
    border-color: #3C7FB1;
    background: linear-gradient(to bottom, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    color: #000;
    box-shadow: 0 0 3px #A7D9F5;
    filter: none;
    transform: none;
}

.site-shell-r420 .welcome-hero-actions a.button:active,
.site-shell-r420 .groups-home-header-actions .button:active,
.site-shell-r420 .group-cover-actions .button:active,
.site-shell-r420 .help-button:active {
    box-shadow: inset 0 -1px 6px rgba(0, 0, 0, .2), inset 0 -.7em #BEE6FD, 0 0 3px #A7D9F5;
}

.site-shell-r420 .help-hero-mark {
    order: -1;
}

.site-shell-r420 .groups-directory-hero {
    margin: 0 0 20px;
}

.site-shell-r420 .groups-home-header {
    display: grid;
}

.help-sidebar {
    width: 300px;
}

@media (max-width: 1024px) {
    .help-sidebar {
        width: 100%;
    }
}

/* Eén gedeelde accentkleur binnen de vernieuwde pagina's. */
.site-shell-r420.help-page-shell {
    --help-blue: var(--site-page-accent);
    --help-blue-rgb: 85, 122, 62;
    --help-blue-dark: var(--site-page-accent-dark);
    --help-blue-soft: var(--site-page-accent-soft);
}

.site-shell-r420.notifications-page-shell {
    --notifications-accent: var(--site-page-accent);
    --notifications-accent-dark: var(--site-page-accent-dark);
}

.site-shell-r420.groups-profile {
    --groups-brown: var(--site-page-accent);
    --groups-brown-dark: var(--site-page-accent-dark);
    --groups-brown-medium: #6F914F;
    --groups-brown-soft: #96AE83;
    --groups-brown-light: #C6D5BB;
    --groups-brown-pale: var(--site-page-accent-soft);
}

.site-shell-r420 #notifications-total-badge {
    background: var(--site-page-accent);
}

.site-shell-r420 .welcome-kicker,
.site-shell-r420 .welcome-section-kicker {
    color: var(--site-page-accent);
}

/* R421 cascade-versterking: deze regels staan bewust na de bestaande paginamodules. */
#container.site-shell-r420 #main.help-page .help-hero {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 0;
    padding: 0;
    margin: 0 0 20px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
}

#container.site-shell-r420 #main.help-page .help-hero::after {
    display: none;
}

#container.site-shell-r420 #main.help-page .help-hero h1 {
    margin: 0 0 4px;
    color: var(--site-page-accent);
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.15;
    letter-spacing: normal;
}

#container.site-shell-r420 #main.help-page .help-hero p {
    color: var(--site-page-muted);
    font-size: var(--base-font-size, 16px);
}

#container.site-shell-r420 #main.help-page .help-hero-mark {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    order: -1;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--site-page-accent);
    box-shadow: none;
    backdrop-filter: none;
}

#container.site-shell-r420 #main.help-page .help-button,
#container.site-shell-r420 #main.help-page .help-button-primary,
#container.site-shell-r420 #main.help-page .help-button-secondary {
    min-height: 0;
    line-height: 1.6;
    padding: 3px 15px;
    border: 1px solid #707070;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    color: #000;
    box-shadow: none;
    transform: none;
}

#container.site-shell-r420 #main.help-page .help-button:hover,
#container.site-shell-r420 #main.help-page .help-button:focus-visible {
    border-color: #3C7FB1;
    background: linear-gradient(to bottom, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    color: #000;
    box-shadow: 0 0 3px #A7D9F5;
    transform: none;
}

#container.site-shell-r420 #content.notifications-page .notifications-toolbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 20px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

#container.site-shell-r420 #content.notifications-page .notifications-hero-icon,
#container.site-shell-r420 #notifications-header h1,
#container.site-shell-r420 .notifications-panel h2 {
    color: var(--site-page-accent);
}

#container.site-shell-r420 #content.welcome-content .welcome-hero {
    padding: 20px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    color: inherit;
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

#container.site-shell-r420 #content.welcome-content .welcome-hero::before,
#container.site-shell-r420 #content.welcome-content .welcome-hero::after {
    display: none;
}

#container.site-shell-r420 #content.welcome-content .welcome-panel {
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

#container.site-shell-r420 #content.welcome-content .welcome-kicker,
#container.site-shell-r420 #content.welcome-content .welcome-section-kicker,
#container.site-shell-r420 #content.welcome-content .welcome-hero h1,
#container.site-shell-r420 #content.welcome-content .welcome-card-header h2,
#container.site-shell-r420 #content.welcome-content .welcome-member-group h3 {
    color: var(--site-page-accent);
}

#container.site-shell-r420 #content.welcome-content .welcome-hero-actions a.button,
#container.site-shell-r420 #content.welcome-content .welcome-hero-actions .welcome-primary-action {
    min-height: 0;
    line-height: 1.6;
    padding: 3px 15px;
    border: 1px solid #707070;
    border-radius: 3px;
    background: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 42%, #dddddd 47%, #cfcfcf 100%);
    color: #000;
    box-shadow: none;
    filter: none;
    transform: none;
}

#container.site-shell-r420 #content.welcome-content .welcome-hero-actions a.button:hover,
#container.site-shell-r420 #content.welcome-content .welcome-hero-actions a.button:focus-visible {
    border-color: #3C7FB1;
    background: linear-gradient(to bottom, #eaf6fd 0%, #d9f0fc 42%, #bee6fd 47%, #bce5fc 58%, #a7d9f5 100%);
    color: #000;
    box-shadow: 0 0 3px #A7D9F5;
    filter: none;
    transform: none;
}

#profile.site-shell-r420.groups-profile {
    --groups-brown: var(--site-page-accent);
    --groups-brown-dark: var(--site-page-accent-dark);
    --groups-brown-medium: #6F914F;
    --groups-brown-soft: #96AE83;
    --groups-brown-light: #C6D5BB;
    --groups-brown-pale: var(--site-page-accent-soft);
}

#profile.site-shell-r420.groups-home-page .groups-home-header {
    padding: 20px;
    margin: 0 0 20px;
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

#profile.site-shell-r420.groups-home-page .groups-home-content,
#profile.site-shell-r420.groups-home-page .groups-home-side-block {
    border: 0;
    border-radius: 6px;
    background: var(--color-surface-main, #fff);
    box-shadow: var(--base-shadow, 0 2px 6px rgba(0, 0, 0, .12));
}

@media (max-width: 900px) {
    #container.site-shell-r420 #content.notifications-page .notifications-toolbar {
        grid-template-columns: 1fr;
    }
}

/* Neutraliseer de generieke #content section/nav-regels voor de nieuwe paginakoppen en kaarten. */
#container.site-shell-r420 #content .site-page-hero {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 0;
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#container.site-shell-r420 #content .site-page-hero .heading h1 {
    margin: 0 0 4px;
    color: var(--site-page-accent);
}

#container.site-shell-r420 #content section .site-page-quick-list {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    border: 1px solid #E3E5E8;
    border-radius: 6px;
    background: #fff;
}

#container.site-shell-r420 #content section .site-page-quick-list > a {
    min-height: 44px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid #E3E5E8;
    background: #fff;
    color: #555;
    text-decoration: none;
}

#container.site-shell-r420 #content section .site-page-quick-list > a:last-child {
    border-bottom: 0;
}

#container.site-shell-r420 #content section .site-page-quick-list > a:hover,
#container.site-shell-r420 #content section .site-page-quick-list > a:focus-visible {
    background: var(--site-page-accent-soft);
    color: #222;
}

#container.site-shell-r420 #content .help-section .help-card-grid {
    display: grid;
    margin: 0;
    border: 0;
}

#container.site-shell-r420 #content .help-section .help-link-card {
    height: auto;
    min-height: 104px;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 34px;
    align-items: center;
    justify-content: initial;
    gap: 14px;
    padding: 18px;
    border: 1px solid #E0E2E6;
    border-radius: 8px;
    background: #fff;
    color: #273A54;
}

#container.site-shell-r420 #content .help-section .help-link-card:hover,
#container.site-shell-r420 #content .help-section .help-link-card:focus-visible {
    border-color: var(--site-page-accent-border);
    background: var(--site-page-accent-soft);
    color: #273A54;
}
