/* Visit & Contact (src/pages/contact.njk). Loaded after main.css; uses its tokens. */

/* Address, email, access: three cards in a row from 60em */
.contact-cards .card {
  gap: 1rem;
}

.contact-cards address {
  margin: 0;
}

/* The club's email address is long: 16px, and it may break before the "@" (a <wbr> in the page) */
.contact-email {
  font-size: 1rem;
}

/* Your first visit: a little air between the short sections */
.first-visit h3 {
  margin-top: 1.75rem;
}

.first-visit h3:first-child {
  margin-top: 0;
}

/* Contact form */
.contact-form__reach {
  margin-bottom: 0.5rem;
}

.contact-form__reach .field {
  margin-bottom: 1rem;
}

.contact-form__status {
  margin-top: 1rem;
}

.contact-form__status .form-status {
  margin: 0;
}
