.sport-city-hero,
.map-section,
.sport-list-section {
  overflow-x: hidden;
}

.sport-city-hero .shell,
.map-head > *,
.sport-list-head > *,
.place-main {
  min-width: 0;
}

.sport-city-hero h1,
.map-head h2,
.sport-list-head h2,
.place-main h3,
.place-address,
.venue-contact dd {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 620px) {
  .sport-city-hero h1 {
    font-size: clamp(40px, 13vw, 48px);
  }

  .map-head {
    grid-template-columns: minmax(0, 1fr);
  }

  .sport-place {
    padding: 22px;
  }

  .venue-contact {
    padding: 15px;
  }
}
