.ft-menu-container-c4d49bc0 {
    font-family: inherit;
    max-width: 800px;
    margin: 0 auto;
}

.ft-menu-category {
    font-size: 2em;
    margin: 2em 0 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    color: #1e293b;
}

.ft-menu-subcategory {
    font-size: 1.5em;
    margin: 1.5em 0 1em;
    color: #334155;
}

.ft-menu-item {
    margin-bottom: 1.5em;
    padding: 0 0.5em;
}

.ft-menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1em;
    margin-bottom: 0.5em;
}

.ft-menu-item-title {
    font-size: 1.25em;
    margin: 0;
    font-weight: 600;
    color: #0f172a;
}

.ft-menu-item-price {
    font-weight: bold;
    color: #ef4444;
    white-space: nowrap;
}

.ft-menu-item-description {
    font-size: 0.9em;
    color: #64748b;
    line-height: 1.4;
}