.boton-snippet {
    width: 100%;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: var(--wp--preset--color--contrast);
    color: white;
    transition: all 0.2s ease;
}

.boton-snippet:hover {
    background-color: var(--wp--preset--color--primary-2);
}


.boton-snippet-expandir {
    cursor: pointer;
    border: none;
    background: none;
    font-weight: 800 !important;
    padding: 5px 10px;
    transition: all 0.2s ease;
}

.boton-snippet-expandir:hover {
    background-color: black;
    color: white;
}