.cookie-panel[hidden] { display: none; }
.cookie-panel { position: fixed; z-index: 1000; inset: auto 1rem 1rem auto; width: min(36rem, calc(100% - 2rem)); box-sizing: border-box; max-height: calc(100dvh - 2rem); overflow-y: auto; padding: 1.4rem; border: 1px solid #b8c2c8; border-radius: 6px; background: #fff; color: #192127; box-shadow: 0 5px 30px #0003; font-size: 1rem; }
.cookie-panel h2 { font-size: 1.25rem; margin: 0 0 .7rem; }
.cookie-panel p { margin: 0 0 .8rem; line-height: 1.5; }
.cookie-panel a { color: #192127; text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.cookie-actions button { flex: 1; min-height: 44px; padding: .7rem 1rem; border: 1px solid #24323b; border-radius: 4px; background: #24323b; color: #fff; font: inherit; cursor: pointer; }
.cookie-actions button:hover { background: #334650; }
.cookie-preferences { padding: .3rem 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-align: left; cursor: pointer; min-height: 44px; }
.cookie-panel button:focus-visible, .cookie-panel a:focus-visible, .cookie-preferences:focus-visible { outline: 3px solid #b85420; outline-offset: 3px; }
