.nrc-consent[hidden],.nrc-consent [hidden]{display:none!important}
.nrc-consent{position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));z-index:2147483000;font-family:inherit;color:rgb(var(--color-scheme-text,0,0,0));animation:nrc-consent-in .35s ease-out both}
.nrc-consent__card{box-sizing:border-box;max-height:calc(100vh - 16px);max-height:calc(100dvh - 16px);overflow-y:auto;padding:12px 14px 10px;background:rgb(var(--color-scheme-background,255,255,255));color:rgb(var(--color-scheme-text,0,0,0));border:1px solid rgba(var(--color-scheme-text,0,0,0),.18);border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.28)}
.nrc-consent__eyebrow{display:none;margin:0 0 6px;font-size:11px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;opacity:.7}
.nrc-consent__title{margin:0 0 4px;font-size:15px;line-height:1.25;font-weight:700;letter-spacing:normal;text-transform:none}
.nrc-consent__text{margin:0 0 10px;font-size:12.5px;line-height:1.4;opacity:.9}
.nrc-consent__link{color:inherit;text-decoration:underline;text-underline-offset:2px;margin-left:4px;white-space:nowrap}
.nrc-consent__actions{display:flex;flex-wrap:wrap;gap:6px}
.nrc-consent__btn{box-sizing:border-box;flex:1 1 0;min-height:44px;padding:8px 14px;border-radius:999px;border:1.5px solid rgb(var(--color-scheme-text,0,0,0));font:inherit;font-size:13px;font-weight:700;line-height:1.2;cursor:pointer;transition:opacity .2s,background-color .2s,color .2s}
.nrc-consent__btn--primary{background:rgb(var(--color-scheme-accent,0,0,0));border-color:rgb(var(--color-scheme-accent,0,0,0));color:rgb(var(--color-scheme-accent--overlay,255,255,255))}
.nrc-consent__btn--secondary{background:transparent;color:inherit}
.nrc-consent__btn--ghost{order:-1;flex:0 0 100%;min-height:32px;padding:2px 14px;background:transparent;border-color:transparent;color:inherit;text-decoration:underline;text-underline-offset:3px;font-weight:600}
.nrc-consent__btn:hover{opacity:.85}
.nrc-consent__btn:focus-visible,.nrc-consent__link:focus-visible,.nrc-consent__switch input:focus-visible+.nrc-consent__track{outline:2px solid rgb(var(--color-scheme-text,0,0,0));outline-offset:3px}
.nrc-consent__list{list-style:none;margin:0 0 16px;padding:0}
.nrc-consent__item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(var(--color-scheme-text,0,0,0),.15)}
.nrc-consent__item:first-child{border-top:0}
.nrc-consent__item-text{display:flex;flex-direction:column;gap:2px;min-width:0}
.nrc-consent__item-name{font-size:14px;font-weight:700}
.nrc-consent__item-desc{font-size:13px;line-height:1.4;opacity:.75}
.nrc-consent__always{flex:none;font-size:12px;font-weight:600;opacity:.7}
.nrc-consent__switch{position:relative;flex:none;width:48px;height:28px;display:inline-block}
.nrc-consent__switch input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:1}
.nrc-consent__track{position:absolute;inset:0;border-radius:999px;background:rgba(var(--color-scheme-text,0,0,0),.25);transition:background-color .2s}
.nrc-consent__track::after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:rgb(var(--color-scheme-background,255,255,255));transition:transform .2s}
.nrc-consent__switch input:checked+.nrc-consent__track{background:rgb(var(--color-scheme-accent,0,0,0))}
.nrc-consent__switch input:checked+.nrc-consent__track::after{transform:translateX(20px);background:rgb(var(--color-scheme-accent--overlay,255,255,255))}
@keyframes nrc-consent-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.nrc-consent{animation:none}.nrc-consent__btn,.nrc-consent__track,.nrc-consent__track::after{transition:none}}
@media (min-width:768px){.nrc-consent{left:24px;right:auto;bottom:24px;width:440px}.nrc-consent__card{padding:24px}.nrc-consent__eyebrow{display:block}.nrc-consent__title{font-size:18px;margin:0 0 8px}.nrc-consent__text{font-size:14px;line-height:1.5;margin:0 0 16px}.nrc-consent__btn{font-size:14px;padding:10px 18px;flex:0 1 auto}.nrc-consent__btn--ghost{order:0;min-height:44px}.nrc-consent__actions{flex-direction:row;flex-wrap:wrap;align-items:center}.nrc-consent__btn--primary,.nrc-consent__btn--secondary{flex:1 1 auto}.nrc-consent__btn--ghost{flex:0 0 100%}}
