.map-placeholder {
	min-height: 320px;
	display: grid;
	place-items: center;
	padding: 32px;
	background: #183d32;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #d5cbb2;
}
.map-placeholder strong { font: 700 30px/1.2 Georgia, serif; }
.transport-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.transport-card { padding: 24px; background: #f5eedc; border-bottom: 4px solid #e4a926; }
.transport-card h3 { margin-top: 0 !important; }
.opening-hours { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.opening-hours span { display: grid; gap: 4px; padding: 22px; background: #183d32; color: #fff; text-align: center; }
.opening-hours strong { color: #e4a926; font: 700 22px Georgia, serif; }
@media (max-width: 900px) {
	.transport-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
	.transport-grid, .opening-hours { grid-template-columns: 1fr; }
	.map-placeholder { min-height: 240px; }
}
