/* ============================================================
   Leaflet Map Block — Styles frontend
   ============================================================ */

.wp-block-leaflet-map-block-map .leaflet-map-block-wrapper {
	width: 100%;
}

.lmb-map {
	display: block;
	max-width: 100%;
	/* fond pendant le chargement */
	background: #e8edf2;
}

/* Alignements Gutenberg */
.wp-block-leaflet-map-block-map.alignwide  .lmb-map,
.wp-block-leaflet-map-block-map.alignfull  .lmb-map {
	width: 100%;
}

/* Responsive */
@media ( max-width: 600px ) {
	.lmb-map {
		min-height: 260px;
	}
}
