/* Peach currently reuses the established locations layout. */
@import '../prestige/locations.css';

.location-page-container {
  width: min(100%, var(--site-max-width, 1400px));
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  .location-page-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
