/* Hostaway widget centering */
.hero-search-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-search-wrapper #hostaway-booking-widget{
  flex: 0 1 1100px;
  width: 100% !important;
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force the injected first child container to respect the max-width */
.hero-search-wrapper #hostaway-booking-widget > *{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
