.menu-list-wrapper-46a2f0e7 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.menu-category-46a2f0e7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu-category-header-46a2f0e7 {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
}
.menu-category-title-46a2f0e7 {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    color: #a3331b;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0;
}
.menu-category-header-46a2f0e7::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    z-index: -1;
}
.menu-items-grid-46a2f0e7 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.menu-item-46a2f0e7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.menu-item-header-46a2f0e7 {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.menu-item-title-46a2f0e7 {
    margin: 0;
    color: #0b2559;
    font-size: 1.3em;
    font-weight: 500;
}
.menu-item-price-46a2f0e7 {
    color: #0b2559;
    font-size: 1.2em;
    font-weight: bold;
}
.menu-item-dots-46a2f0e7 {
    flex-grow: 1;
    margin: 0;
}
.menu-item-desc-46a2f0e7 {
    margin: 0;
    line-height: 1.5;
    color: #555;
    font-size: 0.95em;
}
.menu-item-allergens-46a2f0e7 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.85em;
    margin-top: 4px;
}
.menu-item-allergen-badge-46a2f0e7 {
    background: #f1f1f1;
    color: #333;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}
