.cookie-consent[hidden] { display: none; }
.cookie-consent { position: fixed; z-index: 60; right: 20px; bottom: 20px; width: min(460px, calc(100% - 40px)); box-sizing: border-box; padding: 20px; border: 1px solid #dce5df; border-radius: 16px; background: #fff; color: #17312e; box-shadow: 0 8px 36px #12302e2b; max-height: calc(100dvh - 40px); overflow-y: auto; }
.cookie-consent-title { margin: 0 0 8px; font-size: 17px; font-weight: 700; line-height: 1.35; letter-spacing: 0; }
.cookie-consent-text { margin: 0 0 10px; font-size: 14px; line-height: 1.5; }
.cookie-consent-privacy { color: #0b514b; text-decoration: underline; font-size: 14px; line-height: 1.5; }
.cookie-consent-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.cookie-consent-button { min-height: 44px; padding: 10px 12px; border: 1px solid #136b64; border-radius: 8px; background: #136b64; color: #fff; font: inherit; font-size: 14px; font-weight: 600; cursor: pointer; }
.cookie-consent-button:hover { background: #0b514b; border-color: #0b514b; }
.cookie-settings { display: block; min-height: 44px; margin: 8px 0 0; padding: 8px 0; border: 0; background: none; color: inherit; font: inherit; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-settings:focus-visible, .cookie-consent-button:focus-visible, .cookie-consent-privacy:focus-visible { outline: 3px solid #d69741; outline-offset: 4px; }
@media (max-width: 639px) {
  .cookie-consent { right: max(12px, env(safe-area-inset-right)); left: max(12px, env(safe-area-inset-left)); bottom: calc(78px + env(safe-area-inset-bottom)); width: auto; padding: 16px; max-height: calc(100dvh - 102px - env(safe-area-inset-bottom)); }
  .privacy-page .cookie-consent { bottom: max(12px, env(safe-area-inset-bottom)); max-height: calc(100dvh - 24px); }
}
