/* Zone C — above site footer (pages with Zone A + Zone B) */

.footer-zone-c-band {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.25rem;
}

.footer-banners-stack {
    --page-hero-banner-gap: 0;
    --footer-banner-stack-gap: 0.25rem;
    display: none;
    width: 100%;
    max-width: 750px;
    margin-top: 0;
    margin-bottom: var(--page-hero-banner-gap);
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    flex-direction: column;
    gap: var(--footer-banner-stack-gap);
}

.footer-banner-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Per-page bottom edge before Zone C — set on each page's last content wrapper */
.page-before-zone-c,
.page-before-zone-c-mobile {
    padding-bottom: 0.5rem !important;
}

@media (max-width: 1023px) and (not ((hover: hover) and (pointer: fine))) {
    .page-before-zone-c .grid > *:last-child,
    .page-before-zone-c .result-page-grid > *:last-child {
        margin-bottom: 0 !important;
    }

    /* Homepage — lotto directory gap to next block (was pb-10) */
    .lotto-directory-section {
        padding-bottom: 1.5rem !important;
    }

    /* Homepage — news strip above disclaimer */
    .index-news-zone {
        padding-bottom: 1rem !important;
    }
}
