.delivery-page .map-container {
	border-radius: 0.5rem;
}

.delivery-page .leaflet-map {
	height: 500px;

	@media (max-width: 768px) {
		height: 30vh !important;
	}
}

.delivery_details .map-container {
	border-radius: 0.5rem
}

.delivery_details .leaflet-map {
	height: 500px;

	@media (max-width: 768px) {
		height: 30vh !important;
	}
}

.map-container {
	overflow: hidden;
	position: relative;
	isolation: isolate;
}
