.footer-privacy-button {
    padding: 0;
    border: 0;
    text-decoration: underline;
    background: transparent;
    font: inherit;
    cursor: pointer;
}
.cookie-banner {
    position: fixed;
    z-index: 10050;
    right: 18px;
    bottom: 18px;
    left: 18px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid #c7d7e5;
    border-radius: 16px;
    color: #183247;
    background: #fff;
    box-shadow: 0 22px 65px rgba(9, 42, 70, .24);
}
.cookie-banner[hidden] { display: none !important; }
.cookie-banner__content { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-banner strong { color: #0056b3; font-size: 1rem; }
.cookie-banner p { margin: 4px 0 0; font-size: .78rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: 8px; flex: 0 0 auto; }
.cookie-banner__actions button, .cookie-dialog__actions button {
    min-height: 40px;
    padding: 8px 13px;
    border: 1px solid #0056b3;
    border-radius: 9px;
    color: #0056b3;
    background: #fff;
    font: inherit;
    font-size: .77rem;
    font-weight: 700;
    cursor: pointer;
}
.cookie-dialog__actions button { color: #fff; background: #0056b3; }
.cookie-dialog {
    width: min(560px, calc(100% - 28px));
    padding: 0;
    border: 0;
    border-radius: 18px;
    color: #183247;
    box-shadow: 0 25px 80px rgba(9,42,70,.3);
}
.cookie-dialog::backdrop { background: rgba(7, 25, 42, .58); }
.cookie-dialog form { padding: 22px; }
.cookie-dialog__head { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.cookie-dialog__head h2 { margin: 0; font-size: 1.35rem; }
.cookie-dialog__close { border: 0; color: #5c7183; background: transparent; font-size: 1.8rem; cursor: pointer; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 16px; padding: 15px; border: 1px solid #dbe6ee; border-radius: 12px; }
.cookie-option p { margin: 4px 0 0; color: #667b8d; font-size: .76rem; }
.cookie-option span { flex: 0 0 auto; color: #067647; font-size: .72rem; font-weight: 700; }
.cookie-option input { width: 22px; height: 22px; accent-color: #0056b3; }
.cookie-dialog__actions { display: flex; justify-content: flex-end; margin-top: 18px; }
@media (max-width: 767.98px) {
    .cookie-banner { bottom: 72px; right: 10px; left: 10px; padding: 15px; }
    .cookie-banner__content { display: block; }
    .cookie-banner__actions { margin-top: 13px; }
    .cookie-banner__actions button { flex: 1 1 42%; }
}
