/* Cookie consent controls for optional Yandex.Metrika analytics.
   Kept separate from site.css to avoid touching the production bundle. */
#cookie-consent .mb-cookie__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

#cookie-consent .mb-cookie__actions .mb-button {
    min-width: 118px;
    justify-content: center;
    white-space: nowrap;
}

.legal-analytics-disclosure {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--mb-border);
}

.legal-analytics-disclosure h2 {
    margin-bottom: 14px;
}

.legal-analytics-disclosure p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    #cookie-consent .mb-cookie__actions {
        width: 100%;
        justify-content: stretch;
    }

    #cookie-consent .mb-cookie__actions .mb-button {
        flex: 1 1 0;
        min-width: 0;
    }
}
