﻿.card.clickable:hover {
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease-in-out !important;
}
