/* Ładowarki Lubelskie – mapa */
.cl-map {
	width: 100%;
	min-height: 320px;
	border-radius: 12px;
	overflow: hidden;
	background: #eef1f3;
	position: relative;
}
.cl-map-loading,
.cl-map-error {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #555;
	font: 500 15px/1.4 'Sora', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	padding: 16px;
}
.cl-map-error { color: #b32d2e; }

.cl-iw {
	font: 400 14px/1.45 'Sora', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	max-width: 260px;
	color: #282828;
}
.cl-iw-img {
	max-width: 96px; max-height: 56px;
	width: auto; height: auto; object-fit: contain;
	border-radius: 8px; margin-bottom: 6px; display: block;
}
.cl-iw strong { font-size: 15px; display: block; margin-bottom: 4px; }
.cl-iw-row { color: #282828; margin: 2px 0; }
.cl-iw-status { margin: 6px 0; font-weight: 600; }
.cl-iw-status.ok { color: #419133; }
.cl-iw-status.off { color: #9ca3af; }
.cl-iw-actions { display: flex; gap: 8px; margin-top: 10px; }
.cl-iw-route, .cl-iw-btn {
	flex: 1;
	display: inline-flex; align-items: center; justify-content: center;
	text-decoration: none;
	padding: 9px 10px;
	border-radius: 9px;
	font-weight: 700; font-size: 13px;
	white-space: nowrap;
}
.cl-iw-route { background: #f2f8da; color: #3d6b14; border: 1px solid #dce9a6; }
.cl-iw-route:hover { background: #eaf3c4; }
.cl-iw-btn { background: #419133; color: #fff; }
.cl-iw-btn:hover { background: #357a29; }

/* Dymek Google: usuń pusty nagłówek nad treścią, X nad treścią w prawym górnym rogu */
#cl-map .gm-style-iw-c { position: relative !important; padding-top: 14px !important; }
#cl-map .gm-style-iw-chr { height: 0 !important; min-height: 0 !important; }
#cl-map .gm-style-iw-chr .gm-ui-hover-effect {
	position: absolute !important;
	top: 6px !important; right: 6px !important;
	width: 30px !important; height: 30px !important;
	margin: 0 !important; z-index: 3;
}

/* Pasek narzędzi + przycisk lokalizacji */
.cl-map-toolbar { margin: 0 0 10px; }
.cl-locate-btn {
	display: inline-flex; align-items: center; gap: 6px;
	background: #B2D828; color: #282828;
	border: 0; border-radius: 10px;
	padding: 11px 16px;
	font: 700 15px/1 'Sora', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	cursor: pointer;
	touch-action: manipulation;
}
.cl-locate-btn:hover { background: #9cbf1f; }
.cl-locate-btn:disabled { opacity: .7; cursor: default; }
.cl-locate-btn.cl-locating { background: #d7dccd; color: #282828; }

.cl-geo-note {
	margin: 8px 0 0;
	font: 400 13px/1.4 'Sora', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	color: #419133;
	min-height: 1px;
}
.cl-geo-note.cl-geo-err { color: #b32d2e; }
