.df-consent-banner{align-items:center;background:#fff;border:1px solid var(--df-line);border-radius:1rem;bottom:1rem;box-shadow:0 20px 45px #0f172a2e;display:flex;gap:1.5rem;justify-content:space-between;left:1rem;margin:0 auto;max-width:72rem;padding:1.25rem;position:fixed;right:1rem;z-index:80}.df-consent-banner-copy{max-width:44rem}.df-consent-banner h2,.df-consent-dialog h2{color:var(--df-accent);font-size:1.125rem;font-weight:700;line-height:1.4}.df-consent-banner p,.df-consent-dialog p,.df-consent-option small{color:var(--df-accent-lighter);font-size:.875rem;line-height:1.6}.df-consent-actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.df-consent-button{border:1px solid transparent;border-radius:.625rem;font-size:.875rem;font-weight:700;min-height:2.75rem;padding:.625rem 1rem;transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease}.df-consent-button:hover{transform:translateY(-1px)}.df-consent-button:active{transform:translateY(0)}.df-consent-button:focus-visible{outline:2px solid var(--df-brand);outline-offset:2px}.df-consent-button-primary{background:var(--df-brand);color:#fff}.df-consent-button-primary:hover{background:var(--df-brand-dark)}.df-consent-button-secondary{background:#fff;border-color:var(--df-line);color:var(--df-accent)}.df-consent-button-secondary:hover{border-color:var(--df-brand);color:var(--df-brand)}.df-consent-dialog-backdrop{background:#0f172a94;display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:90}.df-consent-dialog{background:#fff;border-radius:1rem;box-shadow:0 24px 70px #0f172a47;max-height:calc(100vh - 2rem);overflow-y:auto;padding:1.5rem;width:min(100%,38rem)}.df-consent-options{display:grid;gap:.75rem;margin:1.5rem 0}.df-consent-option{align-items:center;border:1px solid var(--df-line);border-radius:.75rem;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1rem;transition:border-color .15s ease,background-color .15s ease}.df-consent-option:hover{background:var(--df-brand-light);border-color:var(--df-brand)}.df-consent-option span{display:grid;gap:.25rem}.df-consent-option strong{color:var(--df-accent);font-size:.9375rem}.df-consent-option input{accent-color:var(--df-brand);flex-shrink:0;height:1.25rem;width:1.25rem}.df-consent-option-disabled{cursor:default;opacity:.72}@media(max-width:767px){.df-consent-banner{align-items:stretch;flex-direction:column}.df-consent-actions{display:grid;grid-template-columns:1fr}.df-consent-button{width:100%}.df-consent-dialog{align-self:end;border-radius:1rem 1rem 0 0;max-height:calc(100vh - 1rem)}.df-consent-dialog-backdrop{padding:1rem 0 0;place-items:end center}}
