.acoes-grid {

    display: flex;

    gap: 6px;

}

.btn-excluir {

    background: #dc3545;
    color: white;

}

.btn-editar {

    background: #f59e0b;
    color: white;

}
/*CORES VENCIMENTOS CRAF E GT*/
.alerta {

    background: #fff3cd !important;

    color: #856404;

    font-weight: 600;

}

.vencido {

    background: #f8d7da !important;

    color: #721c24;

    font-weight: 700;

}