.cookie-panel[hidden],.cookie-panel [hidden]{display:none!important}
.cookie-panel{position:fixed;z-index:1000;left:20px;right:20px;bottom:20px;max-width:960px;margin:0 auto;padding:24px 28px;background:#fff;border:1px solid #d8d2c4;border-radius:20px;box-shadow:0 12px 60px #1f242e30;color:#1f242e;font:16px/1.6 var(--site-font-body,Inter,sans-serif);max-height:calc(100dvh - 40px);overflow:auto}
.cookie-panel h2{font:600 22px/1.35 var(--site-font-heading,Poppins,sans-serif);margin:0 0 8px}
.cookie-panel p{margin:0 0 16px;max-width:85ch}
.cookie-panel a{color:#2743e3;text-decoration:underline;text-underline-offset:3px}
.cookie-panel__actions{display:flex;flex-wrap:wrap;gap:10px}
.cookie-panel button{border:1px solid #1f242e;background:#fff;color:#1f242e;min-height:48px;padding:10px 20px;border-radius:999px;font:500 15px/1.45 var(--site-font-body,Inter,sans-serif);cursor:pointer}
.cookie-panel button:hover{background:#f6f2ea}
.cookie-panel button[data-cookie-action="save"]{background:#2743e3;color:#fff;border-color:#2743e3}
.cookie-panel__options{padding-top:16px;margin-top:16px;border-top:1px solid #ddd9cf}
.cookie-panel__options label{display:flex;gap:14px;align-items:flex-start;padding:10px 0;cursor:pointer}
.cookie-panel__options input{width:22px;height:22px;margin:2px 0 0;flex-shrink:0;accent-color:#2743e3}
.cookie-panel__options strong{display:block;font-weight:600}
.cookie-panel__options p{font-size:14px;margin-top:16px}
.cookie-panel__error{font-size:14px;margin:16px 0 0!important}
.cookie-panel-open .site-floating-contact{visibility:hidden!important;pointer-events:none!important}
.site-footer button[data-cookie-settings]{font:inherit;color:inherit;background:none;border:0;padding:8px 0;min-height:44px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-align:left}
.cookie-settings-button{font:inherit;border:1px solid #2743e3;background:white;color:#2743e3;min-height:48px;padding:10px 20px;border-radius:24px;cursor:pointer}
@media(max-width:600px){.cookie-panel{left:12px;right:12px;bottom:12px;padding:20px;max-height:calc(100dvh - 24px);font-size:15px}.cookie-panel h2{font-size:20px}.cookie-panel__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cookie-panel button{font-size:14px;padding:10px 12px}.cookie-panel button[data-cookie-action="save"]{grid-column:1/-1}}
