/** Layout rules scoped to the Contact Us page. */
.stp-contact-page {
  width: 100%;
  min-width: 0;
}

.stp-contact-page .stp-contact-layout {
  align-items: start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2.5rem;
}

.stp-contact-form-column,
.stp-contact-info-column,
.stp-contact-info-item > div {
  min-width: 0;
  overflow-wrap: anywhere;
}

.stp-contact-info-item > span {
  flex: 0 0 1.5rem;
  text-align: center;
}

.stp-contact-page .stp-enquire-form-wrapper,
.stp-contact-page form,
.stp-contact-page iframe {
  max-width: 100%;
  min-width: 0;
}

.stp-contact-page .input-group > .form-control,
.stp-contact-page .input-group > .form-select {
  min-width: 0;
}

.stp-contact-page .stp-enquire-form [class*="col-"] {
  min-width: 0;
}

.stp-contact-page textarea {
  max-width: 100%;
}

/* Keep fields readable when the desktop form occupies a narrow column. */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stp-contact-page .stp-enquire-form .row > [class*="col-md-"] {
    width: 100%;
  }
}

@media (max-width: 575.98px) {

  .stp-contact-page .stp-enquire-form button[type="submit"] {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }
}

/* The inline form has no modal to dismiss. */
.stp-contact-page .stp-enquire-form [data-bs-dismiss="modal"] {
  display: none;
}

.stp-contact-page .stp-enquire-form button[type="submit"] {
  max-width: 100%;
  white-space: normal;
}

.stp-contact-page .stp-enquire-form .d-flex {
  min-width: 0;
}

.stp-contact-page .stp-contact-info-column > .d-grid {
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #f6f8f5;
  border: 1px solid #e4e9e0;
  border-radius: 16px;
}
