/* Toret Mail: subscribe form ([toret_mail_form]) */
.toret-mail-form__hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.toret-mail-form__row{margin:0 0 .75em}
.toret-mail-form__row label{display:block;margin-bottom:.25em}
.toret-mail-form__consent label{display:flex;gap:.5em;align-items:flex-start}
.toret-mail-form input[type=email],.toret-mail-form input[type=text]{width:100%;max-width:420px;padding:.6em .8em;border:1px solid #cbd5e1;border-radius:6px}
.toret-mail-form__message{margin:.5em 0 0}
/* The message line takes no space until there is something to say (keeps the form centred). */
.toret-mail-form__message:not(.is-error):not(.is-success){display:none}
.toret-mail-form__message.is-error{color:#b91c1c}
.toret-mail-form__message.is-success{color:#15803d}
.toret-mail-form.is-busy button{opacity:.6;pointer-events:none}
.toret-mail-form--inline .toret-mail-form__inline{position:relative;margin:0 0 .75em}
.toret-mail-form--inline input[type=email]{display:block;width:100%;max-width:none;height:64px;box-sizing:border-box;padding:0 176px 0 24px;margin:0;border:1px solid #707070;border-radius:32px;font-size:1rem;background:#fff;color:#111}
.toret-mail-form--inline .toret-mail-form__button{position:absolute;white-space:nowrap;top:0;right:0;width:160px;height:64px;margin:0;padding:0 16px;border:0;border-radius:32px;background-color:var(--wp--preset--color--accent-3,#6b60ee);color:#fff;font-size:1rem;text-transform:uppercase;text-align:center;cursor:pointer}
.toret-mail-form--inline .toret-mail-form__button:hover{background-color:var(--wp--preset--color--accent-1,#341664)}
.toret-mail-form__notice{margin:0;font-size:13px;line-height:1.5;text-align:center}
.toret-mail-form--inline .toret-mail-form__message{text-align:center}
@media (max-width:1000px){.toret-mail-form--inline .toret-mail-form__button{width:auto;min-width:115px;padding:0 20px;white-space:nowrap;font-size:.875rem}.toret-mail-form--inline input[type=email]{padding-right:170px}}
/* align="input": the e-mail row sits on the centre line of the neighbouring column, the consent below adds the same space on top */
@media (min-width:782px){.toret-mail-form--center-input{padding-top:calc(19.5px + .75em)}}
