#map,
.leaflet-container {
	border-radius: 8px;
	overflow: hidden;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: unset !important;
	box-shadow: none !important;
}

.leaflet-popup-content {
	background: #000;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	padding: 0;
	margin: 0;
	width: 200px;
	font-family: sans-serif;
	overflow: hidden;
}

.leaflet-popup-content img {
	display: block;
	width: 100%;
	height: auto;
}

.leaflet-popup-content h4 {
	font-size: 16px;
	margin: 8px 12px 4px;
	line-height: 1.2;
	color: #fff;
}

.leaflet-popup-content h5 {
	font-size: 14px;
	margin: 4px 12px;
	line-height: 1.2;
	color: #ffffff;
}

.button-3 {
	color: #fff !important;
	background: #c0153e;
	padding: 8px 16px;
	text-decoration: none;
	border: none;
	display: inline-block;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.popup-button-wrapper {
	margin: 10px auto;
	text-align: center;
	width: fit-content;
}

.leaflet-popup-close-button {
	position: absolute;
	top: -10px;
	right: -10px;
	color: #ff6600;
	background: #fff;
	border: 2px solid #ff6600;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
}

.leaflet-popup-tip {
	background: #fff;
	border: none;
	width: 14px;
	height: 7px;
	margin: 0 auto;
}
