/* Menu page styles extracted from inline attributes */
.page-header--white{
    background:#ffffff;
    padding:100px 0 50px;
    border-bottom:1px solid #eee
}
.menu-img{
    height:250px;
    object-fit:cover
}
.menu-img-small{
    height:180px;
    object-fit:cover
}
.qty-input{
    max-width:80px
}
.hover-card:hover{
    transform:translateY(-6px);
    transition:all .18s
}

/* Category Badge - Transparent Blue */
.badge-category {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(99, 102, 241, 0.15) 100%) !important;
    border: 2px solid rgba(59, 130, 246, 0.4) !important;
    color: #3b82f6 !important;
    font-weight: 700;
    padding: 6px 10px !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
}

.badge-category:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3) 0%, rgba(99, 102, 241, 0.25) 100%) !important;
    border-color: rgba(59, 130, 246, 0.6) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}
