.recipient-form{margin-bottom:2.5rem;position:relative;max-width:44rem;--recipient-checkbox-margin-top:.64rem;display:block}.recipient-fields__field .text-area{resize:auto;border:.1rem solid rgba(var(--color-foreground),.55);max-height:10rem;border-radius:.5rem}.recipient-form-field-label{margin:.6rem 0}.recipient-form-field-label--space-between{justify-content:space-between;display:flex}.recipient-checkbox{flex-grow:1;font-size:1.6rem;position:relative;max-width:inherit;word-break:break-word;align-items:center;display:flex}.no-js .recipient-checkbox{display:none}.recipient-form>input[type=checkbox]{height:1.6rem;appearance:none;-webkit-appearance:none;position:absolute;opacity:1;left:-.4rem;width:1.6rem;margin-top:7px;z-index:-1}.recipient-fields__field{margin:0 0 2rem}.facet-checked-box{height:1rem;transition:var(--transition);position:absolute;opacity:0;top:1rem;border-radius:.2rem;background:rgba(var(--color-foreground));left:.4rem;width:1rem}.recipient-fields .field__label{overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 3.5rem);white-space:nowrap}.recipient-checkbox>svg{flex-shrink:0;margin-right:1.2rem;margin-top:var(--recipient-checkbox-margin-top)}.recipient-form .icon-checkmark{position:absolute;visibility:hidden;top:.4rem;left:.28rem;z-index:5}.recipient-form>input[type=checkbox]:checked+label .facet-checked-box{opacity:.9}.js .recipient-fields{display:none}.recipient-fields hr{margin:1.6rem auto}.recipient-form>input[type=checkbox]:checked~.recipient-fields{animation:animateMenuOpen var(--duration-default) ease;display:block}.recipient-email-label,.recipient-form>input[type=checkbox]:not(:checked,:disabled)~.recipient-fields{display:none}.js .recipient-email-label.required,.no-js .recipient-email-label.optional{display:inline}.recipient-form ul{text-align:left;line-height:calc(1 + .6/var(--font-body-scale));padding-left:4.4rem}.recipient-form ul a{display:inline}.recipient-form .error-message:first-letter{text-transform:capitalize}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{color:rgb(var(--color-background));visibility:visible}.recipient-form>input[type=checkbox]:checked+label .checkbox-facet-check{background-color:rgba(var(--color-button),var(--alpha-button-background));box-shadow:0 0 0 1px rgba(var(--color-button),var(--alpha-button-background))}@media screen and (forced-colors:active){.recipient-fields>hr{border-top:.1rem solid rgb(var(--color-background))}.recipient-checkbox>svg{border:.1rem solid rgb(var(--color-background));background-color:inherit}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{border:none}}