.sb-consent{position:fixed;z-index:1000;bottom:16px;left:16px;right:16px;max-width:740px;max-height:calc(100dvh - 32px);overflow:auto;margin:0 auto;padding:22px;background:#fff;color:#0f1b3d;border:1px solid #cbd7ef;border-radius:16px;box-shadow:0 8px 40px #0f1b3d33;font:14px/1.5 system-ui,sans-serif;text-align:left}
.sb-consent[hidden]{display:none}
.sb-consent strong{font-size:19px}
.sb-consent p{margin:10px 0 18px;color:#34405d}
.sb-consent a{color:#1648c7;text-decoration:underline}
.sb-consent-actions{display:flex;gap:12px;flex-wrap:wrap}
.sb-consent-actions button{flex:1;min-height:44px;padding:10px 16px;border:1px solid #1f57e7;border-radius:9px;background:#fff;color:#1648c7;font:700 14px system-ui,sans-serif;cursor:pointer}
.sb-consent-actions button:hover{background:#eef3ff}
.sb-consent-settings{display:block;margin:16px auto 0;padding:10px 14px;border:1px solid #cbd7ef;border-radius:8px;background:#fff;color:#1648c7;font:14px system-ui,sans-serif;cursor:pointer}
.sb-consent button:focus-visible,.sb-consent-settings:focus-visible{outline:3px solid #1f57e7;outline-offset:3px}
@media(max-width:420px){.sb-consent{padding:16px;bottom:8px;left:8px;right:8px}.sb-consent-actions{flex-direction:column}}
