.cookie-consent { position: fixed; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 1000; width: min(360px, calc(100vw - 24px)); padding: 12px; border: 1px solid #dbe5e0; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(16, 37, 39, .18); }
.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 0; color: #102527; font: 600 16px/1.15 Outfit, sans-serif; letter-spacing: -.3px; }
.cookie-consent p { margin: 5px 0 0; color: #53625d; font: 12px/1.35 'DM Sans', sans-serif; }
.cookie-consent a { color: #087f7d; font-weight: 700; text-decoration: underline; }
.cookie-consent-actions { display: flex; flex-direction: row; gap: 8px; margin-top: 8px; }
.cookie-consent button { box-sizing: border-box; min-height: 44px; border: 1px solid #102527; padding: 8px 12px; font: 700 12px/1.3 'DM Sans', sans-serif; cursor: pointer; }
.cookie-consent .cookie-accept { background: #fff; color: #102527; }
.cookie-consent .cookie-reject { background: #fff; color: #102527; }
.cookie-preferences { position: static; display: block; width: fit-content; min-height: 44px; margin: 0; padding: 8px 0; border: 0; border-radius: 0; color: #53625d; background: none; box-shadow: none; font: 400 12px/1.5 'DM Sans', sans-serif; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-preferences:hover { color: #087f7d; }
.cookie-preferences:focus-visible { outline: 3px solid #c49300; outline-offset: 2px; }
.cookie-preferences-footer { padding: 12px calc(80px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) 6vw; }
.cookie-preferences[hidden] { display: none; }
@media (max-width: 600px) { .cookie-consent { right: 12px; bottom: calc(8px + env(safe-area-inset-bottom)); } }
.cookie-consent { box-sizing: border-box; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px - env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; }
.cookie-consent .cookie-option { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0; font: 12px/1.45 'DM Sans', sans-serif; color: #102527; }
.cookie-consent .cookie-option input { width: 19px; height: 19px; min-width: 19px; margin: 2px 0 0; accent-color: #007f83; }
.cookie-option strong, .cookie-option small { display: block; }
.cookie-option small { margin-top: 3px; font-size: 11px; color: #53625d; }
.cookie-consent-actions > button { flex: 1 1 0; min-width: 0; border-radius: 8px; }
.cookie-consent-actions > button:hover { background: #e3f4f1; }
.cookie-consent .cookie-details { margin-top: 4px; border: 0; padding: 0; background: transparent; }
.cookie-details > summary { width: fit-content; max-width: 100%; padding: 2px 0; color: #087f7d; font: 600 11px/1.4 'DM Sans', sans-serif; cursor: pointer; }
.cookie-consent .cookie-save { width: 100%; margin-top: 3px; border: 0; background: #e3f4f1; color: #07565a; border-radius: 8px; }
.cookie-consent :focus-visible { outline: 3px solid #c49300; outline-offset: 2px; }
