.block-views-blocktestimonials-customer-testimonials-block .node--type-testimonial,
.block-views-blocktestimonials-customer-testimonials-block .node__content,
.block-views-blocktestimonials-customer-testimonials-block .wrapp-content {
  height: 100%;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content {
  margin-top: 36px;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content {
  background: #F9FAFB;
  box-shadow: var(--box--shadow);
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
}

[dir="ltr"] .block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content {
  text-align: left;
}

[dir="rtl"] .block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content {
  text-align: right;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content .field--name-field-company {
  font-family: var(--font-medium);
  font-size: 20px;
  line-height: 32px;
  color: #111B36;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content .field--name-field-rating {
  margin: 16px 0;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content .field--name-body p {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  margin: 0;
}

.block-views-blocktestimonials-customer-testimonials-block .view-content .wrapp-content .node__title {
  font-family: var(--font-medium);
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  margin-top: 36px;
}

.review-rate {
  margin: 1rem 0;
}

.review-rate span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../media/images/star-empty.svg) center no-repeat;
  background-size: contain;
}

.review-rate--5_star span:nth-child(-n+5),
.review-rate--4_star span:nth-child(-n+4),
.review-rate--3_star span:nth-child(-n+3),
.review-rate--2_star span:nth-child(-n+2),
.review-rate--1_star span:nth-child(-n+1) {
  background: url(../../media/images/star.svg) center no-repeat;
  background-size: contain;
}

.view-testimonials .view-content {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.view-testimonials .wrapp-content {
  background: #F9FAFB;
  border-radius: 16px;
  overflow: hidden;
  padding: 20px;
}

[dir="ltr"] .view-testimonials .wrapp-content {
  text-align: left;
}

[dir="rtl"] .view-testimonials .wrapp-content {
  text-align: right;
}

.view-testimonials .testimonials-page .field--name-field-company {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  color: #101828;
}

.view-testimonials .testimonials-page h2 {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
  margin-top: 8px;
}
