.cookie-banner[hidden] { display: none; }
.cookie-banner, .cookie-dialog {
  color: #172b25; background: #fffdf7; border: 1px solid #b6c9bd;
  border-radius: 12px; box-shadow: 0 8px 28px #12332629;
  padding: 12px; font: 14px/1.35 system-ui, sans-serif; text-align: left;
}
.cookie-banner { position: fixed; z-index: 1000; right: 16px; bottom: 16px; width: min(420px, calc(100% - 32px)); max-height: 65vh; overflow: auto; }
.cookie-banner h2, .cookie-dialog h2 { margin: 0 0 4px; color: #173e30; font-size: 17px; line-height: 1.25; }
.cookie-banner p, .cookie-dialog p { margin: 4px 0 8px; }
.cookie-banner a, .cookie-dialog a { color: #1a5c40; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner > a, .cookie-dialog > a { font-size: 12px; line-height: 1.25; }
.cookie-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 8px 0 6px; }
.cookie-actions button { min-width: 0; min-height: 44px; padding: 6px 4px; border: 1px solid #38684f; border-radius: 8px; background: #f5faf4; color: #173e30; font: 650 13px/1.25 system-ui, sans-serif; cursor: pointer; }
.cookie-actions button:hover { background: #e6f0e5; }
.cookie-actions button:focus-visible, .cookie-settings-link:focus-visible, .cookie-option input:focus-visible, .cookie-banner a:focus-visible, .cookie-dialog a:focus-visible, .cookie-details summary:focus-visible { outline: 3px solid #ad760d; outline-offset: 3px; }
.cookie-dialog { width: min(480px, calc(100% - 24px)); max-height: 85dvh; margin: auto; padding: 16px; overflow: auto; }
.cookie-dialog h2 { font-size: 19px; }
.cookie-dialog::backdrop { background: #0b2019a8; }
.cookie-essential, .cookie-option { border: 1px solid #d0ded1; border-radius: 8px; padding: 10px; margin: 8px 0; }
.cookie-essential p { margin: 3px 0 0; font-size: 13px; }
.cookie-option { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.cookie-option input { width: 22px; height: 22px; margin: 3px 0 0; flex: 0 0 22px; accent-color: #245f43; }
.cookie-option span span { display: block; margin-top: 2px; font-size: 13px; }
.cookie-note, .cookie-details { font-size: 12px; color: #455a50; }
.cookie-details { margin: 8px 0; }
.cookie-details summary { cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .cookie-settings-link { border: 0; padding: 4px 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 640px) {
  .cookie-banner { right: 12px; width: calc(100% - 24px); bottom: calc(80px + env(safe-area-inset-bottom)); max-height: 58dvh; }
}
