/* Ventures Page Specific CSS */
/* Currently utilizing global utility classes (card-noir, etc.) */

.list-group-item {
    transition: background-color 0.3s ease;
}

.list-group-item:hover {
    background-color: rgba(212, 175, 55, 0.05) !important; /* Subtle gold tint on hover */
}