@media (max-width: 768px) {

    #sb .sp-bet:hover {
        background-color: var(--themeColor1) !important;
        color: white !important;
    }

    #sb .sp-bet.active {
        background-color: var(--themeColor5) !important;
        color: black !important;
    }
}
