.sarm-map-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.sarm-leaflet-map {
	width: 100%;
	min-height: 320px;
	border-radius: 10px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18);
	z-index: 0;
}

/* Custom logo pin */
.sarm-pin {
	position: relative;
	width: 46px;
	height: 46px;
	transform: rotate(-45deg);
	border-radius: 50% 50% 50% 0;
	background: #c1121f;
	border: 3px solid #ffffff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.45);
}

.sarm-pin img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 34px;
	transform: translate(-50%, -50%) rotate(45deg);
	border-radius: 50%;
	object-fit: cover;
	background: #fff;
}

.sarm-pin::after {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
}

/* Popup styling */
.sarm-popup {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.sarm-popup img {
	width: 60px;
	margin-bottom: 6px;
}

.sarm-popup h3 {
	margin: 4px 0 2px;
	font-size: 15px;
	color: #c1121f;
}

.sarm-popup p {
	margin: 0;
	font-size: 12.5px;
	color: #333;
}

/* Responsive tweaks */
@media (max-width: 600px) {
	.sarm-leaflet-map {
		min-height: 280px;
	}
	.sarm-pin {
		width: 38px;
		height: 38px;
	}
	.sarm-pin img {
		width: 26px;
		height: 26px;
	}
}
