.mappa__descr {
    font-family: var(--font-sans);
    font-size: 1rem; font-weight: 300;
    color: var(--text-muted); line-height: 1.75;
    max-width: 560px; margin-bottom: 2.5rem;
}
.mappa__container {
    width: 100%; height: 540px;
    // border: 1px solid #B2863F;
    border-radius: var(--radius);
    overflow: hidden;
    margin-top: 2rem;
}
.leaflet-popup-content-wrapper {
    border-radius: var(--radius) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
    padding: 0 !important;
    overflow: hidden;
    min-width: 220px;
}
.leaflet-popup-content { margin: 0 !important; width: auto !important; }
.leaflet-popup-tip { background: #fff !important; }
.cdp-popup { font-family: var(--font-sans); padding: 1.25rem 1.5rem; }
.cdp-popup__logo {
    width: auto; max-width: 90%; max-height: 90px; display: block;
    margin-bottom: -5px;
    object-fit: contain; object-position: left;
}
.cdp-popup__nome {
    font-family: var(--font-serif); font-size: 1rem;
    font-weight: 400; color: var(--text);
    line-height: 1.3; margin-bottom: 0.3rem;
}
.cdp-popup__indirizzo {
    font-size: 0.78rem; color: var(--text-muted);
    font-weight: 300; margin-bottom: 0.75rem; line-height: 1.4;
}
.cdp-popup__link {
    font-size: 0.72rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--accent); text-decoration: none;
    border-bottom: 1px solid var(--accent);
    padding-bottom: 1px; display: inline-block;
}
.cdp-popup__link:hover { opacity: 0.75; }
.cdp-marker {
    width: 32px; height: 32px;
    background: var(--grad-gold);
    border: 2px solid rgba(255,255,255,0.9);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}
.cdp-marker:hover {
    transform: rotate(-45deg) scale(1.15);
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
@media (max-width: 640px) {
    .mappa__container { height: 360px; }
}
