.fm-newsletter-wrap { width:100%; }
.fm-newsletter-form { width:100%; }
.fm-newsletter-row { display:flex; gap:22px; align-items:stretch; }
.fm-newsletter-field { flex:1; }
.fm-newsletter-field input[type="email"] {
    width:100%; min-height:45px; padding:10px 16px;
    border:1px solid rgba(120,0,15,.45); border-radius:4px;
    background:transparent; color:#fff; outline:none;
}
.fm-newsletter-field input[type="email"]::placeholder { color:rgba(255,255,255,.9); }
.fm-newsletter-field input[type="email"]:focus { border-color:#fff; }
.fm-newsletter-form button {
    min-width:200px; min-height:45px; padding:10px 22px;
    border:0; border-radius:4px; cursor:pointer;
    background:#bd1c2e; color:#fff; font-weight:700;
}
.fm-newsletter-form button:hover { filter:brightness(.95); }
.fm-newsletter-form button:disabled { opacity:.65; cursor:wait; }
.fm-newsletter-consent {
    display:flex; gap:10px; align-items:flex-start; margin-top:14px;
    color:#fff; font-size:12px; font-weight:600;
}
.fm-newsletter-consent input { margin-top:2px; }
.fm-newsletter-message { margin-top:12px; color:#fff; font-weight:600; font-size:13px; }
.fm-newsletter-message.is-error { color:#fff; }
.fm-newsletter-hp {
    position:absolute!important; left:-99999px!important; width:1px!important;
    height:1px!important; overflow:hidden!important;
}
@media (max-width:767px) {
    .fm-newsletter-row { flex-direction:column; gap:12px; }
    .fm-newsletter-form button { width:100%; }
}
