@layer layouts{.l-preferences-editor{display:flex;flex-direction:column;gap:40px;position:relative}@property --preference-editor-animatable-circle-size{syntax:"<length>";inherits:false;initial-value:0}@property --preference-editor-animatable-circle-color{syntax:"<color>";inherits:false;initial-value:rgba(88,121,141,0)}.l-preferences-editor.is-between-states{min-height:200px}.l-preferences-editor.is-between-states:before{animation:preferenceEditorLoadingPulse 1s linear infinite;background-color:hsla(0,0%,98%,.8);background-image:radial-gradient(circle at center,var(--preference-editor-animatable-circle-color) 0,var(--preference-editor-animatable-circle-color) var(--preference-editor-animatable-circle-size),transparent var(--preference-editor-animatable-circle-size),transparent 100%);background-repeat:no-repeat;content:"";inset:0;position:absolute;width:100%;z-index:5}.l-preferences-editor__fieldset{border:none;display:flex;flex-direction:column;gap:24px;padding:0;--api-title-margin-top:0px;--api-post-title-margin-top:0px}.l-preferences-editor__fieldset__checkboxes{display:flex;flex-flow:row wrap;gap:24px}.l-preferences-editor:has(input[type=checkbox][name=unsubscribe]:checked) .l-preferences-editor__fieldset>:not(:has(input[type=checkbox][name=unsubscribe]:checked)){opacity:.3;pointer-events:none}.l-preferences-editor__submit{margin-right:auto}.l-preferences-editor.is-between-states .l-preferences-editor__submit{display:none!important}.l-preferences-editor__error-bucket:not(:has(p)){display:none}@media (max-width:1200px){.l-preferences-editor__fieldset__checkboxes{flex-direction:column}}@keyframes preferenceEditorLoadingPulse{0%{--preference-editor-animatable-circle-size:0px;--preference-editor-animatable-circle-color:rgba(88,121,141,0)}50%{--preference-editor-animatable-circle-size:15px;--preference-editor-animatable-circle-color:#58798d}to{--preference-editor-animatable-circle-size:30px;--preference-editor-animatable-circle-color:rgba(88,121,141,0)}}}