.page-hero--location {
	margin-top: 24px;
}

.locationBestForSwiper {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 7 / 8;
}

.locationBestForSwiper .swiper-slide,
.locationBestForSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locationBestForSwiper .swiper-slide img {
	min-height: 360px;
}

.locationBestForSwiper .swiper-pagination-bullet {
	background: #fff;
	opacity: .55;
}

.locationBestForSwiper .swiper-pagination-bullet-active {
	opacity: 1;
}

/* Location feature carousels (Soho brunch/roast, City brunch) */
.feature .hero__carousel .hero__img {
	width: 100%;
	min-height: 360px;
	object-fit: cover;
}

@media (max-width: 980px) {
	.locationBestForSwiper .swiper-slide img,
	.feature .hero__carousel .hero__img {
		min-height: 0;
		height: 100%;
	}
}

.feature--city-brunch .feature__ctas {
	flex-wrap: wrap;
}
