/* Mapa Leaflet — Fraga */
.mapa-leaflet-wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    border: 1px solid #e6e6e6;
    background: #e8eaed;
}

.mapa-leaflet-canvas,
#mapaContactoPublico,
#mapaContactoAdmin,
#mapaEntrevistaCand {
    display: block !important;
    width: 100% !important;
    height: 520px !important;
    min-height: 520px !important;
    border: 0 !important;
    margin: 0 !important;
    z-index: 1;
}

.mapa-leaflet-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 14px 18px;
    background: #ffffff;
    border-top: 1px solid #ececec;
}

.mapa-leaflet-actions p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.modal-cand-caixa.formulario .mapa-leaflet-canvas,
.modal-cand-caixa.formulario #mapaEntrevistaCand {
    height: 420px !important;
    min-height: 420px !important;
}

.contacto-mapa-col .mapa-leaflet-canvas,
.contacto-mapa-col #mapaContactoPublico {
    height: 560px !important;
    min-height: 560px !important;
}

/* Compat: classes antigas do Google → mesma altura */
.mapa-google-wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}
