/**
 * style.css — mod_dove_siamo  v4
 */

.ds-wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    color: #2d3748;
    line-height: 1.6;
}

/* ── Wrapper mappa (iniettata via {mappa}) ── */
.ds-map-wrap {
    margin: 20px 0;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
}

.ds-map-wrap iframe {
    display: block;
    border: none;
}

/* ── Blocco indirizzo ── */
.ds-wrap .jm-location {
    margin-top: 24px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #D0AA69;
    border-radius: 0 6px 6px 0;
}

.ds-wrap .jm-label {
    font-size: 1rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 8px;
}

.ds-wrap .jm-directory p {
    margin: 4px 0;
}

.ds-wrap .jm-directory a {
    color: #D0AA69;
    text-decoration: none;
}

.ds-wrap .jm-directory a:hover {
    text-decoration: underline;
}

/* ── Social ── */
.ds-wrap .jm-social {
    margin-top: 16px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* ── Responsività ── */
@media (max-width: 768px) {
    .ds-map-wrap iframe {
        height: 300px !important;
    }

    .ds-wrap .jm-location .row-fluid {
        display: block;
    }

    .ds-wrap .jm-location .span4,
    .ds-wrap .jm-location .span8 {
        display: block;
        width: 100%;
        float: none;
    }
}
