/* Additional custom styles can be added here */
.container {
    padding: 2rem;
}

/* Smooth transition for card hover */
.transform {
    transition: all 0.2s ease-in-out;
}

/* Custom card hover shadow */
.shadow-lg:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}