
/* Licata in Comune 3.1 — Mappe e Contattaci */

.public-reports-map,
.management-reports-map{
    width:100%;
    height:min(68vh,650px);
    min-height:460px;
    border-radius:16px;
    overflow:hidden;
}

.support-status{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:.76rem;
    font-weight:800;
}

.support-status.open{
    background:#e9f3ff;
    color:#075caa;
}

.support-status.working{
    background:#fff4df;
    color:#9a5b00;
}

.support-status.closed{
    background:#e8f8f0;
    color:#087747;
}

.support-message{
    padding:18px;
    border:1px solid var(--line,#dfe7ef);
    border-radius:13px;
    background:#f7fafc;
    line-height:1.7;
}

.support-replies{
    display:grid;
    gap:14px;
}

.support-reply{
    padding:18px;
    border:1px solid var(--line,#dfe7ef);
    border-radius:14px;
    background:#f8fbfd;
}

.support-reply header{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:10px;
}

.support-reply header span,
.support-reply small{
    color:#687689;
    font-size:.8rem;
}

.support-reply p{
    margin:0 0 10px;
    line-height:1.65;
}

@media(max-width:900px){
    .public-reports-map,
    .management-reports-map{
        height:60vh;
        min-height:390px;
    }

    .support-reply header{
        flex-direction:column;
        gap:3px;
    }
}
