/* UC Custom Blocks — Hover Cards: colores de hover independientes del Kit UC */

.uc-card.card-hoverable.card-hover-blue:hover .card-hovered {
    background-color: #0176DE !important;
}

.uc-card.card-hoverable.card-hover-yellow:hover .card-hovered {
    background-color: #FEC60D !important;
}
.uc-card.card-hoverable.card-hover-yellow:hover .card-hovered .color-white {
    color: #000 !important;
}
.uc-card.card-hoverable.card-hover-yellow:hover .card-hovered .divider-primary {
    background-color: #000 !important;
}

.uc-card.card-hoverable.card-hover-purple:hover .card-hovered {
    background-color: #98039b !important;
}

.uc-card.card-hoverable.card-hover-red:hover .card-hovered {
    background-color: #D32F2F !important;
}

.uc-card.card-hoverable.card-hover-green:hover .card-hovered {
    background-color: #2E7D32 !important;
}

.uc-card.card-hoverable.card-hover-black:hover .card-hovered {
    background-color: #000 !important;
}
