/* Floating bottom-left card; reserve mobile navigation and safe-area space. */
#cookie-preferences[hidden]{display:none!important}
#cookie-preferences{position:fixed;z-index:700;top:auto;left:20px;bottom:20px;transform:none;box-sizing:border-box;width:min(420px,calc(100vw - 40px));max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);overflow:auto;padding:24px;border:1px solid #dce8df;border-radius:20px;background:#fff;color:#193c2a;box-shadow:0 16px 60px rgba(10,40,25,.24);text-align:left}
#cookie-preferences h2{margin:0 28px 12px 0;font-size:20px;line-height:1.3}
#cookie-preferences p{margin:0 0 18px;font-size:14px;line-height:1.6}
#cookie-preferences p a{color:inherit;text-decoration:underline}
#cookie-preferences .cookie-popup-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
#cookie-preferences .cookie-popup-actions button{min-height:44px}
#cookie-preferences .cookie-popup-close{position:absolute;top:8px;right:8px;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:inherit;font-size:26px;cursor:pointer}
#cookie-preferences button:focus-visible,#cookie-preferences a:focus-visible{outline:2px solid #26865b;outline-offset:3px}
[data-theme="dark"] #cookie-preferences{background:#152a1e;color:#ecf5ee;border-color:#365641}
@media(max-width:900px){#cookie-preferences{left:max(12px,env(safe-area-inset-left,0px));bottom:calc(var(--bnh,64px) + env(safe-area-inset-bottom,0px) + 12px);width:min(420px,calc(100vw - 24px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));max-height:calc(100vh - var(--bnh,64px) - env(safe-area-inset-bottom,0px) - 32px);max-height:calc(100dvh - var(--bnh,64px) - env(safe-area-inset-bottom,0px) - 32px);padding:20px}}
@media(max-width:480px){#cookie-preferences .cookie-popup-actions button{flex:1}}
