.find-us-page {
	padding-bottom: 1rem;
}

.find-us-intro {
	max-width: 860px;
}

.find-us-mobile-directions {
	position: sticky;
	top: 0;
	z-index: 5;
	margin: 0 -0.25rem 1.5rem;
	padding: 0.5rem;
	border: 1px solid var(--bs-border-color);
	background: rgba(248, 249, 250, 0.96);
	box-shadow: var(--bs-box-shadow-sm);
}

.find-us-map-card {
	margin-bottom: 0;
	overflow: hidden;
}

.find-us-map-link {
	display: block;
	background: #fff;
}

.find-us-map-link img {
	display: block;
	width: 100%;
	height: auto;
}

.find-us-location-card {
	overflow: hidden;
}

.find-us-location-card .card-body {
	padding-bottom: var(--bs-card-spacer-y);
	margin-bottom: 0;
}

.find-us-directions-modal .modal-body .btn {
	display: flex;
	align-items: center;
}

@media (max-width: 767.98px) {
	.find-us-page {
		padding-bottom: 0;
	}

	.find-us-page--preview {
		padding-top: 3rem;
	}

	.find-us-intro .display-4 {
		font-size: 2.25rem;
	}

	.find-us-map-card .card-footer > span {
		display: block;
	}

	.find-us-map-card .card-footer > span + span {
		margin-top: 0.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.find-us-page *,
	.find-us-page *::before,
	.find-us-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
