/**
 * Location card (shortcode output) + footer NAP block.
 */
.bcc-location-intro {
	max-width: 640px;
	font-size: 15px;
	line-height: 1.5;
	color: var(--bcc-ink);
	margin: 0 0 var(--bcc-space);
}

.bcc-location-card {
	padding: var(--bcc-space);
	background: var(--bcc-cream);
	border-radius: var(--bcc-radius-lg);
	box-shadow: var(--bcc-shadow-card);
	max-width: 640px;
}

.bcc-location-card h2 {
	font-family: var(--bcc-font-display) !important;
	font-weight: 900;
	font-size: clamp(2.5rem, 5vw, 4rem);
	line-height: .9;
	text-transform: uppercase;
	color: var(--bcc-ink) !important;
	margin: 0 0 12px;
}

.bcc-location-card__hours ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bcc-location-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block: 16px;
}

.bcc-location-card__map {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: var(--bcc-radius-md);
}

.bcc-footer-nap {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bcc-space);
	padding: var(--bcc-space);
	background: var(--bcc-purple-900);
	color: #fff;
	font-size: 14px;
}

.bcc-footer-nap a {
	color: #fff;
}

.bcc-footer-nap__social {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
