/* =========================================================
   TALKRALLY CONTACT FORM COMPONENT
========================================================= */

.tr-contact-form {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Header spacing */
.tr-contact-form h2 {
  margin-top: var(--wp--custom--space--md);
  margin-bottom: var(--wp--custom--space--md);
}

.tr-contact-form p {
  margin-bottom: var(--wp--custom--space--lg);
}

/* WPForms overrides (scoped safely) */
.tr-contact-form .wpforms-container {
  text-align: left;
}

.tr-contact-form input,
.tr-contact-form textarea {
  width: 100%;
  padding: var(--wp--custom--space--sm);
  border-radius: var(--wp--custom--radius--md);
  border: 2px solid var(--wp--preset--color--border-default);
}

.tr-contact-form.is-focused {
  border-color: var(--wp--preset--color--secondary);
}

/* Button override */
.tr-contact-form button,
.tr-contact-form .wpforms-submit {
  width: 100%;
  margin-top: var(--wp--custom--space--sm);
}

/* Footnote */
.tr-contact-form__footnote {
  font-size: var(--wp--preset--font-size--xs);
  color: var(--wp--custom--color--text-muted);
  margin-top: var(--wp--custom--space--md);
}