.newsletter-section .mf-status {
  display: none;
}

.newsletter-section .mf-status.show {
  display: block;
}

.newsletter-section .mf-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.newsletter-section .mf-row + .mf-row {
  margin-top: 0.5rem;
}

.newsletter-section .mf-row > .mf-col {
  flex: 1 1 0;
  min-width: 0;
}

.newsletter-section input.form-control {
  width: 100%;
  min-width: 0;
}

.newsletter-section .mf-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.newsletter-section .mf-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  height: auto;
  padding: 0.95rem 1.4rem;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.newsletter-section .mauticform-message {
  display: none !important;
}

.newsletter-section .hp-field {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-section .hp-field input {
  caret-color: transparent;
}

@media (max-width: 576px) {
  .newsletter-section .mf-row {
    flex-direction: column;
    gap: 0.75rem;
  }

  .newsletter-section .mf-row + .mf-row {
    margin-top: 0.75rem;
  }

  .newsletter-section .mf-actions .btn {
    min-height: 56px;
    padding: 0.9rem 1.15rem;
  }
}
