/* =============================================================================
   Showroom Details Block
   ============================================================================= */

.showroom-details .showroom-details-map iframe {
	display: block;
	width: 100%;
	height: 440px;
	border: 0;
}

.showroom-details .showroom-details-info h2 {
	margin-bottom: 15px;
}

.showroom-details .showroom-details-address {
	font-weight: 600;
	margin-bottom: 20px;
}

.showroom-details .showroom-details-directions {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
}

.showroom-details .showroom-details-phone {
	margin-top: 10px;
	margin-bottom: 25px;
}

.showroom-details .showroom-details-phone a {
	color: inherit;
	text-decoration: underline;
	font-weight: 700;
}

/* ── Hours (inline bold label) ───────────────────────────────────────────── */

.showroom-details .showroom-details-hours p {
	margin: 0 0 4px;
}

.showroom-details .showroom-details-hours strong {
	font-weight: 700;
}

/* ── Special / holiday hours (orange) ────────────────────────────────────── */

.showroom-details .showroom-details-special {
	margin-top: 22px;
	color: #e74111;
}

.showroom-details .showroom-details-special p {
	margin: 0 0 4px;
	color: #e74111;
}

.showroom-details .showroom-details-special-heading {
	margin-bottom: 8px;
}

@media (max-width: 960px) {
	.showroom-details .showroom-details-map {
		margin-bottom: 30px;
	}

	.showroom-details .showroom-details-map iframe {
		height: 320px;
	}
}
