.block--whereabouts {
  width: 100%;
  margin-block: 2rem;
}

.block--whereabouts__inner {
  width: 100%;
  max-width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .block--whereabouts__inner {
    padding-inline: 1.5rem;
  }
}

.block--whereabouts whereabouts-operators-widget,
.block--whereabouts whereabouts-events-widget,
.block--whereabouts whereabouts-event-submit-widget,
.block--whereabouts whereabouts-booker-widget,
.block--whereabouts whereabouts-whats-nearby-widget,
.block--whereabouts whereabouts-tripper-widget,
.block--whereabouts whereabouts-inquiry-widget {
  display: block;
  width: 100%;
}
