.elementor-2368 .elementor-element.elementor-element-8b3eee8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2368 .elementor-element.elementor-element-6f32906 .delishs-el-section-subheading{background-color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu__tab button{color:#020101;background-color:#FFFFFF;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu-tab__nav-tabs .nav-link{color:#020101;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu__tab button.active{color:#A32834;border-color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu-tab__nav-tabs .nav-link.active{color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu-tab__nav-tabs .nav-link.active:after{background-color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu__price-nav__list li .price{color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu__item-text .price{color:#A32834;}.elementor-2368 .elementor-element.elementor-element-6f32906 .food-menu__price-nav__list li:not(:last-child){margin-bottom:34px;}@media(max-width:767px){.elementor-2368 .elementor-element.elementor-element-8b3eee8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for delishs_advanced_food_menu, class: .elementor-element-6f32906 *//* Container and Section Alignment */
.food-menu .delishs-el-section-title-layout {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

/* Tab/Filter Button Container */
.food-menu__tab.masonary-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end; /* Aligns to right like the image */
}

/* Individual Filter Buttons */
.food-menu__tab button {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0px; /* Square look like the image */
}

/* Hover State */
.food-menu__tab button:hover {
    border-color: #be2d33; /* Dark red theme color */
    color: #be2d33;
}

/* Active State (The 'ÖSSZES' style in your image) */
.food-menu__tab button.active, 
.food-menu__tab button[data-filter="*"] {
    border: 1px solid #be2d33;
    color: #be2d33;
}

/* Sidebar List Styling (Left side of image) */
.food-menu__price-nav__list {
    list-style: none;
    padding: 0;
}

.food-menu__price-nav__list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.food-menu__price-nav__list h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.food-menu__price-nav__list .price {
    font-weight: 700;
    color: #be2d33;
    white-space: nowrap;
    margin-left: 10px;
}

.food-menu__price-nav__list p {
    font-size: 13px;
    color: #777;
}

/* Responsive adjustment for mobile */
@media (max-width: 1200px) {
    .food-menu__tab.masonary-menu {
        justify-content: center;
        margin-top: 20px;
    }
}
.gluten-free-notice {
    font-size: 13px; /* Kicsit kisebb, mint a név */
    color: #888888; /* Világosszürke szín */
    margin-top: 5px; /* Távolság az ártól */
    font-style: italic; /* Dőlt betű az elegancia kedvéért */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; /* Távolság a pipa és a szöveg között */
}

.gluten-free-notice i {
    color: #28a745; /* A pipa színe zöld marad, hogy kiemelkedjen */
    font-size: 12px;
}/* End custom CSS */