@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap");

/* JotForm embed — full-width card matching contact details panel */
.contact-fm-wrap {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 0.25rem 0.5rem 0.75rem;
}

.contact-fm-wrap iframe {
  display: block;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 539px;
  border: 0 !important;
  background: transparent;
}

@media (min-width: 992px) {
  .contact-fm-wrap {
    padding: 0.5rem 0.75rem 1rem;
  }
}
