/* StudioEsagono — Google Maps widget */

.cew-gmap {
    width: 100%;
    box-sizing: border-box;
}

.cew-gmap__canvas {
    width: 100%;
    min-height: 200px;
    background-color: #e6e6e6;
}

.cew-gmap__canvas:empty::before {
    content: 'Caricamento mappa…';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #888;
    font-size: 0.9em;
    font-style: italic;
}

/* Info window content */
.cew-gmap__info {
    line-height: 1.4;
    max-width: 280px;
}
.cew-gmap__info p { margin: 0 0 6px; }
.cew-gmap__info p:last-child { margin-bottom: 0; }
