/* Component specific styles can go here if needed to separate from main style.css */
/* Currently included in style.css for simplicity as per request */

/* Animations */
.fade-in {
    animation: fadeIn 0.3s ease-out;
}