@charset "UTF-8";
/**
 * Contact module. Banner dark with info and form embed iframe.
 * Form embed uses .ep-iFrameContainer and .ep-wrapper to match links.loaconstruction.com widget structure.
 */
.mod_contact .info {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.mod_contact .numbers a.tel {
  display: inline-block;
}
/* Form embed wrapper: no extra scrollbar; let iframe handle its own height. */
.mod_contact .ep-iFrameContainer.mod_contact__form-embed,
.mod_contact .ep-wrapper {
  overflow: visible;
}
.mod_contact .ep-iFrameContainer iframe,
.mod_contact .mod_contact__form-embed iframe {
  width: 100%;
  height: 711px;
  border: none;
  border-radius: 4px;
}
