.hover-shadow {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px);
}

/* Place Card Image Styles */
.place-card-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.place-card-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}