/* Shared public controls; page-specific styles remain in their own files. */
.top-banner .close-btn {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1;
    padding: 4px;
}

.top-banner .close-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.top-banner[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 24px;
        max-width: 100%;
    }

    .footer-nav a {
        margin-left: 0;
        white-space: nowrap;
    }
}
