/*
 * Enquiry block.
 *
 * Stands where the Contact Form 7 forms used to be. It reuses the site's own
 * .fsy-btn styling, and only adds the layout the removed form used to provide,
 * so the surrounding card looks unchanged.
 *
 * Hand-written. Unlike styles/shared and styles/pages, this file is not
 * regenerated by tools/extract.py.
 */
.fsy-enquiry {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  text-align: center;
  padding: 6px 0 2px;
}

.fsy-enquiry-lead {
  margin: 0;
  max-width: 46ch;
  line-height: 1.55;
}

.fsy-enquiry-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.fsy-enquiry-note {
  margin: 0;
  font-size: 0.92em;
  opacity: 0.8;
}
