#mlpro-consent-root,[class^="mlpro-consent-"]{box-sizing:border-box}
#mlpro-consent-root [hidden]{display:none!important}
.mlpro-consent-banner{position:fixed;z-index:10000;right:18px;bottom:18px;left:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:26px;align-items:center;width:min(1160px,calc(100% - 36px));margin-inline:auto;padding:24px 26px;border:1px solid rgba(7,25,54,.14);border-top:4px solid #107c41;border-radius:16px;background:#fff;color:#0c1c38;box-shadow:0 28px 80px rgba(7,25,54,.24);font-family:Manrope,"Segoe UI",Arial,sans-serif}
.mlpro-consent-copy{min-width:0}.mlpro-consent-copy h2{margin:0 0 8px;color:#071936;font-family:"Space Grotesk",Manrope,"Segoe UI",Arial,sans-serif;font-size:22px;line-height:1.15;letter-spacing:-.5px}.mlpro-consent-copy p{max-width:760px;margin:0;color:#516178;font-size:13px;line-height:1.65}.mlpro-consent-privacy{display:inline-block;margin-top:8px;color:#0b6937;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
.mlpro-consent-actions,.mlpro-consent-dialog-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center;justify-content:flex-end}.mlpro-consent-button{min-height:44px;padding:11px 16px;border:1px solid #aebbd0;border-radius:7px;background:#fff;color:#071936;font:800 12px/1.2 Manrope,"Segoe UI",Arial,sans-serif;cursor:pointer}.mlpro-consent-button:hover{border-color:#107c41;background:#f4faf6}.mlpro-consent-button--primary{border-color:#107c41;background:#107c41;color:#fff;box-shadow:0 9px 22px rgba(16,124,65,.21)}.mlpro-consent-button--primary:hover{background:#0b6937;color:#fff}.mlpro-consent-button--link{border-color:transparent;background:transparent;color:#0b6937;text-decoration:underline;text-underline-offset:3px}
.mlpro-consent-trigger{position:fixed;z-index:9998;bottom:15px;left:15px;min-height:39px;padding:9px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#071936;color:#fff;box-shadow:0 10px 30px rgba(7,25,54,.25);font:800 11px/1.2 Manrope,"Segoe UI",Arial,sans-serif;cursor:pointer}.mlpro-consent-trigger:hover{background:#0b2856}
.mlpro-consent-overlay{position:fixed;z-index:10001;inset:0;display:grid;place-items:center;padding:20px;background:rgba(4,15,34,.72);backdrop-filter:blur(5px)}.mlpro-consent-dialog{position:relative;width:min(650px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;padding:30px;border-radius:17px;background:#fff;color:#0c1c38;box-shadow:0 34px 100px rgba(0,0,0,.34);font-family:Manrope,"Segoe UI",Arial,sans-serif}.mlpro-consent-dialog h2{margin:0 45px 9px 0;color:#071936;font-family:"Space Grotesk",Manrope,"Segoe UI",Arial,sans-serif;font-size:31px;line-height:1.1;letter-spacing:-1.2px}.mlpro-consent-dialog>p{margin:0 0 24px;color:#5f6f87;font-size:14px;line-height:1.65}.mlpro-consent-close{position:absolute;top:18px;right:18px;display:grid;width:42px;height:42px;place-items:center;border:1px solid #d7e0ea;border-radius:50%;background:#fff;color:#071936;font-size:25px;line-height:1;cursor:pointer}
.mlpro-consent-category{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:19px 0;border-top:1px solid #dfe6ef;cursor:pointer}.mlpro-consent-category>div{display:grid;gap:5px}.mlpro-consent-category strong{color:#071936;font-size:14px}.mlpro-consent-category span{max-width:470px;color:#5f6f87;font-size:12px;line-height:1.55}.mlpro-consent-category--required{cursor:default}.mlpro-consent-category--required>b{padding:7px 10px;border-radius:999px;background:#e6f4ec;color:#0b6937;font-size:10px;white-space:nowrap}.mlpro-consent-category input[role="switch"]{position:relative;width:48px;height:27px;margin:0;border:0;border-radius:999px;background:#bac5d3;appearance:none;cursor:pointer;transition:background .18s}.mlpro-consent-category input[role="switch"]:before{content:"";position:absolute;top:3px;left:3px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(7,25,54,.24);transition:transform .18s}.mlpro-consent-category input[role="switch"]:checked{background:#107c41}.mlpro-consent-category input[role="switch"]:checked:before{transform:translateX(21px)}.mlpro-consent-dialog-actions{margin-top:24px;justify-content:flex-start}
.mlpro-consent-status{position:fixed;left:-10000px;width:1px;height:1px;overflow:hidden}.mlpro-consent-open{overflow:hidden}.mlpro-consent-button:focus-visible,.mlpro-consent-trigger:focus-visible,.mlpro-consent-close:focus-visible,.mlpro-consent-category input:focus-visible,.mlpro-consent-privacy:focus-visible{outline:3px solid #ffcb3d;outline-offset:3px}
@media(max-width:820px){.mlpro-consent-banner{grid-template-columns:1fr;gap:17px;padding:21px}.mlpro-consent-actions{justify-content:flex-start}.mlpro-consent-copy p{font-size:12px}}
@media(max-width:540px){.mlpro-consent-banner{right:10px;bottom:10px;left:10px;width:calc(100% - 20px);padding:18px;border-radius:13px}.mlpro-consent-copy h2{font-size:20px}.mlpro-consent-actions{display:grid;grid-template-columns:1fr 1fr}.mlpro-consent-actions .mlpro-consent-button--primary{grid-column:1/-1}.mlpro-consent-actions .mlpro-consent-button--link{grid-column:1/-1}.mlpro-consent-dialog{padding:25px 20px}.mlpro-consent-dialog h2{font-size:27px}.mlpro-consent-category{gap:13px}.mlpro-consent-category--required{align-items:start}.mlpro-consent-dialog-actions{display:grid;grid-template-columns:1fr}.mlpro-consent-button{width:100%}.mlpro-consent-trigger{bottom:10px;left:10px}}
@media(prefers-reduced-motion:reduce){.mlpro-consent-category input[role="switch"],.mlpro-consent-category input[role="switch"]:before{transition:none}}
