.ulm-map-wrap {
	position: relative;
	width: 100%;
}

.ulm-map {
	width: 100%;
	min-height: 240px;
	z-index: 1;
	background: #eef1f3;
}

.ulm-div-icon {
	border: 0 !important;
	background: transparent !important;
}

.ulm-div-icon svg {
	display: block;
	overflow: visible;
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.28));
}

.ulm-map .leaflet-popup-content-wrapper {
	max-width: calc(100vw - 32px);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.17);
}

.ulm-map .leaflet-popup-tip {
	background-color: #fff;
}

.ulm-map .leaflet-popup-content {
	margin: 16px 18px 17px;
	font-family: inherit;
	line-height: 1.5;
}

.ulm-map .ulm-popup-title {
	display: block;
	margin: 0 20px 5px 0;
	color: #fdd030 !important;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.ulm-map a.ulm-popup-title:hover,
.ulm-map a.ulm-popup-title:focus {
	color: #fdd030 !important;
	text-decoration: underline;
}

.ulm-popup-address {
	margin-bottom: 8px;
	color: #5d6572;
	font-size: 13px;
}

.ulm-popup-description {
	margin: 8px 0 13px !important;
	color: #303742;
	font-size: 14px;
}

.ulm-map .ulm-popup-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 7px 13px;
	border: 1px solid #fdd030 !important;
	border-radius: 6px;
	background: #fdd030 !important;
	background-color: #fdd030 !important;
	color: #111827 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.ulm-map .ulm-popup-link:hover,
.ulm-map .ulm-popup-link:focus {
	border-color: #fdd030 !important;
	background: #fdd030 !important;
	background-color: #fdd030 !important;
	color: #111827 !important;
	transform: translateY(-1px);
}

@media (max-width: 767px) {
	.ulm-map .leaflet-popup {
		max-width: calc(100vw - 24px) !important;
	}

	.ulm-map .leaflet-popup-content-wrapper {
		max-width: calc(100vw - 32px);
	}

	.ulm-map .leaflet-popup-content {
		max-width: calc(100vw - 72px);
		margin: 14px 15px 15px;
	}

	.ulm-map .ulm-popup-title {
		margin-right: 18px;
	}
}
