<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}
</pre></body></html>