/* Estilização do Bloco Indicadores */
.indicadores-edit {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
}

.indicadores-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}


.indicadores-buttom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 15px;
    background: white;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.indicadores-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.indicadores-numero {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;;
    color: #004f9f;
    margin: 10px 0;
}

.indicadores-texto-wrapper p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 14px;
    color: #545454;
}

/* Estilização do frontend */

.indicadores h2 {
    margin: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 700;
    color: #30302e;
}

.indicadores-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.indicadores-buttons-bloco {
    width: 100%;
}
.indicadores-buttom{
    .thumbnail{
        img{
            max-width: 60px;
            height: auto;
            border-radius: 4px;
        }
    }
}

.text-content p{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    word-wrap: break-word;
    font-size: 14px;
    color: #30302e;
}