/* Project Menen – custom styles (loaded after Telraam app.css) */

.site-header {
	padding: 12px 16px;
}

.site-logo img {
	display: block;
	width: 120px;
	height: auto;
}

.page-title {
	text-align: center;
}

/* ----- Map (local rebuild of the Telraam network-embed) */
.map-container {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 700px;
}

#map {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.popup-title {
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: 400;
	color: #393939;
	text-align: center;
}

.popup-bottom {
	margin-top: 10px;
	font-size: 9px;
	color: #aaa;
}

.popup-bottom .left {
	display: inline-block;
}

.popup-bottom .right {
	display: inline-block;
	text-align: right;
	float: right;
}

.popup-unit {
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 0;
	color: #aaa;
}

/* ----- Parking zones */
.parking-marker {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0b5fa5;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	color: #fff;
	font: 700 14px/1 Arial, sans-serif;
}

.parking-marker-small {
	display: inline-flex;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	border-width: 1px;
	border-radius: 3px;
	font-size: 10px;
	vertical-align: middle;
}

.legend-parking {
	display: flex;
	align-items: center;
}

.parking-popup-name {
	text-align: center;
	font-weight: 700;
}

.grid-inside-box {
	padding-bottom: 0;
	margin-bottom: 0;
}
.grid-with-row-margin div[class*=col-] {
	padding-bottom: 0;
	margin-bottom: 0;
}
/* ----- Occupancy (bezetting): compact figures side by side under the title */
.bezetting-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 10px 0 20px;
}

.bezetting {
	min-width: 120px;
	padding: 10px 20px;
	background: #f4f4f4;
	border-radius: 10px;
	text-align: center;
}

.bezetting .bezetting-date {
	font-size: 13px;
	color: #6c6c6c;
}

.bezetting .big-number {
	float: none;
	width: auto;
	padding: 0;
	font-size: 36px;
	line-height: 1.1;
	color: #000;
}
