.ud-timeline{
    position: relative;
  }
  
  .ud-timeline__list{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  /* קו אחד רציף */
  .ud-timeline__list::before{
    content: "";
    position: absolute;
    right: 15px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    /* background-color: #dcdcdc; */
  }
  
  .ud-timeline__item{
    position: relative;
    padding-right: 52px;
    margin: 0 0 28px 0;
  }
  
  .ud-timeline__item:last-child{
    margin-bottom: 0;
  }
  
  /* נקודה מלאה */
  .ud-timeline__dot{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #8a6cff;
    z-index: 2;
  }
  
  .ud-timeline__title{
    margin: 0 0 6px 0;
    line-height: 1.35;
  }
  
  .ud-timeline__text{
    margin: 0;
    line-height: 1.75;
  }
  
  /* הדגשה אופציונלית לכותרת */
  /* .ud-timeline__item.is-highlight .ud-timeline__title{
    font-weight: 700;
  } */
  