.consent-panel{position:fixed;z-index:1000;left:50%;bottom:18px;transform:translateX(-50%);width:min(780px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;background:#0e3557;color:#fbfcf9;border:1px solid #7f9db0;border-radius:8px;box-shadow:0 18px 50px #0e355733;font:500 14px/1.5 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.consent-panel strong{display:block;color:#fff;font-size:15px}.consent-panel p{margin:4px 0 0;color:#dce7ec}.consent-actions{display:flex;gap:8px;flex:0 0 auto}.consent-actions button{min-height:44px;padding:0 16px;border:1px solid #b9c8d1;border-radius:4px;background:transparent;color:#fff;font:700 14px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer}.consent-actions [data-consent-allow]{background:#fbfcf9;color:#0e3557}.consent-actions button:focus-visible{outline:3px solid #e66845;outline-offset:2px}@media(max-width:640px){.consent-panel{bottom:10px;align-items:stretch;flex-direction:column;gap:12px}.consent-actions button{flex:1}}
