/* Minimal Clean Template CSS */

.stolik-menu-container.template-minimal {
    background-color: var(--stolik-bg-color, #f7f4e8);
    --stolik-sold-out-badge-bg: #ffffff;
    --stolik-sold-out-badge-color: #111111;
    --stolik-sold-out-badge-border: 1px solid #111111;
    --stolik-sold-out-badge-shadow: none;
    --stolik-sold-out-badge-radius: 12px;
    padding: 46px 46px 56px;
    border-radius: 34px;
    max-width: 960px;
    margin: 0 auto;
    font-family: var(--stolik-base-font-family, inherit);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border: var(--stolik-container-border, none);
    color: var(--stolik-text-color, #4a3f35);
    overflow: hidden;
}

/* Logo styling */
.template-minimal .menu-logo-container {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .template-minimal .menu-logo-container {
        padding-top: 45px !important;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
}

.template-minimal .menu-logo {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100% !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    margin: 0;
    object-fit: contain; /* Prevents distortion even if dimensions are forced */
    align-self: center;  /* Prevents flexbox vertical stretching */
    flex-shrink: 0;      /* Prevents the logo from being crushed by text */
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .template-minimal .menu-logo {
        width: -moz-fit-content;
        width: fit-content;
    }
}


.template-minimal .menu-title {
    color: var(--stolik-menu-title-font-color, #6b5b4c);
    font-family: var(--stolik-menu-title-font-family, "Georgia, serif");
    font-size: var(--stolik-menu-title-font-size, 42px);
    font-weight: var(--stolik-menu-title-font-weight, 400);
    font-style: var(--stolik-menu-title-font-style, normal);
    text-decoration: var(--stolik-menu-title-text-decoration, none);
    text-align: center;
    margin: 0 0 36px;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-transform: none;
    padding-inline: clamp(16px, 8vw, 120px);
    overflow-wrap: anywhere;
}

/* When logo is disabled, reserve vertical space for absolute language switcher */
.template-minimal .stolik-language-ui + .menu-title {
    margin-top: 52px;
}

/* Category Tab Cards Container */
.template-minimal .category-tabs-container {
    margin-bottom: 60px;
}

.template-minimal .stolik-categories-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 16px 4px 24px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.template-minimal .stolik-categories-wrapper .stolik-categories-container {
    padding-left: 44px;
    padding-right: 44px;
}

.template-minimal .stolik-scroll-btn {
    color: #6b5b4c;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(138, 121, 100, 0.35);
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.template-minimal .stolik-scroll-btn:hover {
    transform: translateY(-50%) scale(1.05);
}

.stolik-menu-minimal .stolik-categories-wrapper .stolik-scroll-btn,
.template-minimal .stolik-categories-wrapper .stolik-scroll-btn {
    top: 50% !important;
    transform: translateY(calc(-50% - 4px)) !important;
}

/* Hide scrollbar but allow scrolling */
.template-minimal .stolik-categories-container::-webkit-scrollbar { display: none; }

.template-minimal .tab-card {
    background: var(--stolik-nav-button-bg, var(--stolik-tab-bg-color, #ffffff));
    border: 1px solid var(--stolik-tab-border-color, #e8e0d6);
    border-radius: 8px;
    padding: 8px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    min-width: 0;
    text-align: center;
    flex: 0 0 auto;
    width: auto;
    display: inline-block;
    margin: 0;
}

.template-minimal .stolik-categories-container .stolik-category-pill {
    flex: 0 0 auto;
    width: auto;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    text-align: center;
    margin: 0;
}

.template-minimal .tab-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px var(--stolik-hover-shadow-color, rgba(0, 0, 0, 0.1));
    border-color: var(--stolik-accent-color, #a8937f);
}

.template-minimal .tab-card.active {
    background: var(--stolik-nav-button-active-bg, var(--stolik-accent-color, #a8937f));
    border-color: var(--stolik-accent-color, #a8937f);
    transform: translateY(-5px);
    box-shadow: 0 12px 30px var(--stolik-active-shadow-color, rgba(168, 147, 127, 0.3));
    z-index: 10;
}

.template-minimal .tab-card.active:hover {
    transform: translateY(-5px);
}

.template-minimal .tab-text {
    color: var(--stolik-nav-text-color, #8a7964);
    font-family: var(--stolik-nav-font-family, inherit);
    font-size: var(--stolik-nav-font-size, 14px);
    font-weight: var(--stolik-nav-font-weight, normal);
    font-style: var(--stolik-nav-font-style, normal);
    text-decoration: var(--stolik-nav-text-decoration, none);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    transition: color 0.3s ease;
}

.template-minimal .tab-card.active .tab-text {
    color: var(--stolik-nav-button-active-color, #ffffff);
    font-weight: var(--stolik-nav-font-weight, 600);
}

.template-minimal .tab-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 3px;
    background: var(--stolik-accent-color, #a8937f);
    border-radius: 2px 2px 0 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.template-minimal .tab-card:hover .tab-indicator {
    transform: translateX(-50%) scaleX(0.5);
}

.template-minimal .tab-card.active .tab-indicator {
    transform: translateX(-50%) scaleX(1);
    background: #ffffff;
}

/* Card flip effect animation */
.template-minimal .tab-card {
    perspective: 1000px;
}

.template-minimal .tab-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.template-minimal .tab-card:hover::before {
    left: 100%;
}

.template-minimal .tab-card.active::before {
    display: none;
}

.template-minimal .menu-container {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.template-minimal .category-header {
    margin: 50px 0 30px 0;
    text-align: center;
}

.template-minimal .category-header:first-child {
    margin-top: 0;
}

.template-minimal .category-title {
    color: var(--stolik-category-title-font-color, #6b5b4c);
    font-family: var(--stolik-category-title-font-family, "Georgia, serif");
    font-size: var(--stolik-category-title-font-size, 28px);
    font-weight: var(--stolik-category-title-font-weight, 400);
    font-style: var(--stolik-category-title-font-style, normal);
    text-decoration: var(--stolik-category-title-text-decoration, none);
    margin: 40px 0 18px;
    text-transform: none;
    letter-spacing: 0.5px;
    position: relative;
}

.template-minimal .menu-item {
    display: flex;
    flex-direction: column;
    background: var(--stolik-item-bg-color, #eecf9b);
    border: 1px solid var(--stolik-item-border-color, #e5c088);
    border-radius: 14px;
    padding: 18px 18px 20px;
    margin-bottom: 18px;
    position: relative;
}

.template-minimal .menu-item.normal-item:hover {
    background-color: #e8c48f;
    transform: none;
    box-shadow: none;
}

.template-minimal .menu-item.featured-item {
    background: var(--stolik-featured-item-bg-color, #c3d8cf);
    border: 1px solid var(--stolik-featured-item-border-color, #b0c7bc);
    border-radius: 14px;
    padding: 18px 18px 20px;
    margin-bottom: 18px;
    position: relative;
}

.template-minimal .menu-item.featured-item:hover {
    background-color: #b8cfc4;
    transform: none;
    box-shadow: none;
}

.template-minimal .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.template-minimal .item-image-top {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0 0 10px 0;
}

.template-minimal .item-image-top .menu-item-image {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.template-minimal .item-image-top .stolik-image-fallback {
    padding: 0;
    display: block;
    overflow: hidden;
}

.template-minimal .item-price-row {
    margin-top: 6px;
    font-family: var(--stolik-item-price-font-family, "Georgia, serif");
    font-size: var(--stolik-item-price-font-size, 16px);
    font-weight: var(--stolik-item-price-font-weight, normal);
    color: var(--stolik-item-price-font-color, #8a7964);
}

@media (min-width: 768px) {
    .template-minimal .menu-item.has-price {
        padding-bottom: 58px;
    }

    .template-minimal .menu-item .item-price-row {
        position: absolute;
        right: 18px;
        bottom: 16px;
        text-align: right;
        margin-top: 0;
    }

    .template-minimal .item-image-top .menu-item-image {
        width: 75%;
        margin: 0 auto;
    }
}

.template-minimal .item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 15px;
    gap: 20px;
}

@media (max-width: 360px) {
    .template-minimal .menu-title {
        font-size: clamp(20px, var(--stolik-menu-title-font-size, 42px), 34px) !important;
    }

    .template-minimal .menu-item-image,
    .template-minimal .item-image img {
        max-width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
}

.template-minimal .item-image {
    flex-shrink: 0;
    margin-left: 20px;
    align-self: flex-start;
}

@media (max-width: 640px) {
    .template-minimal .menu-item-image,
    .template-minimal .item-image img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }
}

.template-minimal .menu-item-image {
    width: 100px;
    height: 100px;
    border-radius: 0;
    object-fit: cover;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    box-shadow: none;
    border: none;
}

/* Featured star */
.template-minimal .featured-star {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ffffff;
    color: #ffd700;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border: 2px solid #ffd700;
}

.template-minimal[data-star-uses-accent="1"] .featured-star {
    color: var(--stolik-accent-color, #ffd700);
    border-color: var(--stolik-accent-color, #ffd700);
}

.template-minimal[data-show-star="0"] .featured-star {
    display: none !important;
}

.template-minimal .featured-item .featured-star {
    left: -8px;
    right: auto;
}

.template-minimal .menu-item:hover .menu-item-image {
    transform: none;
    opacity: 0.9;
}

.template-minimal .normal-item .item-name {
    font-family: var(--stolik-item-title-font-family, "Georgia, serif");
    font-size: var(--stolik-item-title-font-size, 18px);
    color: var(--stolik-item-title-font-color, #4a3f35);
    font-weight: var(--stolik-item-title-font-weight, 700);
    font-style: var(--stolik-item-title-font-style, normal);
    text-decoration: var(--stolik-item-title-text-decoration, none);
    margin: 0 0 6px;
    line-height: 1.3;
}

.template-minimal .featured-item .item-name {
    font-family: var(--stolik-featured-item-title-font-family, var(--stolik-item-title-font-family));
    font-size: var(--stolik-featured-item-title-font-size, var(--stolik-item-title-font-size));
    color: var(--stolik-featured-item-title-font-color, var(--stolik-item-title-font-color));
    font-weight: var(--stolik-featured-item-title-font-weight, var(--stolik-item-title-font-weight));
    font-style: var(--stolik-featured-item-title-font-style, var(--stolik-item-title-font-style));
    text-decoration: var(--stolik-featured-item-title-text-decoration, var(--stolik-item-title-text-decoration));
    margin: 0 0 6px;
    line-height: 1.3;
}

.template-minimal .normal-item .item-description {
    font-family: var(--stolik-item-desc-font-family, "Georgia, serif");
    font-size: var(--stolik-item-desc-font-size, 14px);
    color: var(--stolik-item-desc-font-color, #6b5b4c);
    font-weight: var(--stolik-item-desc-font-weight, 400);
    font-style: var(--stolik-item-desc-font-style, normal);
    text-decoration: var(--stolik-item-desc-text-decoration, none);
    margin: 0 0 10px;
    line-height: 1.5;
    max-width: 100%;
}

.template-minimal .featured-item .item-description {
    font-family: var(--stolik-featured-item-desc-font-family, var(--stolik-item-desc-font-family));
    font-size: var(--stolik-featured-item-desc-font-size, var(--stolik-item-desc-font-size));
    color: var(--stolik-featured-item-desc-font-color, var(--stolik-item-desc-font-color));
    font-weight: var(--stolik-featured-item-desc-font-weight, var(--stolik-item-desc-font-weight));
    font-style: var(--stolik-featured-item-desc-font-style, var(--stolik-item-desc-font-style));
    text-decoration: var(--stolik-featured-item-desc-text-decoration, var(--stolik-item-desc-text-decoration));
    margin: 0 0 10px;
    line-height: 1.5;
    max-width: 100%;
}

.template-minimal .normal-item .item-price {
    font-family: var(--stolik-item-price-font-family, "Georgia, serif");
    font-size: var(--stolik-item-price-font-size, 16px);
    color: var(--stolik-item-price-font-color, #8a7964);
    font-weight: var(--stolik-item-price-font-weight, 700);
    font-style: var(--stolik-item-price-font-style, normal);
    text-decoration: var(--stolik-item-price-text-decoration, none);
    text-align: right;
    white-space: nowrap;
}

.template-minimal .featured-item .item-price {
    font-family: var(--stolik-featured-item-price-font-family, var(--stolik-item-price-font-family));
    font-size: var(--stolik-featured-item-price-font-size, var(--stolik-item-price-font-size));
    color: var(--stolik-featured-item-price-font-color, var(--stolik-item-price-font-color));
    font-weight: var(--stolik-featured-item-price-font-weight, var(--stolik-item-price-font-weight));
    font-style: var(--stolik-featured-item-price-font-style, var(--stolik-item-price-font-style));
    text-decoration: var(--stolik-featured-item-price-text-decoration, var(--stolik-item-price-text-decoration));
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .template-minimal .stolik-menu-container {
        padding: 40px 20px;
        margin: 10px;
    }

    .template-minimal .menu-title {
        font-size: var(--stolik-menu-title-font-size, 42px);
        letter-spacing: 1px;
        margin-bottom: 40px;
    }

    .template-minimal .category-tabs-container {
        margin-bottom: 40px;
    }

    .template-minimal .stolik-categories-container {
        gap: 6px;
        margin-bottom: 20px;
    }

    .template-minimal .tab-card {
        padding: 8px 16px;
    }

    .template-minimal .tab-text {
        font-size: 12px;
    }

    .template-minimal .menu-item {
        padding: 25px 20px;
        flex-direction: column;
        text-align: left;
    }

    .template-minimal .featured-item {
        padding: 30px 20px;
    }

    .template-minimal .item-image {
        margin-left: 0;
        margin-top: 15px;
        align-self: center;
    }

    .template-minimal .menu-item-image {
        width: 120px;
        height: 120px;
    }

    .template-minimal .item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .template-minimal .item-price {
        text-align: left !important;
        margin-left: 0 !important;
    }

    .template-minimal .item-description {
        max-width: 100% !important;
    }

    .template-minimal .category-title {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .stolik-menu-container.template-minimal {
        padding: 34px 22px 42px;
        border-radius: 0;
    }

    .template-minimal .menu-item {
        border-radius: 0;
        padding: 18px 14px 20px;
        margin: 0 0 14px 0;
    }

    .template-minimal .item-image-top img.menu-item-image {
        height: clamp(180px, 50vw, 260px);
        border-radius: 10px;
    }

    .template-minimal .item-price-row {
        position: static;
        text-align: left;
        margin-top: 6px;
    }

    .template-minimal .stolik-scroll-btn {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .template-minimal .stolik-menu-container {
        padding: 30px 15px;
    }

    .template-minimal .menu-title {
        font-size: var(--stolik-menu-title-font-size, 42px);
        letter-spacing: 0.5px;
    }

    .template-minimal .tab-card {
        padding: 8px 14px;
    }

    .template-minimal .tab-text {
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .template-minimal .category-title {
        font-size: 20px;
    }

    .template-minimal .menu-item-image {
        width: 100px;
        height: 100px;
    }

    .template-minimal .menu-item {
        padding: 20px 15px;
    }

    .template-minimal .featured-item {
        padding: 25px 15px;
    }
}

.template-minimal .menu-item {
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.template-minimal .featured-item {
    border-left: 4px solid var(--stolik-accent-color, #a8937f);
}

.template-minimal .normal-item:hover {
    border-left-color: var(--stolik-accent-color, #a8937f);
}

.template-minimal .menu-item {
    animation: minimalFadeIn 0.6s ease-out;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

@keyframes minimalFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.template-minimal .tab-card {
    animation: tabSlideIn 0.5s ease-out;
}

@keyframes tabSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.template-minimal .tab-card:focus {
    outline: 3px solid var(--stolik-accent-color, #a8937f);
    outline-offset: 2px;
}

/* Language dropdown (migrated from PHP inline styles) */
.template-minimal .stolik-language-ui { position: absolute; top: 14px; right: 16px; display: flex; gap: 8px; z-index: 40; }
.template-minimal .stolik-lang-badges { display: flex; gap: 8px; }
.template-minimal .stolik-lang-badge { background: var(--stolik-accent-color, #6b5b4c); color: #fff; padding: 6px 12px; border-radius: 20px; font-size: 13px; font-weight: 600; text-decoration: none; box-shadow: 0 2px 6px rgba(0,0,0,.15); display: inline-flex; align-items: center; justify-content: center; min-height: 32px; gap: 6px; }
.template-minimal .stolik-lang-badge.is-base { background: #6b5b4c; opacity: .85; }
.template-minimal .stolik-lang-dropdown { position: relative; }
.template-minimal .stolik-lang-current { background: #fff; border: 1px solid var(--stolik-accent-color, #6b5b4c); border-radius: 8px; padding: 6px 10px; font-size: 14px; font-weight: 600; box-shadow: 0 2px 6px rgba(0,0,0,.1); min-width: 56px; display: flex; gap: 6px; align-items: center; justify-content: center; cursor: pointer; }
.template-minimal .stolik-lang-current .stolik-flag,
.template-minimal .stolik-lang-option .stolik-flag,
.template-minimal .stolik-lang-badge .stolik-flag { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 18px; border-radius: 4px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.08); background: #fff; }
.template-minimal .stolik-lang-current .stolik-flag .stolik-flag-emoji,
.template-minimal .stolik-lang-option .stolik-flag .stolik-flag-emoji,
.template-minimal .stolik-lang-badge .stolik-flag .stolik-flag-emoji { display: block; width: 100%; height: 100%; font-size: 18px; line-height: 1; }
.template-minimal .stolik-lang-current .stolik-flag .stolik-flag-emoji--globe,
.template-minimal .stolik-lang-option .stolik-flag .stolik-flag-emoji--globe,
.template-minimal .stolik-lang-badge .stolik-flag .stolik-flag-emoji--globe { display: flex; align-items: center; justify-content: center; }
.template-minimal .stolik-lang-current .stolik-flag-code,
.template-minimal .stolik-lang-option .stolik-flag-code,
.template-minimal .stolik-lang-badge .stolik-flag-code { display: inline-flex; align-items: center; justify-content: center; min-width: 24px; height: 18px; border-radius: 4px; background: rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.08); font-size: 11px; font-weight: 600; letter-spacing: .5px; padding: 0 4px; color: #111; }
.template-minimal .stolik-lang-menu { position: absolute; right: 0; top: 100%; margin-top: 6px; background: #fff; border: 1px solid var(--stolik-accent-color, #6b5b4c); border-radius: 8px; padding: 6px; box-shadow: 0 6px 20px rgba(0,0,0,.12); min-width: 56px; z-index: 50; }
.template-minimal .stolik-lang-menu { padding: 0 !important; margin: 6px 0 0 0 !important; list-style: none; }
.template-minimal .stolik-lang-menu > li { margin: 0; padding: 0; list-style: none; }
.template-minimal .stolik-lang-option { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 6px 8px; border-radius: 6px; text-decoration: none; color: #111; min-height: 26px; }
.template-minimal .stolik-lang-option:hover { background: #f5f7fb; }
.template-minimal .screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 375px) {
    .template-minimal .menu-logo-container {
        justify-content: center !important;
        padding-left: 0;
        padding-right: 0;
    }
}

/* RTL SUPPORT */
.stolik-menu-container.template-minimal.stolik-rtl {
    direction: rtl;
}

.stolik-menu-container.template-minimal.stolik-rtl .menu-title,
.stolik-menu-container.template-minimal.stolik-rtl .category-title,
.stolik-menu-container.template-minimal.stolik-rtl .item-header,
.stolik-menu-container.template-minimal.stolik-rtl .item-description,
.stolik-menu-container.template-minimal.stolik-rtl .item-price-row,
.stolik-menu-container.template-minimal.stolik-rtl .tab-text {
    text-align: right;
}

.stolik-menu-container.template-minimal.stolik-rtl .item-image {
    margin-left: 0;
    margin-right: 20px;
}

.stolik-menu-container.template-minimal.stolik-rtl .menu-item .item-price-row {
    right: auto;
    left: 18px;
}

.stolik-menu-container.template-minimal.stolik-rtl .featured-star {
    left: -8px;
    right: auto;
}

.stolik-menu-container.template-minimal.stolik-rtl .featured-item .featured-star {
    right: -8px;
    left: auto;
}

.template-minimal .item-price-row,
.template-minimal .item-meta-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    clear: both;
}

.template-minimal .item-meta-row {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #817769;
}

.template-minimal .item-meta-module {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.template-minimal .stolik-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    opacity: .8;
    line-height: 1;
    color: currentColor;
}

.template-minimal .stolik-meta-icon.allergens-icon {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    color: var(--stolik-allergen-accent-light, #b45309);
    border: 1px solid var(--stolik-allergen-accent-light-border, rgba(180, 83, 9, 0.52));
    background: var(--stolik-allergen-accent-light-bg, rgba(245, 158, 11, 0.18));
    font-size: .78em;
    font-weight: 600;
    line-height: 1;
    opacity: .9;
    text-transform: lowercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}

.template-minimal .item-allergens-text,
.template-minimal .item-weight-text {
    color: inherit;
}

.template-minimal .stolik-like-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: var(--stolik-accent-color, #7a6450);
    font-size: 0.75rem;
    line-height: 1;
    padding: 3px 8px;
    cursor: pointer;
    transition: opacity .2s ease;
}

.template-minimal .stolik-like-btn:disabled {
    cursor: default;
    opacity: .75;
}

.template-minimal .stolik-like-icon path {
    fill: transparent;
    stroke: currentColor;
    stroke-width: 1.8;
}

.template-minimal .stolik-like-btn.is-liked .stolik-like-icon path {
    fill: currentColor;
}
