.consent-banner { position: fixed; z-index: 2147483000; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1040px; margin: auto; padding: 16px 18px; border: 1px solid #cbd5e1; background: #fff; color: #10243d; box-shadow: 0 12px 35px rgba(16,36,61,.18); font: 14px/1.45 system-ui,sans-serif; }
.consent-banner strong { font-size: 15px; }.consent-banner p { margin: 3px 0 0; color: #52657c; }
.consent-actions { display: flex; gap: 8px; flex-shrink: 0; }.consent-banner button,.consent-dialog button { min-height: 38px; padding: 8px 13px; border: 1px solid #9aabc0; background: #fff; color: #10243d; cursor: pointer; font: 600 13px system-ui,sans-serif; }
.consent-banner .consent-primary,.consent-dialog .consent-primary { border-color: #3157d5; background: #3157d5; color: #fff; }
.consent-dialog { width: min(420px,calc(100% - 32px)); padding: 22px; border: 1px solid #cbd5e1; background: #fff; color: #10243d; }.consent-dialog::backdrop { background: rgba(16,36,61,.5); }
.consent-dialog h2 { margin: 0 30px 18px 0; font: 700 20px system-ui,sans-serif; }.consent-dialog label { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-top: 1px solid #e2e8f0; font: 14px system-ui,sans-serif; }.consent-dialog label span { display: grid; }.consent-dialog small { color: #657890; }.consent-dialog input { width: 18px; height: 18px; }.consent-close { position: absolute; top: 10px; right: 10px; border: 0!important; font-size: 20px!important; }.consent-dialog .consent-primary { width: 100%; margin-top: 14px; }
.consent-settings { border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline; cursor: pointer; font: inherit; }
@media (max-width:700px) { .consent-banner { align-items: stretch; flex-direction: column; gap: 12px; }.consent-actions { display: grid; grid-template-columns: 1fr 1fr; }.consent-actions .consent-primary { grid-column: 1/-1; } }
