/* Estilos opcionales si deseas añadir ajustes visuales */
.cm__btn[data-role="necessary"] {
    background-color: white !important;
    color: red !important;
    border: 1px solid red !important;
}
.cm__btn[data-role="all"] {
    background-color: #000000 !important;
    color: white !important;
    border: 1px solid #000000 !important;
}
.cm__btn[data-role="show"] {
    background-color: white !important;
    color: #1863DC !important;
    border: 1px solid #1863DC !important;
}

.pm__btn[data-role="necessary"] {
     background-color: white !important;
     color: red !important;
     border: 1px solid red !important;
 }
.pm__btn[data-role="all"] {
    background-color: #000000 !important;
    color: white !important;
    border: 1px solid #000000 !important;
}
.pm__btn[data-role="save"] {
    background-color: white !important;
    color: #7ad03a !important;
    border: 1px solid #7ad03a !important;
}
