#mapLeaflet {
	height:340px;
	isolation: isolate;
	font-size: 0.7rem;
}
.leaflet-control-attribution a {
	color: #0091CF;
}
.leaflet-control-attribution .leaflet-attribution-flag {
	display: none !important;
}

.leaflet-container {
	font-family: inherit;
}
.leaflet-popup-content-wrapper {
	background: #ffffff;
	/*color: #ffffff;*/
	border-radius: 20px;
	/*font-size: 1.2em;*/
	border-bottom: 3px solid #0091CF !important;
}
.leaflet-popup-content {
	line-height: inherit;
	margin: 30px 15px 20px;
	text-align: center;
}
.leaflet-popup-tip {
	background: #0091CF;
}
.leaflet-popup-content-wrapper h3 {
	font-size: 1rem;
	padding: 0;
}
.leaflet-popup-content-wrapper p {
	margin: 0;
	padding: 0;
}
.leaflet-popup-content-wrapper strong {
	color: #d22630;
	text-transform: uppercase;
	font-size: 1.2em;
}
.leaflet-popup-content-wrapper .marker-info-window {
	color: #0091CF;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px;
}
.leaflet-popup-content-wrapper .button {
	color: #ffffff;
}
.leaflet-popup-close-button {
	color: #8997b4 !important;
	top: 5px !important;
	right: 5px !important;
}



#map .leaflet-popup-content-wrapper {
	padding: 0.1px !important;
	/*min-width: 250px !important;*/
	/*width: max-content !important;*/
	/*min-height: 188px !important;*/
	overflow: visible !important;
	border-radius: 20px !important;
	border: 0 !important;
	border-bottom: 3px solid #f97f00 !important;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-close-button {
	right: 6px !important;
	top: 10px !important;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-close-button::after {
	font-size: 14px;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content {
	background-color: transparent !important;
	/*overflow: hidden !important;*/
	width: 100% !important;
	padding: 0 !important;
	height: 100% !important;
	text-align: center !important;
	font-family: ff-cocon-pro, sans-serif !important;
}
#map .leaflet-popup-content-wrapper .leaflet-popup-content h3 {
	padding: 0 0 5px;
	font-size: 1rem;
}
#map .leaflet-popup-content .marker-info-window {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	/*padding: 40px 15px 20px;*/
}
#map .leaflet-popup-content .marker-info-window p {
	padding: 0 0 10px;
	font-size: 1rem;
	margin: 0;
}
#map .leaflet-popup-content .marker-info-window span {
	color: #f97f00;
	font-size: 13px;
	font-weight: 300;
}
#map .leaflet-popup-content .map-button {
	margin-bottom: 15px;
}
#map .card .card-footer {
	background-color: transparent !important;
	border: none !important;
	width: auto;
	position: absolute;
	bottom: -13px;
	z-index: 988;
	left: 50%;
	transform: translateX(-50%);
}
#map .card .bottom-arrow {
	position: absolute;
	z-index: 999;
	border: solid 14px transparent;
	border-top-color: #f97f00;
	margin: -10px 0 0 -14px;
}
#map .card .bottom-arrow.bottom-arrow-shadow {
	border-top-color: rgba(0, 0, 0, 0.2);
	left: 0;
}