.elementor-252 .elementor-element.elementor-element-3da867e{--display:flex;}.elementor-252 .elementor-element.elementor-element-3f3446a{text-align:center;}.elementor-252 .elementor-element.elementor-element-7633498{--display:flex;--margin-top:2em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}/* Start custom CSS for html, class: .elementor-element-2c3639f */.flipbook-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.flipbook-nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fb-btn {
    background: #616161;
    color: #fff;
    border: none;
    padding: 7px 18px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.fb-btn:hover:not(:disabled) {
    background: #4a4a4a;
}

.fb-btn:focus-visible {
    outline: 3px solid #2980b9;
    outline-offset: 2px;
}

.fb-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.fb-page-announce {
    font-size: 13px;
    color: #555;
    min-width: 260px;
    text-align: center;
}

.flipbook-wrapper:focus-visible {
    outline: 3px solid #2980b9;
    outline-offset: 3px;
}

.flipbook {
    width: 1080px;
    height: 700px;
}

.flipbook .hard {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    box-sizing: border-box;
    background: #616161 !important;
    color: #fff;
    font-weight: bold;
    border: none;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.flipbook .hard small {
    font-style: italic;
    font-weight: lighter;
    opacity: 0.7;
    font-size: 13px;
    margin-top: 8px;
}

.flipbook .hard.cover-front {
    background: transparent !important;
    color: #000;
    justify-content: flex-end;
    padding-bottom: 30px;
    gap: 6px;
}

.cover-title {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
}

.cover-subtitle {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    opacity: 0.75;
    padding-bottom: 20px;
}


.fl-intro p {
    font-size: 14px;
    opacity: 0.85;
    font-weight: normal;
}

.flipbook .page {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    box-sizing: border-box;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.page-header {
    background: #616161;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 14px;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.page-content {
    overflow-y: auto;
    flex: 1;
    padding: 4px 0;
}

.menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.menu-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px 7px 28px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    list-style: none;
    position: relative;
    gap: 8px;
    line-height: 1.3;
}

.menu-item summary::-webkit-details-marker { display: none; }

.menu-item summary::before {
    content: '\25B6';
    font-size: 9px;
    color: #616161;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.18s;
}

.menu-item[open] > summary::before {
    transform: translateY(-50%) rotate(90deg);
}

.menu-item summary:hover {
    background: #f5f5f5;
}

.item-name {
    flex: 1;
}

.price {
    color: #616161;
    font-weight: 600;
    white-space: nowrap;
    font-size: 16px;
}

.item-desc {
    padding: 5px 12px 8px 28px;
    font-size: 14px;
    color: #555;
    line-height: 1.45;
    background: #fafafa;
}


/* ── Responsive: flipbook ↔ stacked layout ───────────────────────────────── */
.flipbook-mobile {
    display: none;
}

@media (max-width: 1199px) {
    .flipbook-outer {
        display: none;
    }
    .flipbook-mobile {
        display: block;
        max-width: 700px;
        margin: 0 auto;
    }
    .mobile-section {
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 16px;
    }
    .mobile-section .page-header {
        padding: 12px 16px;
    }
    .mobile-section .page-content {
        overflow: visible;
    }
    .mobile-section .menu-item summary {
        padding: 9px 14px 9px 32px;
    }
    .mobile-section .menu-item summary::before {
        left: 14px;
    }
    .mobile-section .item-desc {
        padding: 6px 14px 10px 32px;
    }
}/* End custom CSS */