/* Minimal custom styles - most styling now handled by DaisyUI */

/* Keep custom image heights for gallery layout compatibility */
.gallery-item .card-img-top {
    height: 240px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-item .card-img-top {
        height: 200px;
    }
}
