.leaflet-map {
	height: 100%;
	min-height: 100%;
	width: 100%;
}

#contact-page-map-section .embed-responsive {
	min-height: 420px;
}

/* B/N on tiles only; marker and popup stay in color */
.leaflet-tile-pane img {
	filter: grayscale(100%);
}

.leaflet-marker-custom {
	background: none;
	border: none;
}

.leaflet-marker-pin {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border: 0.25rem solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
}

.leaflet-popup-corporate .leaflet-popup-content-wrapper {
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.leaflet-popup-corporate .leaflet-popup-content {
	margin: 1rem 1.25rem;
	min-width: 12rem;
	max-width: 17.5rem;
}
.leaflet-control-attribution{
	display: none !important;
}

.leaflet-popup-corporate-inner {
	font-size: 0.8125rem;
	line-height: 1.4;
	color: var(--primary, #1a1a1a);
}

.leaflet-popup-corporate-inner strong {
	color: inherit;
	text-decoration: none;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: .3rem;
}
.leaflet-popup-corporate-inner a {
	color: inherit;
	text-decoration: none;
	line-height: 1.3;
	display: block;
	transition: color .2s;
}

.leaflet-popup-corporate-inner a:hover {
	color: var(--secondary, #CA9500);
}

.leaflet-popup-logo {
	display: block;
	height: 2rem;
	width: auto;
	max-width: 100%;
	margin-bottom: 1rem;
	object-fit: contain;
}

.leaflet-popup-contact {
	margin-top: 0.25rem;
}

.leaflet-popup-contact p:first-child {
	margin-top: 0;
}

.leaflet-popup-contact p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.leaflet-popup-corporate .leaflet-popup-content-wrapper {
		transform: scale(0.7);
		transform-origin: bottom center;
	}

	.leaflet-map-wrapper,
	#contact-page-map-section .embed-responsive,
	#contact-section .embed-responsive {
		aspect-ratio: 4/3 !important;
		z-index: 0;
	}
}
