.newsletter-layout { margin-inline: auto; }
.newsletter-layout label { display: block; font-weight: 650; margin: 22px 0 8px; }
.newsletter-layout input[type=email] { width: 100%; min-height: 48px; padding: 12px 14px; font: inherit; border: 1px solid #99a6c2; background: #fff; color: #25304b; border-radius: 10px; }
.newsletter-layout label.consent { display: flex; align-items: flex-start; gap: 12px; font-weight: 400; margin: 20px 0; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: 0 0 20px; margin-top: 4px; accent-color: #405fd1; }
.newsletter-layout button { border: 0; cursor: pointer; font: inherit; font-weight: 700; min-height: 48px; background: #405fd1; }
.newsletter-layout button:disabled { opacity: .65; cursor: wait; }
.newsletter-layout .legal-note { margin-top: 18px; }
#newsletter-message { padding: 16px; border-radius: 10px; background: #eaf0ff; color: #263762; overflow-wrap: anywhere; }
#newsletter-message.error { background: #fff0ee; color: #8b2525; }
[hidden] { display: none !important; }
