.hmpe-newsletter-modal {
  box-sizing: border-box;
  width: min(460px, calc(100% - 32px));
  max-height: calc(100% - 32px);
  margin: auto;
  padding: 32px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #1B2437;
  font-family: inherit;
  text-align: center;
  box-shadow: 0 24px 64px rgb(27 36 55 / 20%);
}
.hmpe-newsletter-modal::backdrop { background: rgb(27 36 55 / 55%); }
.hmpe-newsletter-modal h2 { margin: 0 0 12px; color: #1638A8; font-size: 26px; font-weight: 800; line-height: 1.3; }
.hmpe-newsletter-modal p { margin: 0 0 24px; color: #33415C; font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.hmpe-newsletter-modal button {
  border: 0;
  border-radius: 10px;
  padding: 12px 28px;
  background: #1638A8;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.hmpe-newsletter-modal button:focus-visible { outline: 3px solid #1638A8; outline-offset: 4px; }
.hmpe-newsletter-form button:disabled { cursor: not-allowed; opacity: .65; }
