#mapid {
	width: 100%;
	height: 600px;
}

#mapid-admin {
	width: 100%;
	height: 600px;
}

.single-item-mapa .fusion-row::before,
.single-item-mapa .fusion-row::after {
	content: none;
	display: initial;
}

.single-item-mapa .post {
	margin-bottom: 0;
}

.mapa-info {
	padding: 40px;
}

.mapa-info h3 {
	margin-bottom: 0;
	line-height: 1.3 !important;
}

.mapa-info p {
	margin-top: 0.5em;
	line-height: 1.4;
}

.ppp-map {
	background-color: #f2f2f2;
	padding: 10px 30px;
}

.ppp-map label {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.ppp-map select {
	height: auto;
	padding: 6px 10px;
}

.leaflet-popup-content h2 {
	font-size: 1.5rem !important;
	line-height: 1.2 !important;
	margin-bottom: 0;
}

.leaflet-container .leaflet-popup-content p {
	margin: 0.5em 0;
	font-family: var(--body_typography-font-family);
	font-size: 0.8125rem;
}

.leaflet-container h2 a {
	color: var(--link_color);
}

.leaflet-container h2 a:hover {
	text-decoration: underline;
}

.leaflet-container h2 a::after {
	content: "\27F6";
	margin-left: 12px;
}

html.avada-is-100-percent-template .single-item-mapa #main.width-100 {
	padding: 0;
}

@media (min-width: 1000px) {
	.single-item-mapa #main > .fusion-row {
		display: grid;
		grid-template-columns: minmax(500px, 2fr) minmax(500px, 1fr);
		grid-template-areas: "mapa info";
	}

	.single-item-mapa #content {
		grid-column: mapa;
		z-index: 1;
	}

	.mapa-info {
		grid-column: info;
		padding: 40px;
		box-shadow: -10px 0 16px rgba(0, 0, 0, 0.2);
		z-index: 2;
		overflow-y: auto;
		max-height: 400px;
	}
}
