.elementor-43029 .elementor-element.elementor-element-583296c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-edcb204 *//* Contenedor */
.ghl-booking-wrap {
  width: 100%;
}

/* Iframe: visible y usable */
.ghl-booking-iframe {
  width: 100%;
  border: 0;
  display: block;
  overflow: hidden;

  /* Altura responsive sin saber el valor exacto */
  min-height: clamp(680px, 75vh, 980px);
}
@media (max-width: 767px) {
  .ghl-booking-iframe { min-height: 820px; }
}

@media (min-width: 768px) {
  .ghl-booking-iframe { min-height: 720px; }
}/* End custom CSS */