.lmt-consent-banner { position:fixed; z-index:1100; bottom:1rem; right:1rem; width:min(42rem,calc(100% - 2rem)); max-height:calc(100dvh - 2rem); overflow:auto; padding:1.5rem; border:1px solid #8b96a2; background:#fff; color:#20262b; box-shadow:0 4px 24px #0c172526; }
.lmt-consent-banner[hidden] { display:none; }
.lmt-consent-banner h2,.lmt-consent-dialog h2 { font-size:1.5rem; margin:0 0 .8rem; }
.lmt-consent-banner p,.lmt-consent-dialog p { font-size:1rem; line-height:1.6; }
.lmt-consent-actions { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1rem; }
.lmt-consent-actions button,.lmt-consent-close,.lmt-consent-placeholder button { padding:.8rem 1rem; border:1px solid #193050; background:#193050; color:#fff; font:inherit; font-weight:600; cursor:pointer; min-height:48px; flex:1 1 12rem; }
.lmt-consent-close { flex:none; margin-bottom:1.1rem; background:#fff; color:#193050; }
.lmt-consent-dialog { box-sizing:border-box; width:min(42rem,calc(100% - 2rem)); max-height:calc(100dvh - 2rem); overflow:auto; border:1px solid #8b96a2; padding:1.5rem; color:#20262b; background:white; margin:auto; }
.lmt-consent-dialog::backdrop { background:#0c172599; }
.lmt-consent-category { border-top:1px solid #c9d0d6; padding-block:1rem; }
.lmt-consent-category label { display:flex; align-items:center; gap:.8rem; font-size:1.05rem; }
.lmt-consent-category input { width:1.25rem; min-width:1.25rem; min-height:1.25rem; height:1.25rem; margin:0; accent-color:#193050; }
.lmt-consent-category h3 { margin:0 0 .5rem; font-size:1.1rem; }
.lmt-consent-category ul { padding-left:1.25rem; font-size:.95rem; }
.lmt-consent-banner,.lmt-consent-dialog,.lmt-consent-placeholder { overflow-wrap:anywhere; }
.lmt-consent-banner a,.lmt-consent-dialog a { color:#193050; text-decoration:underline; }
.lmt-consent-placeholder { border:1px solid #c9d0d6; padding:1.5rem; background:#f4f6f7; }
.lmt-consent-placeholder iframe { border:0; width:100%; min-height:20rem; }
.lmt-consent-banner :focus-visible,.lmt-consent-dialog :focus-visible { outline:3px solid #657f16; outline-offset:3px; }
@media(max-width:480px) { .lmt-consent-banner,.lmt-consent-dialog { padding:1rem; } .lmt-consent-actions { flex-direction:column; } .lmt-consent-actions button { flex:auto; width:100%; } }
@media(prefers-reduced-motion:reduce) { .lmt-consent-banner *,.lmt-consent-dialog * { animation:none!important; transition:none!important; scroll-behavior:auto!important; } }
