.br-consent[hidden]{display:none}.br-consent{position:fixed;z-index:2147483647;right:1rem;bottom:1rem;left:1rem;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;line-height:1.5}.br-consent,.br-consent *{box-sizing:border-box}.br-consent__content{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(100%,72rem);margin:0 auto;padding:1rem;border:1px solid #d1d5db;border-radius:.75rem;background:#fff;box-shadow:0 12px 36px #0000002e}.br-consent--notice .br-consent__content{width:fit-content;max-width:100%;padding-right:3.5rem}.br-consent--notice .br-consent__message{max-width:none;font-size:.8125rem}.br-consent__message{max-width:54rem;margin:0}.br-consent__message a{color:inherit;font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.br-consent__actions{display:flex;flex:none;gap:.75rem}.br-consent__button{min-height:2.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:.5rem;font:inherit;font-weight:600;cursor:pointer}.br-consent__button--accept{min-width:7rem}.br-consent--e .br-consent__button--reject{border:0;color:#111827;background:#f3f4f6}.br-consent__button--manage{border:0;color:#111827;background:transparent}.br-consent__close{position:absolute;top:50%;right:.625rem;display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:.5rem;color:#4b5563;background:transparent;font:inherit;font-size:1.125rem;font-weight:300;line-height:1;transform:translateY(-50%);cursor:pointer}.br-consent--e .br-consent__button--accept{color:#fff;background:#000}.br-consent--b .br-consent__button--accept,.br-consent--b .br-consent__button--reject{min-width:7rem;border:0;color:#111827;background:#f3f4f6}.br-consent__button:hover{filter:brightness(.94)}.br-consent__button--manage:hover{background:#f3f4f6;filter:none}.br-consent__close:hover{color:#111827;background:#f3f4f6}.br-consent__button:focus-visible,.br-consent__close:focus-visible,.br-consent__message a:focus-visible{outline:3px solid #8b5cf6;outline-offset:2px}@media(max-width:42rem){.br-consent--notice .br-consent__content{width:100%;padding-right:1rem}.br-consent__close{top:.5rem;right:.5rem;transform:none}.br-consent__content{align-items:stretch;flex-direction:column;gap:1rem}.br-consent__actions{flex-direction:column}.br-consent__button--accept{order:1}.br-consent__button--reject{order:2}.br-consent__button--manage{order:3}.br-consent__button{width:100%}}.br-privacy-dialog,.br-privacy-dialog *{box-sizing:border-box}.br-privacy-dialog{position:fixed;inset:0;width:min(calc(100% - 2rem),38rem);max-height:calc(100% - 2rem);margin:auto;padding:0;overflow:auto;border:1px solid #d1d5db;border-radius:.75rem;color:#111827;background:#fff;box-shadow:0 24px 64px #0000003d;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;line-height:1.5}.br-privacy-dialog::backdrop{background:#1118278f}.br-privacy-dialog__content{display:flex;flex-direction:column;gap:1.25rem;margin:0;padding:1.5rem}.br-privacy-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.br-privacy-dialog__title{margin:0;font-size:1.25rem;line-height:1.3}.br-privacy-dialog__description{max-width:32rem;margin:.5rem 0 0;color:#4b5563}.br-privacy-dialog__close{flex:none;width:2rem;height:2rem;padding:0;border:0;border-radius:.375rem;color:#4b5563;background:transparent;font:inherit;font-size:1.5rem;line-height:1;cursor:pointer}.br-privacy-dialog__close:hover{color:#111827;background:#f3f4f6}.br-privacy-dialog__categories{display:flex;flex-direction:column;gap:.75rem}.br-privacy-dialog__category{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #d1d5db;border-radius:.625rem;cursor:pointer}.br-privacy-dialog__category--required,.br-privacy-dialog__category--restricted{background:#f9fafb;cursor:default}.br-privacy-dialog__category-copy{display:flex;flex-direction:column;min-width:0;gap:.25rem}.br-privacy-dialog__category-title{font-weight:600}.br-privacy-dialog__category-description{color:#4b5563}.br-privacy-dialog__switch-input{position:absolute;width:1px;height:1px;opacity:0}.br-privacy-dialog__switch{position:relative;flex:none;width:2.75rem;height:1.5rem;margin-top:.125rem;border-radius:9999px;background:#d1d5db;transition:background-color .12s ease}.br-privacy-dialog__switch:after{position:absolute;top:.1875rem;left:.1875rem;width:1.125rem;height:1.125rem;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000003d;content:"";transition:transform .12s ease}.br-privacy-dialog__switch-input:checked+.br-privacy-dialog__switch{background:#000}.br-privacy-dialog__switch-input:checked+.br-privacy-dialog__switch:after{transform:translate(1.25rem)}.br-privacy-dialog__switch-input:disabled+.br-privacy-dialog__switch{opacity:.6}.br-privacy-dialog__switch-input:focus-visible+.br-privacy-dialog__switch,.br-privacy-dialog__close:focus-visible,.br-privacy-dialog__button:focus-visible{outline:3px solid #8b5cf6;outline-offset:2px}.br-privacy-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem}.br-privacy-dialog__button{min-height:2.5rem;padding:.5rem 1rem;border:1px solid transparent;border-radius:.5rem;font:inherit;font-weight:600;cursor:pointer}.br-privacy-dialog__button--secondary{border:0;color:#111827;background:#f3f4f6}.br-privacy-dialog__button--primary{color:#fff;background:#000}.br-privacy-dialog__button:hover{filter:brightness(.94)}@media(max-width:42rem){.br-privacy-dialog{width:calc(100% - 1.5rem);max-height:calc(100% - 1.5rem);overflow:hidden}.br-privacy-dialog__content{max-height:calc(100vh - 1.5rem);max-height:calc(100dvh - 1.5rem);padding:1rem;overflow:hidden}.br-privacy-dialog__category{padding:.875rem}.br-privacy-dialog__categories{min-height:0;overflow-y:auto;overscroll-behavior:contain}.br-privacy-dialog__actions{flex:none;flex-direction:column;padding-top:1rem;border-top:1px solid #e5e7eb;background:#fff}.br-privacy-dialog__button--accept{order:1}.br-privacy-dialog__button--reject{order:2}.br-privacy-dialog__button--save{order:3}.br-privacy-dialog__button{width:100%}}
