/* Contact success modal — space between the two paragraphs only */
.fsa-contact-success-modal-lead {
  margin-bottom: 0.85rem !important;
}

.fsa-contact-success-modal-follow {
  margin-bottom: 0 !important;
}

/* iOS Safari / WKWebView: focus on fields with computed size < 16px auto-zooms the page. */
.fsa-contact-form input,
.fsa-contact-form textarea {
  font-size: max(16px, 1rem);
}

/* Contact / Enterprise forms — spacing + textarea placeholder alignment */
.fsa-contact-form .fsa-optional-hint {
  font-weight: 400;
  color: var(--text-muted);
  font-size: 0.9em;
}

.fsa-contact-form .fsa-contact-company-group {
  margin-top: 1.35rem;
}

.fsa-contact-form textarea.fsa-contact-message-input {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 0.95rem 0.65rem 1.05rem;
  line-height: 1.45;
}

.fsa-contact-form textarea.fsa-contact-message-input::placeholder {
  line-height: 1.45;
  opacity: 0.65;
}
