.analytics-consent {
    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 22px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: #111;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .38);
    font-family: Arial, sans-serif;
}

.analytics-consent[hidden] { display: none; }
.analytics-consent__content { max-width: 650px; }
.analytics-consent__content strong { display: block; margin-bottom: 5px; font-size: 18px; }
.analytics-consent__content p { margin: 0; color: #d4d4d4; font-size: 14px; line-height: 1.45; }
.analytics-consent__content a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.analytics-consent__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.analytics-consent__button {
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.analytics-consent__button--primary { color: #fff; background: #ef111b; border-color: #ef111b; }
.analytics-consent__button--secondary { color: #fff; background: transparent; }
.analytics-consent__button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.footer-cookie-settings {
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}
.footer-links .footer-cookie-settings { color: #fff; font-size: .75rem; text-align: left; }

@media (max-width: 720px) {
    .analytics-consent { right: 12px; bottom: 12px; left: 12px; padding: 18px; align-items: stretch; flex-direction: column; gap: 16px; }
    .analytics-consent__actions { width: 100%; }
    .analytics-consent__button { flex: 1; padding-right: 12px; padding-left: 12px; }
    .footer-links .footer-cookie-settings { text-align: center; }
}

@media (max-width: 390px) {
    .analytics-consent__actions { flex-direction: column-reverse; }
}
