/* Keep Brevo's validation and phone widgets within the home visual identity. */
.home-newsletter .sib-form { padding: 0; font-family: inherit; background: transparent; text-align: left; }
.home-newsletter #sib-container { padding: 0; border: 0; background: transparent; max-width: none; text-align: left; font-family: inherit; }
.home-newsletter #sib-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.home-newsletter #sib-form > div { min-width: 0; }
.home-newsletter #sib-form > div:nth-child(n+3) { grid-column: 1 / -1; }
.home-newsletter .sib-form-block { padding: 0; text-align: left; }
.home-newsletter .sib-form .entry__label { color: var(--ink); font-family: inherit; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
.home-newsletter .sib-form .entry__field { background: #fff; border: 1px solid var(--line); border-radius: 7px; margin: 0; min-width: 0; }
.home-newsletter .sib-form .entry__field:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,59,11,.13); }
.home-newsletter .sib-form .input { color: var(--ink); font-family: inherit; font-size: 16px; height: 44px; padding: 0 12px; }
.home-newsletter .sib-form .input::placeholder { color: var(--muted); opacity: 1; }
.home-newsletter .sib-sms-input-wrapper, .home-newsletter .sib-sms-input { min-width: 0; width: 100%; }
.home-newsletter .sib-form .entry__choice { color: var(--ink); font-size: 13px; line-height: 1.6; }
.home-newsletter .sib-form .entry__choice p { display: inline; margin: 0; }
.home-newsletter .sib-form .entry__specification { display: block; color: var(--muted); font-size: 12px; line-height: 1.5; margin-top: 6px; }
.home-newsletter .sib-form .entry__error { font-size: 12px; text-align: left; }
.home-newsletter .sib-form .sib-form-block__button { align-items: center; display: inline-flex; justify-content: center; gap: 8px; width: 100%; min-height: 46px; padding: 12px 20px; border: 0; border-radius: 7px; background: var(--orange); color: #fff; font-family: inherit; font-size: 14px; font-weight: 800; cursor: pointer; }
.home-newsletter .sib-form .sib-form-block__button:hover { background: var(--orange-dark); }
.home-newsletter .sib-form button:focus-visible, .home-newsletter .sib-form input:focus-visible + .checkbox { outline: 2px solid var(--orange); outline-offset: 3px; }
.home-newsletter .sib-form button:disabled { opacity: .65; cursor: wait; }
.home-newsletter .sib-form-message-panel { font-family: inherit; font-size: 14px; text-align: left; border-radius: 7px; max-width: none; }
.home-newsletter #error-message { color: #661d1d; background: #ffeded; border-color: #ff4949; }
.home-newsletter #success-message { color: #085229; background: #e7faf0; border-color: #13ce66; }
.home-newsletter .sib-notification__icon { width: 20px; height: 20px; flex-shrink: 0; }
.home-newsletter .input--hidden { display: none !important; }
@media (max-width: 760px) {
  .home-newsletter #sib-form { grid-template-columns: minmax(0, 1fr); }
}