.trustpilotCarousel {
  color: rgb(76, 81, 101);
}

.trustpilotCarousel__title {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
}

.trustpilotCarousel__container {
  overflow: hidden;
  position: relative;
}

.trustpilotCarousel__hidden {
  display: none;
}

.trustpilotCarousel__navigation {
}

.trustpilotCarousel__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: rgba(17, 17, 17, 0.5);
  fill: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .2s ease-in-out;
}

.trustpilotCarousel__arrow:hover {
  background-color: rgba(17, 17, 17, 1);
}

.trustpilotCarousel__arrow.swiper-button-disabled {
  display: none;
}

.trustpilotCarousel__arrow.prev {
  left: 8px;
}

.trustpilotCarousel__arrow.next {
  right: 8px;
}

.trustpilotCarousel__arrow svg {
  width: 16px;
}

.trustpilotCarousel__item {
}

.trustpilotCarousel__inner {
  padding: 0 24px;
}

.trustpilotCarousel__rating {
  margin-bottom: 6px;
  position: relative;
  display: inline-flex;
}

.trustpilotCarousel__rating svg {
  width: 24px;
  flex: 0 0 24px;
}

.trustpilotCarousel__stars-base {
  display: flex;
  color: #E5E7EB;
}

.trustpilotCarousel__stars-fill {
  position: absolute;
  top: 0;
  overflow: hidden;
  display: flex;
  color: #00B67A;
}

.trustpilotCarousel__item-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trustpilotCarousel__content {
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}

.trustpilotCarousel__content:not(.more) {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 67px;
  overflow: hidden;
}

.trustpilotCarousel__content-toggle {
  color: rgba(76, 81, 101, 0.5);
  font-size: 16px;
  line-height: 22.4px;
  cursor: pointer;
}

.trustpilotCarousel__content-toggle:hover {
  text-decoration: underline;
}

.trustpilotCarousel__content-toggle .less {
  display: none;
}

.trustpilotCarousel__content-toggle.more .less {
  display: block;
}

.trustpilotCarousel__content-toggle.more .more {
  display: none;
}

.trustpilotCarousel__item-footer {
  display: flex;
  margin-top: 46px;
  align-items: center;
}

.trustpilotCarousel__avatar-box {
  flex: 0 0 40px;
  margin-right: 12px;
}

.trustpilotCarousel__avatar-box img {
  display: block;
}

.trustpilotCarousel__avatar-empty {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background-color: #1a268e;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  color: #F7F7F7;
  font-weight: 700;
  font-size: 24px;
}

.trustpilotCarousel__name {
  flex: 1 1 auto;
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}