.TestimonialCard{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:var(--padding-content-medium);gap:var(--padding-content-small,16px);border-radius:var(--border-radius-card-medium,12px);background:var(--background-fill,#FFF);box-shadow:0 0 3px 0 var(--shadow-shadow,rgba(18,18,18,.15)) inset;height:var(--size-card-height-reviews,242px);overflow:hidden}.TestimonialCard__content-wrapper{width:100%;flex:1 1;overflow:hidden;min-height:0}.TestimonialCard__content{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--testimonial-line-clamp,10);overflow:hidden;text-overflow:ellipsis}