form.custom-newsletter-form{align-items:center;display:flex!important;flex-wrap:wrap;gap:16px;justify-content:center;margin:20px auto;max-width:100%}form.custom-newsletter-form input[type=email],form.custom-newsletter-form input[type=text]{background-color:#f5f7fc;border:1px solid #ccc;border-radius:999px;flex:1 0 auto;font-size:16px;padding:14px 20px;width:220px}form.custom-newsletter-form input[type=submit]{background:#007aff;border:none;border-radius:999px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:700;padding:14px 28px;transition:background .3s ease}form.custom-newsletter-form input[type=submit]:hover{background:#005bbd}@media (max-width:768px){form.custom-newsletter-form{align-items:stretch;flex-direction:column}form.custom-newsletter-form input[type=submit]{width:100%}}