.ltc-shell{
  --ltc-bg:#ebe9de;
  --ltc-card-bg:#ebe9de;
  --ltc-border:#b7c27b;
  --ltc-text:#2f3f08;
  --ltc-muted:#c8c6b9;
  --ltc-accent:#8ba73a;
  width:100%;
  position:relative;
  background:transparent;
}

.ltc-heading{
  margin:0 0 34px;
  text-align:center;
  color:var(--ltc-text);
  font-size:clamp(34px,3.2vw,64px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-0.02em;
}

.ltc-carousel{
  position:relative;
  overflow-x:auto;
  overflow-y:visible;
  scrollbar-width:none;
  -ms-overflow-style:none;
  direction:ltr;
  padding:0 0 24px;
  cursor:grab;
  scroll-behavior:auto;
}

.ltc-carousel::-webkit-scrollbar{display:none;}
.ltc-carousel.is-dragging{cursor:grabbing; user-select:none;}
.ltc-carousel.is-paused{cursor:default;}

.ltc-track{
  display:flex;
  align-items:flex-start;
  gap:36px;
  width:max-content;
  padding:0 120px;
}

.ltc-slide{
  flex:0 0 clamp(370px,26vw,430px);
  max-width:430px;
}

.ltc-card{
  min-height:310px;
  background:var(--ltc-card-bg);
  border:7px solid var(--ltc-border);
  border-radius:36px;
  padding:38px 34px 28px;
  text-align:center;
  color:var(--ltc-text);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-sizing:border-box;
}

.ltc-card__contentWrap{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.ltc-card__content{
  font-size:clamp(18px,1.25vw,34px);
  line-height:1.6;
  color:var(--ltc-text);
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5;
  max-height:8em;
  transition:max-height .26s ease;
}

.ltc-card.is-expanded .ltc-card__content{
  display:block;
  max-height:1200px;
  overflow:visible;
}

.ltc-card__content p{
  margin:0 0 .45em;
}

.ltc-card__content p:last-child{
  margin-bottom:0;
}

.ltc-card__toggle{
  align-self:center;
  margin:16px 0 0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--ltc-accent);
  font-size:clamp(18px,1.15vw,32px);
  font-weight:600;
  line-height:1.2;
  cursor:pointer;
	direction:rtl;
	font-family:rubik;
}

.ltc-card__toggle:hover,
.ltc-card__toggle:focus,
.ltc-card__toggle:active,
.ltc-card__toggle:focus-visible{
  background:transparent;
  box-shadow:none;
  outline:none;
  color:var(--ltc-accent);
}

.ltc-card__name{
  margin-top:22px;
  color:var(--ltc-muted);
  font-size:clamp(14px,0.95vw,24px);
  line-height:1.2;
}

.ltc-empty{
  padding:18px 22px;
  background:#f5f4ed;
  color:#2f3f08;
  border-radius:18px;
  text-align:center;
}

@media (max-width: 1180px){
  .ltc-track{gap:24px;padding:0 60px;}
  .ltc-slide{flex-basis:360px;max-width:360px;}
  .ltc-card{min-height:288px;padding:32px 24px 24px;border-radius:30px;}
}

@media (max-width: 767px){
  .ltc-heading{
    margin-bottom:24px;
    font-size:clamp(34px,10vw,58px);
  }

  .ltc-carousel{
    padding:0 0 18px;
  }

  .ltc-track{
    gap:18px;
    padding:0 20px;
  }

  .ltc-slide{
    flex:0 0 70vw;
    max-width:none;
  }

  .ltc-card{
    min-height:250px;
    border-width:6px;
    border-radius:28px;
    padding:24px 18px 20px;
  }

  .ltc-card__content{
    font-size:clamp(18px,4.8vw,24px);
    -webkit-line-clamp:4;
    max-height:6.8em;
  }

  .ltc-card__toggle{
    font-size:clamp(18px,5vw,24px);
    margin-top:10px;
  }

  .ltc-card__name{
    margin-top:14px;
    font-size:clamp(13px,3.8vw,18px);
  }
}

.ltc-card{
  min-height: 210px;
  border-radius: 34px;
  padding: 28px 34px 24px;
}

.ltc-card__content{
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: #3e4a1d;
}

.ltc-card__name{
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.3;
  color: #b8b3a5;
  font-weight: 400;
}

.ltc-card__more{
  font-size: 18px;
  font-weight: 700;
  color: #7da11a;
}
.ltc-card{
  min-height: 190px;
  border-radius: 34px;
  padding: 28px 34px 24px;
}

.ltc-card__content{
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: #3e4a1d;
}

.ltc-card__name{
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.3;
  color: #b8b3a5;
  font-weight: 400;
}

.ltc-card__more{
  font-size: 18px;
  font-weight: 700;
  color: #7da11a;
}

.ltc-card{
  min-height: 190px;
  height: 190px;
  border-radius: 34px;
  padding: 28px 34px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ltc-card.is-open{
  height: auto;
}

.ltc-card__content{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  color: #3e4a1d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ltc-card.is-open .ltc-card__content{
  display: block;
  overflow: visible;
}

.ltc-card__more{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
  display: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #7da11a;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.ltc-card.has-more .ltc-card__more{
  display: inline-block;
}

.ltc-card__name{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.3;
  color: #b8b3a5;
  font-weight: 400;
}
.ltc-card__content,
.ltc-card__name,
.ltc-card__more{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
}

.ltc-card{
  height: 210px;
  min-height: 210px;
  box-sizing: border-box;
  border-radius: 34px;
  padding: 26px 34px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.ltc-card.is-expanded{
  height: auto;
  min-height: 210px;
}

/* בלוק פנימי מסודר */
.ltc-card__inner{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

/* טקסט ההמלצה */
.ltc-card__content{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
  color: #364319;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ltc-card.is-expanded .ltc-card__content{
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

/* כפתור קרא עוד */
.ltc-card__more{
  direction: rtl;
  text-align: center;
  unicode-bidi: plaintext;
  display: none;
  margin: 10px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #7da11a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  align-self: center;
}

.ltc-card.has-more .ltc-card__more{
  display: inline-block;
}

/* שם הכותב - בתוך הכרטיס, למטה מימין */
.ltc-card__name{
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
  margin-top: auto;
  padding-top: 12px;
  color: #b8b3a5;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

/* כשפתוח - קצת יותר ריווח */
.ltc-card.is-expanded .ltc-card__name{
  padding-top: 14px;
}

/* אם יש לך פסאודו/hover לא רצוי */
.ltc-card__more:hover,
.ltc-card__more:focus,
.ltc-card__more:active{
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}