/* Keep button at bottom of equal height containers */
@media (min-width: 1024px) {
	.loop-item-citta-pulsante-scopri {
		margin-top: auto;
	}
}

/* Links in ACF text editor fields */
.elementor-widget-container>p>a {
	text-decoration: underline;
}

/* Fix missing Street View Pegman in Google Maps */
.gm-style img {
	max-width: none;
}


/* Crop Città and POI gallery images to the same aspect ratio */
.slider-crop .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}