.vd-demo-consent { box-sizing:border-box; width:min(540px,calc(100% - 32px)); max-height:calc(100dvh - 32px); overflow:auto; padding:32px; border:1px solid #d7d1c7; border-radius:8px; background:#f8f5ef; color:#07162b; font:16px/1.5 system-ui,sans-serif; box-shadow:0 24px 90px #05152933; }
.vd-demo-consent::backdrop { background:#051529b3; }
.vd-demo-consent h2 { font:normal 36px/1.12 Georgia,serif; margin:10px 0 16px; }
.vd-demo-consent p { margin:12px 0; }
.vd-demo-consent__eyebrow { font-size:11px; text-transform:uppercase; letter-spacing:.13em; color:#8b470a; font-weight:700; }
.vd-demo-consent label { display:block; margin:14px 0; font-size:14px; font-weight:600; }
.vd-demo-consent input:not([type="checkbox"]) { box-sizing:border-box; display:block; width:100%; min-height:44px; margin-top:5px; border:1px solid #938b7e; border-radius:3px; padding:10px; color:#07162b; background:#fff; font:inherit; font-size:16px; }
.vd-demo-consent .vd-demo-consent__check { display:flex; gap:12px; align-items:flex-start; font-weight:400; }
.vd-demo-consent input[type="checkbox"] { flex:0 0 20px; width:20px; height:20px; margin:3px 0; accent-color:#8b470a; }
.vd-demo-consent .vd-demo-consent__fine { font-size:12px; color:#39485b; }
.vd-demo-consent a { color:#704009; text-decoration:underline; }
.vd-demo-consent button { width:100%; min-height:46px; border:1px solid #07162b; border-radius:3px; padding:10px 16px; font:600 14px/1.4 system-ui,sans-serif; cursor:pointer; }
.vd-demo-consent__save { background:#07162b; color:#fff; }
.vd-demo-consent__skip { background:transparent; color:#07162b; margin-top:12px; }
.vd-demo-consent button:disabled { opacity:.55; cursor:wait; }
.vd-demo-consent :focus-visible { outline:3px solid #a5550d; outline-offset:3px; }
.vd-demo-consent__trap { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.vd-demo-consent [hidden] { display:none!important; }
#demo-consent-status { font-size:14px; }
@media(max-width:420px){.vd-demo-consent{padding:24px 20px}.vd-demo-consent h2{font-size:30px}}
