.booking-widget {
  margin: 20px 0;
}

.fallback-widget {
  display: none; /* Initially hidden, will be shown if the widget fails to load */
}

/* Ensure iframes are responsive */
.booking-widget iframe {
  width: 100%;
  min-height: 500px;
  border: none;
}