.legal-preview-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.legal-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}
