#mapa_atuacao {
    background-color: var(--bg-azul);
    color: white;
    overflow: hidden;
}

#mapa_atuacao .mapa-atuacao-row {
    align-items: stretch;
}

#mapa_atuacao .mapa-indicador {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 148px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.indicadores-home-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
}

.indicadores-home-edit-button,
.indicadores-home-save,
.indicadores-home-cancel {
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-family: Rawline, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 14px;
}

.indicadores-home-edit-button,
.indicadores-home-save {
    background: #ffffff;
    color: var(--bg-azul);
}

.indicadores-home-cancel {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.indicadores-home-status {
    font-size: 13px;
    min-height: 18px;
}

.indicadores-home-editor {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 4px;
    padding: 20px 0 24px;
}

.indicadores-home-editor[hidden] {
    display: none;
}

.indicadores-home-editor-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
}

.indicadores-home-editor fieldset {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    margin: 0;
    padding: 14px;
}

.indicadores-home-editor legend {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0 6px;
    width: auto;
}

.indicadores-home-editor label {
    display: block;
    margin-bottom: 10px;
}

.indicadores-home-editor label:last-child {
    margin-bottom: 0;
}

.indicadores-home-reference {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.35;
    margin: -2px 0 10px;
    padding: 8px 10px;
}

.indicadores-home-editor span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.indicadores-home-editor input,
.indicadores-home-editor textarea {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    color: #1f2933;
    font-family: Rawline, sans-serif;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
}

.indicadores-home-editor textarea {
    min-height: 82px;
    resize: vertical;
}

.indicadores-home-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

/* #mapa_atuacao img{
    width: 111px; 
    height: auto; 
    display: block; 
    margin: 20px auto;
} */

.p1_mapa_atuacao {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.15;
}

.p2_mapa_atuacao{    
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

.p3_mapa_atuacao{
    font-family: Rawline;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 0;
    max-width: 300px;
}

#link_ver_mapa{
    text-decoration: underline; 
    cursor: pointer;
    font-size: 17px;
    transition: 0.3s;
}

#link_ver_mapa:hover {
    filter: brightness(0.8); /* Escurece a imagem */
}

@media (max-width: 575.98px) {
    .indicadores-home-toolbar,
    .indicadores-home-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .indicadores-home-editor-grid {
        grid-template-columns: 1fr;
    }

    .p1_mapa_atuacao {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 1.1;
    }
    
    .p2_mapa_atuacao{    
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .p3_mapa_atuacao{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
        width: 80%;
    }

    #mapa_atuacao .mapa-indicador {
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (min-width: 1199.98px) {
    #mapa_atuacao .container{
        width: 1200px;
    }
}
