
.cookie-consent-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:99998;display:none}
.cookie-consent{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);width:min(940px,calc(100% - 28px));background:#fff;color:#111;border-radius:22px;box-shadow:0 26px 80px rgba(0,0,0,.35);z-index:99999;border:1px solid rgba(0,0,0,.12);overflow:hidden;font-family:Arial,Helvetica,sans-serif;display:none}
.cookie-consent.is-visible,.cookie-consent-backdrop.is-visible{display:block}
.cookie-consent__bar{height:8px;background:linear-gradient(90deg,#1a1a1a,#d71920)}
.cookie-consent__inner{padding:24px}
.cookie-consent h2{font-size:24px;line-height:1.15;margin:0 0 10px;color:#1a1a1a}
.cookie-consent p{font-size:15px;line-height:1.5;margin:0 0 14px;color:#333}
.cookie-consent__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.cookie-consent button{border:0;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer}
.cookie-consent .btn-accept{background:#d71920;color:#fff}
.cookie-consent .btn-necessary{background:#111;color:#fff}
.cookie-consent .btn-settings{background:#eef2f7;color:#1a1a1a}
.cookie-consent .btn-save{background:#1a1a1a;color:#fff}
.cookie-consent__settings{display:none;margin-top:18px;border-top:1px solid #dde4ef;padding-top:16px}
.cookie-consent__settings.is-open{display:block}
.cookie-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;border:1px solid #e4e8ef;border-radius:14px;padding:13px 14px;margin:10px 0;background:#fafbfc}
.cookie-row strong{display:block;color:#1a1a1a;margin-bottom:4px}
.cookie-row small{display:block;color:#555;line-height:1.4}
.cookie-row input{width:22px;height:22px}
.cookie-consent__links{font-size:13px;margin-top:12px}
.cookie-consent__links a{text-decoration:underline;color:#1a1a1a}
.cookie-consent-settings-link{position:fixed;left:14px;bottom:14px;z-index:99997;background:#1a1a1a;color:#fff;border:0;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.22)}
@media(max-width:640px){.cookie-consent{bottom:10px;border-radius:18px}.cookie-consent__inner{padding:18px}.cookie-consent h2{font-size:21px}.cookie-consent__actions{display:grid}.cookie-consent button{width:100%}}
