section.zoo-map-holder .zoo-map-holder-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0;
}

section.zoo-map-holder .zoo-map-holder-filters {
	width: 100%;
	background-color: var(--wp--preset--color--wpbf-palette-color-6);
	border-radius: 1rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	padding: 2rem;
	margin-bottom: 3rem;
}

section.zoo-map-holder .zoo-map-holder-filters h2 {
	margin: 0 0 1rem;
	color: var(--wp--preset--color--wpbf-palette-color-2);
	font-size: var(--text-size-200);
	font-weight: 600;
}

section.zoo-map-holder .zoo-map-holder-filters-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 2rem;
}

section.zoo-map-holder .zoo-map-holder-filter-item {
	color: var(--wp--preset--color--wpbf-palette-color-2);
	font-size: var(--text-size-200);
	font-weight: 600;
	margin: 0;
}

section.zoo-map-holder .zoo-map-holder-filter-item label {
	color: var(--wp--preset--color--wpbf-palette-color-2);
	font-size: var(--text-size-100);
	font-weight: 400;
	margin: 0;
	line-height: 1.25;
}

section.zoo-map-holder .zoo-map-holder-filter-item select {
	width: 100%;
	border: 1px solid var(--wp--preset--color--wpbf-palette-color-2);
	border-radius: 0.5rem;
	padding: 0.5rem;
	font-size: var(--text-size-100);
	font-weight: 400;
	margin: 0;
}

section.zoo-map-holder .zoo-map-holder-animals {
	flex: 0 1 45%;
	width: 45%;
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

section.zoo-map-holder .zoo-map-holder-map {
	flex: 0 1 50%;
	width: 50%;
	min-width: 0;
	min-height: 600px;
	position: relative;
}

section.zoo-map-holder #zoo-map {
	width: 100%;
	aspect-ratio: 2/3;
	border-radius: 1rem;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
	background-color: var(--wp--preset--color--wpbf-palette-color-2);
}

.zoo-map-marker-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: var(--wp--preset--color--wpbf-palette-color-4);
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.zoo-map-marker-icon.is-active {
	background-color: var(--wp--preset--color--wpbf-palette-color-5);
	transform: scale(1.25);
}

.leaflet-popup-content {
	font-size: var(--text-size-100);
	font-weight: 400;
	margin: 0;
	padding: 1.25rem 1rem;
	line-height: 1.25;
}

.leaflet-popup-content p {
	margin: 0 0 0.75rem;
}

.leaflet-popup-content a {
	font-size: var(--text-size-90);
	color: var(--wp--preset--color--wpbf-palette-color-5);
	text-decoration: underline;
}

.leaflet-popup-content a:hover {
	text-decoration-thickness: 2px;
}
