.job-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.job-card:hover {
    transform: translateY(-2px);
}
