.elv-location-block,
.elv-location-block * {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	box-sizing: border-box;
}
.elv-location-block {
	margin: 24px 0;
}
.elv-location-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
	gap: 5px;
	align-items: stretch;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 5px;
	border: 1px solid #e9e9e9;
}
.elv-location-map-column {
	height: 100%;
}
.elv-location-map-card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
	padding: 16px;
	height: 100%;
	display: flex;
	align-items: stretch;
}
.elv-location-map-frame {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}
.elv-gmap {
	width: 100%;
	min-height: 260px;
}
.elv-location-map-placeholder {
	background: #f3f3f3;
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	color: #777;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 8px;
}
.elv-location-map-placeholder-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	color: #555;
}
.elv-location-map-placeholder-title {
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.elv-location-map-placeholder-text {
	font-size: 12px;
	color: #777;
	max-width: 260px;
}
.elv-location-info-card {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
	padding: 18px 18px 16px;
	display: flex;
	flex-direction: column;
}
.elv-location-heading-row {
	display: flex;
	align-items: center;
	align-content: center;
	column-gap: 10px;
	margin: 0 0 12px;
}
.elv-location-logo img {
	max-height: 38px; 
	width: auto;
	object-fit: contain;
	background: #ffffff;
	border-radius: 4px;
	padding: 4px 4px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.elv-location-title {
	margin: 0!important;
	padding: 0!important;
	font-size: 16px;
	font-weight: 700;
	color: #182C45;
	line-height: 1.2;
}
.elv-location-details {
	list-style: none;
	margin: 0 0 16px;
	padding: 0px !important;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.elv-location-detail-item {
	display: flex;
	align-items: top;
	column-gap: 12px;
	padding: 9px 12px;
	background: #f9f9f9;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}
.elv-location-detail-icon {
	width: 34px;
	height: 34px;
	border-radius: 5px;
	background: rgba(181, 34, 73, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.elv-location-detail-icon i {
	color: #b52249;
	font-size: 17px;
}
.elv-location-detail-main {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
}
.elv-location-detail-title {
	margin-top: -5px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #b52249;
}
.elv-location-detail-text {
	font-size: 0.9em;
	color: #182C45;
	margin-top: -5px;
	line-height: 15px;
}
.elv-location-detail-text a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(24, 44, 69, 0.25);
}
.elv-location-detail-text a:hover,
.elv-location-detail-text a:focus {
	border-bottom-color: rgba(24, 44, 69, 0.55);
}
.elv-location-button-wrap {
	margin-top: -8px;
}
.elv-location-directions-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 20px;
	border-radius: 5px;
	background: #182C45;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
.elv-location-directions-btn:hover,
.elv-location-directions-btn:focus {
	background: #b52249;
}
.elv-map-infowindow {
	display: flex;
    align-items: flex-start;
    column-gap: 8px;
    max-width: 240px; /* verhindert horizontales Überlaufen auf Mobil */
    overflow: hidden; /* verhindert Scrollbalken */
    flex-wrap: wrap; /* bricht flexibel um */
    white-space: normal; 
}
.elv-map-infowindow-close {
	position: absolute;
	top: 2px;
	right: 4px;
	border: none;
	background: transparent;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	color: #b52249;
	padding: 0;
}
.elv-map-infowindow-close:hover,
.elv-map-infowindow-close:focus {
	color: #000;
}
.gm-ui-hover-effect {
	display: none !important;
}
.elv-map-infowindow-logo {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.elv-map-infowindow-logo img {
	max-width: 48px;
	max-height: 48px;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #ffffff;
	border-radius: 4px;
	padding: 2px 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.elv-map-infowindow-text {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	min-width: 120px;
}
.elv-map-infowindow-title {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #182C45;
}
.elv-map-infowindow-address {
	font-size: 12px;
	line-height: 1.4;
	color: #455062;
}
/* Responsive */
@media (max-width: 900px) {
	.elv-location-inner {
		grid-template-columns: 1fr;
	}
	.elv-location-button-wrap {
		margin-top: 16px;
	}
	.elv-gmap {
		min-height: 360px;
	}
}
@media (max-width: 600px) {
	.elv-location-inner {
		padding: 14px;
	}
	.elv-gmap {
		min-height: 360px;
	}
	.elv-location-heading-row {
		align-items: flex-start;
	}
	.elv-location-logo img {
		max-height: 32px;
	}
}
@media (max-width: 340px) {
	.elv-map-infowindow {
		flex-direction: column;
		row-gap: 6px;
		align-items: center;
		text-align: center;
	}
	.elv-map-infowindow-text {
		align-items: center;
	}
}