#hl-consent {box-sizing:border-box;position:fixed;z-index:2147483000;left:16px;right:16px;bottom:16px;max-width:600px;max-height:85vh;margin:auto;padding:18px;background:#fff;color:#202e35;border:1px solid #74838b;border-radius:10px;box-shadow:0 6px 30px #0004;font:14px/1.45 Arial,sans-serif;overflow:auto;text-align:left}
#hl-consent [hidden],#hl-consent[hidden] {display:none!important}
#hl-consent h2 {font:700 19px/1.3 Arial,sans-serif;margin:0 0 8px;color:#173c4c}
#hl-consent p {margin:0 0 10px}
#hl-consent label {display:block;margin:12px 0;font-weight:400;cursor:pointer}
#hl-consent input {appearance:auto;width:20px;height:20px;vertical-align:middle;margin:0 8px 0 0}
#hl-consent button {appearance:none;display:inline-block;min-height:44px;padding:10px 12px;border:1px solid #244e60;border-radius:5px;background:#fff;color:#173c4c;font:700 14px/1.3 Arial,sans-serif;cursor:pointer;text-transform:none;white-space:normal}
#hl-consent button:hover {background:#edf4f7}
#hl-consent :focus-visible,.hl-consent-reopen:focus-visible {outline:3px solid #14689a;outline-offset:3px}
#hl-consent .hl-consent-actions {display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 8px}
#hl-consent .hl-consent-actions>button {flex:1 1 150px}
#hl-consent a {color:#174e71;text-decoration:underline}
#hl-consent .hl-consent-links {font-size:12px;margin-bottom:0}
#hl-consent-details {border-top:1px solid #bbc8ce;padding-top:12px}
#hl-consent-reload,#hl-consent-error {font-size:14px;background:#fff4dc;padding:10px}
.hl-consent-reopen {appearance:none;background:none;border:0;color:inherit;text-decoration:underline;cursor:pointer;padding:8px 0;font:inherit}
@media(max-width:480px){
 #hl-consent{left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));padding:14px;max-height:80vh;max-height:80dvh}
 #hl-consent .hl-consent-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
 #hl-consent .hl-consent-actions>button[data-hl-consent="settings"]{grid-column:1/-1}
 #hl-consent .hl-consent-actions>button[data-hl-consent="close"]{grid-column:1/-1}
 #hl-consent button{padding:9px 8px;min-height:44px}
 #hl-consent .hl-consent-links a{display:inline-block;padding:5px 0}
}
