/* Tegos Servicepartner-Karte */
.tg-pmap { font-family: 'Geologica', sans-serif; }
.tg-pmap__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 28px;
}
.tg-pmap__field { display: flex; flex-direction: column; gap: 6px; }
.tg-pmap__field label { font-size: 14px; font-weight: 400; color: #2E2E2E; }
.tg-pmap__field input,
.tg-pmap__field select {
	height: 40px;
	min-width: 200px;
	border: 1px solid #040B07;
	background: rgba(4, 11, 7, 0.05);
	border-radius: 0;
	padding: 0 12px;
	font-family: 'Geologica', sans-serif;
	font-weight: 100;
	font-size: 15px;
	color: #2E2E2E;
}
.tg-pmap__filter {
	height: 40px;
	padding: 0 26px;
	background: #2E2E2E;
	color: #fff;
	border: none;
	font-family: 'Geologica', sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}
.tg-pmap__grid { display: flex; gap: 32px; }
.tg-pmap__list {
	flex: 0 0 34%;
	max-height: 480px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-right: 8px;
}
.tg-pmap__item { cursor: pointer; border-bottom: 1px solid rgba(46,46,46,0.2); padding-bottom: 16px; }
.tg-pmap__name { font-weight: 400; font-size: 18px; color: #2E2E2E; }
.tg-pmap__addr { font-weight: 100; font-size: 16px; color: #2E2E2E; margin: 6px 0 8px; }
.tg-pmap__links { display: flex; gap: 18px; }
.tg-pmap__links a { font-weight: 100; font-size: 16px; color: #2E2E2E; text-decoration: underline; }
.tg-pmap__map { flex: 1 1 auto; height: 480px; min-height: 320px; }
/* Graustufen-Kartenoptik wie im Figma-Design */
.tg-pmap__map .leaflet-tile-pane { filter: grayscale(0.95) contrast(0.95); }
.tg-pmap__count { font-size: 14px; color: #2E2E2E; }
@media (max-width: 1024px) {
	.tg-pmap__grid { flex-direction: column-reverse; }
	.tg-pmap__list { flex-basis: auto; max-height: 320px; }
	.tg-pmap__field input, .tg-pmap__field select { min-width: 150px; }
}
