.fuund-cookie-panel { position:fixed; bottom:16px; left:16px; right:16px; max-width:760px; margin:auto; z-index:10000; padding:20px; border:1px solid #dce3de; border-radius:16px; background:#fff; color:#111a15; box-shadow:0 8px 40px #11251b26; font:14px/1.5 Inter,system-ui,sans-serif; max-height:calc(100dvh - 32px); overflow:auto; }
.fuund-cookie-panel[hidden], .fuund-cookie-panel [hidden] { display:none!important; }
.fuund-cookie-panel h2 { font-size:17px; margin:0 0 6px; }
.fuund-cookie-panel p { margin:0 0 12px; }
.fuund-cookie-panel a { color:#176c49; text-decoration:underline; }
.fuund-cookie-actions { display:flex; flex-wrap:wrap; gap:8px; }
.fuund-cookie-actions button { flex:1; padding:10px 14px; border:1px solid #b8c6bd; border-radius:8px; background:#fff; color:#153b29; font:600 14px/1.4 Inter,system-ui,sans-serif; cursor:pointer; }
.fuund-cookie-actions button:hover { background:#edf5ef; }
.fuund-cookie-panel button:focus-visible, .fuund-cookie-panel input:focus-visible, .fuund-cookie-settings:focus-visible { outline:3px solid #176c49; outline-offset:3px; }
.fuund-cookie-options label { display:flex; align-items:flex-start; gap:10px; margin:12px 0; font-weight:400; }
.fuund-cookie-options input { flex:0 0 18px; width:18px; height:18px; margin:2px 0 0; accent-color:#176c49; }
.fuund-cookie-settings { display:inline; margin:0; padding:0; border:0; border-radius:0; background:transparent; color:inherit; text-decoration:none; cursor:pointer; font:inherit; line-height:inherit; vertical-align:baseline; }
.cl-footer-inner .fuund-cookie-settings { color:#D8E0DB; }
.cl-footer-inner .fuund-cookie-settings:hover { color:var(--accent, #176c49); }
@media(max-width:480px) { .fuund-cookie-panel { bottom:8px; left:8px; right:8px; padding:16px; } .fuund-cookie-actions button { flex-basis:calc(50% - 8px); } }
