/* Carousel wrapper */
.tncflbk-carousel {
    padding-top:10px;
    padding-bottom:10px;
}

/* Review Card */
.scroll-carousel-slider .sc-slide {
    width: 530px;
    border-radius: 6px;
    border: 1px solid  #D2DAE6;
    background:  #F3F4F7;
}

/* Review Content */
.tncfbk-review-content {
    margin-bottom: 60px;
}

/* Footer Layout */
.tncfbk-review-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    border-top: 1px solid #D2DAE6;
    padding-top:24px;
}

/* Author Image */
.tncfbk-author-image {
    border-radius: 50%;
    flex-shrink: 0;
}
/* Star Rating */
.tncfbk-stars {
    color: #FD9D03;
    font-size: 20px;
    margin: 3px 0;
}

.tncfbk-author-bio-wrap {
    display: flex;
    gap: 14px;
    align-items: center;
}

.tncfbk-review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 40px 40px 40px;
}

.tncfbk-author-bio-wrap img {
    max-width: 62px !important;
    width: 100%;
    height: auto;
}

.tncfbk-review-content {
    color:#5A626E;
    /* Paragraph/18/Regular */
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }

  .tncfbk-author-bio strong {
    color:#1D4551;
    /* Paragraph/18/Semibold */
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
  }

.tncfbk-author-position {
    color:#5A626E;
  /* Paragraph/16/Medium */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}


.tncfbk-review-reason span {
  color: #6B6B6B;
  text-align: right;
  /* Paragraph/16/Medium */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.tncfbk-review-reason {
  color:  #1D4551;
  /* Paragraph/16/Medium */
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}