/* ============================================
 * Module: Downloads
 * Source views: index, private-area
 * ============================================ */

/* --- Index: Active Category --- */
.dl-cat-active {
    background-color: var(--site-primary) !important;
    border-color: var(--site-primary) !important;
    color: #fff !important;
}
.dl-cat-active:hover,
.dl-cat-active:focus {
    background-color: color-mix(in srgb, var(--site-primary) 85%, #000) !important;
    border-color: color-mix(in srgb, var(--site-primary) 85%, #000) !important;
    color: #fff !important;
}

/* --- Private Area: List Item Hover --- */
.list-group-item:hover {
    background: #f8f9fc !important;
    border-left-color: var(--site-primary) !important;
}
