#mtcc-map {
	border-radius: 8px;
	z-index: 1;
}

/* Defensive rules: many themes/Elementor flex containers collapse height
   or apply "img { max-width: 100% }" globally, which breaks Leaflet's
   tiles and marker icons. These overrides keep the map visible regardless
   of the theme's own CSS. */
.mtcc-map-wrapper {
	min-height: 550px;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.mtcc-map-wrapper #mtcc-map {
	min-height: 550px;
}

.mtcc-map-wrapper img {
	max-width: none !important;
}

.mtcc-popup {
	min-width: 160px;
	text-align: left;
	font-family: inherit;
}

.mtcc-popup-photo {
	width: 100%;
	max-width: 140px;
	height: 100px;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 8px;
	display: block;
}

.mtcc-popup h4 {
	margin: 0 0 4px 0;
	font-size: 15px;
}

.mtcc-popup-office {
	margin: 0 0 2px 0;
	font-weight: 600;
	font-size: 13px;
}

.mtcc-popup-location {
	margin: 0 0 6px 0;
	color: #555;
	font-size: 13px;
}

.mtcc-popup-address {
	margin: 0 0 6px 0;
	color: #555;
	font-size: 12px;
	line-height: 1.4;
}

.mtcc-popup p {
	margin: 2px 0;
	font-size: 13px;
}
