/* clone-local tweaks: static map image + neutralized-social cursor */
#explore #map .map-static{width:100%;height:360px;display:block;object-fit:cover;object-position:center}
.footer__social a[aria-disabled],
.content-intro-row__col a[aria-disabled]{cursor:default}

/* Videos replaced with a plain local still image */
.yt-embed{position:relative;display:block;background:#000;overflow:hidden;text-decoration:none}
.yt-embed img{width:100%;height:100%;object-fit:cover;display:block}

/* Google Maps embed fills the #map box exactly (was a 360px static image) */
#explore #map .map-embed{width:100%;height:360px;display:block;border:0}
