.cookie-consent[hidden] { display: none; }
.cookie-consent { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: flex-end; justify-content: center; padding: 1rem; background: rgba(14, 24, 39, 0.62); }
.cookie-consent__content { width: min(100%, 720px); padding: 1.5rem; color: #212529; background: #fff; border-radius: 0.75rem; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25); }
.cookie-consent__content h2 { margin-bottom: 0.75rem; font-size: 1.5rem; }
.cookie-consent__content p { margin-bottom: 1.25rem; line-height: 1.6; }
.cookie-consent__actions { display: flex; justify-content: flex-end; gap: 0.75rem; flex-wrap: wrap; }
.cookie-consent__button { min-height: 44px; padding: 0.65rem 1.1rem; border: 2px solid #198754; border-radius: 0.35rem; font-weight: 700; }
.cookie-consent__button--primary { color: #fff; background: #198754; }
.cookie-consent__button--secondary { color: #198754; background: #fff; }
.cookie-settings-link { padding: 0; color: inherit; background: transparent; border: 0; text-decoration: underline; }
@media (max-width: 575.98px) { .cookie-consent__actions, .cookie-consent__button { width: 100%; } }