.consent-dialog{width:min(580px,calc(100% - 32px));max-height:90dvh;box-sizing:border-box;overflow:auto;border:0;border-radius:14px;padding:28px;color:#123d49;background:white;font:16px/1.5 Roboto,Arial,sans-serif}.consent-dialog::backdrop{background:#082e3b99}.consent-dialog h2{font-size:24px}.consent-dialog label{display:block;margin:15px 0}.consent-actions{display:flex;flex-wrap:wrap;gap:10px}.consent-actions button{flex:1;min-width:130px;padding:12px;background:#dff1f4;color:#123d49;border:1px solid #7299a2;border-radius:6px;font:inherit;cursor:pointer}.consent-dialog input{width:18px;height:18px}.consent-dialog :focus-visible{outline:3px solid #00788b;outline-offset:3px}[data-consent-settings]{font:inherit;background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer}
.consent-actions button[data-action="all"]{font-weight:700;box-shadow:inset 0 0 0 1px #7299a2}

.consent-actions button[data-action="all"]{background:#f8cd7a}

/* Refined consent dialog */
.consent-dialog{width:min(640px,calc(100% - 32px));padding:34px;border:1px solid #d9e7ea;border-top:5px solid #00788b;border-radius:20px;box-shadow:0 24px 80px #062b4050;color:#284d59;line-height:1.6}
.consent-dialog::backdrop{background:#082e3b99;backdrop-filter:blur(3px)}
.consent-dialog h2{margin:0 0 16px;font-size:28px;font-weight:700;text-transform:none;letter-spacing:-.02em;line-height:1.2;color:#123d49}
.consent-dialog p{margin:0 0 22px;font-size:15px}
.consent-dialog label{display:flex;align-items:center;gap:12px;padding:15px 16px;margin:10px 0;background:#f2f7f8;border:1px solid #dbe8eb;border-radius:10px;cursor:pointer;font-weight:500}
.consent-dialog label:has(input:checked){background:#e5f4f5;border-color:#00788b}
.consent-dialog input{margin:0;flex-shrink:0;accent-color:#00788b;width:20px;height:20px}
.consent-dialog label+p{margin:20px 0 18px;font-size:13px}
.consent-dialog a{text-underline-offset:3px}
.consent-actions{gap:10px;border-top:1px solid #e0eaed;padding-top:20px}
.consent-actions button{border-radius:9px;min-height:48px;font-size:14px;font-weight:600;padding:12px 10px}
.consent-actions button:hover{filter:brightness(.97)}
@media(max-width:520px){.consent-dialog{padding:24px 20px;border-radius:16px}.consent-dialog h2{font-size:23px}.consent-actions{display:grid;grid-template-columns:1fr}.consent-actions button{width:100%}.consent-dialog p{font-size:14px}}

.consent-dialog h2{font-size:24px}@media(max-width:520px){.consent-dialog h2{font-size:20px}}

@media(max-width:520px){.consent-dialog{padding:18px 16px;max-height:85dvh;line-height:1.4}.consent-dialog h2{font-size:19px;margin-bottom:10px}.consent-dialog p{margin-bottom:12px;font-size:14px}.consent-dialog label{padding:10px 12px;margin:7px 0;font-size:14px;min-height:44px}.consent-dialog label+p{margin:12px 0;font-size:12px}.consent-actions{padding-top:12px;gap:7px}.consent-actions button{min-height:44px;padding:9px 8px}}

.consent-actions button[data-action="none"],.consent-actions button[data-action="all"]{background:#dff1f4;color:#123d49;font-weight:600;box-shadow:none;border:1px solid #7299a2}
