.menu-card-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-card-single-img,
.menu-card img {
    object-fit: cover;
    border-top-left-radius: var(--vg-radius);
    border-top-right-radius: var(--vg-radius);
}

.menu-card-single-img {
    height: 250px;
    width: 100%;
    object-position: center;
    display: block;
}

.menu-card img {
    aspect-ratio: 16/9;
}

.menu-icon {
    font-size: 4rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, .3);
}

.card {
    display: flex;
    flex-direction: column;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-text {
    flex-grow: 1;
    min-height: 48px;
}

.badge {
    font-size: 0.7rem;
    opacity: 0.8;
    padding: 2px 8px;
}

.text-muted.small {
    color: var(--vg-muted) !important;
    font-size: 0.85rem;
}

.card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.h4.fw-bold {
    font-size: 1.3rem;
    font-weight: 700 !important;
    color: var(--vg-bordeaux) !important;
}

/* Labels des filtres plus visibles */
.form-label {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--vg-ink);
}
