.trustpilot {
  padding-top: 100px;
  padding-bottom: 100px;
}

.auto-visitors-trustpilot-b .trustpilot,
.white-background .trustpilot {
  padding-bottom: 50px;
}

.auto-information + .trustpilot {
  margin-top: 92px;
}

.trustpilot .message {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 2em;
  color: #1E3244;
  text-align: center;
}

.tp-widget-wrapper {
  overflow: hidden;
  font-family: "Segoe UI","Helvetica Neue","Helvetica","Arial","sans-serif";
  font-size: 12px;
  line-height: 1;
  max-width: 1010px;
  margin: 0 auto;
}

.tp-widget-wrapper a,
.tp-widget-wrapper a:hover {
  color: #191919;
  text-decoration: none;
}

.tp-widget-wrapper a strong {
  font: inherit;
  border-bottom: 1px solid rgba(25,25,25,0.6);
}

.tp-widget-wrapper a strong:hover {
    border-color: #191919;
}

.tp-widget-wrapper .wrapper-left {
  text-align: center;
}

.tp-widget-wrapper .wrapper-right {
  padding: 0 25px 0 40px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin: 20px 0 0;
}

/*
.text + .trustpilot,
.text + .trustpilot .tp-widget-review-prev,
.text + .trustpilot .tp-widget-review-next {
    background: #fff;
}
*/

.tp-bottom-widget {
    text-align: center;
    max-width: 1010px;
    margin: 35px auto 0;
}

@media screen and (min-width:520px) {    
  .tp-widget-wrapper .wrapper-left {
    float: left;
    width: 200px;
  }

  .tp-widget-wrapper .wrapper-right {
    margin: 0 0 0 200px;
  }
}

.tp-widget-reviews {
  overflow: auto;
  font-size: 0;
}

.no-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no-scrollbar::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

.tp-widget-review {
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  min-height: 150px;
  padding: 0 15px 0 20px;
  position: relative;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
}

@media screen and (min-width:750px) {
  .tp-widget-review {
    width: 50%;
  }
}

@media screen and (min-width:1000px) {
  .tp-widget-review {
    width: 33.3333%;
  }
}

.tp-widget-review-prev,
.tp-widget-review-next {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
}

.tp-widget-review-next {
  left: auto;
  right: 0;
}

.svg-slider-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}

.tp-widget-review-next .svg-slider-arrow {
  transform: translate(-50%, -50%) rotate(180deg);
}

.arrow-slider-circle { stroke: #8C8C8C; }
.arrow-slider-shape { fill: #8C8C8C; }
.svg-slider-arrow { cursor: pointer; }
.display-none .arrow-slider-circle { stroke: #d1d1d1; }
.display-none .arrow-slider-shape { fill: #d1d1d1; }
.display-none .svg-slider-arrow { cursor: default; }

.tp-widget-humanscore {
  font-size: 24px;
  margin: 0 0 12px;
}

.tp-widget-businessinfo {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 14px;
  font-weight: 300;
}

.tp-widget-logo {
  margin: 0 auto;
  width: 95px;
}

.tp-widget-stars {
  margin: 0 auto 12px;
  width: 155px;
}

.tp-widget-review .tp-widget-stars {
  width: 110px;
  margin: 0 0 12px;
}

.tp-widget-review .date, .tp-widget-review .name {
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
}

.tp-widget-review .date {
    right: 15px;
    top: 4px;
}

.tp-widget-review .name {
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 2px;
  left: 20px;
  width: 100%;
}

.tp-widget-review .text {
  font-size: 13px;
  line-height: 16px;
}

.tp-stars .tp-star__canvas, .tp-stars .tp-star__canvas--half {
  fill: #dcdce6;
}

.tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas,
.tp-stars--1 .tp-star:nth-of-type(-n+1) .tp-star__canvas--half,
.tp-stars--1-5 .tp-star:nth-of-type(-n+1) .tp-star__canvas,
.tp-stars--1-5 .tp-star:nth-of-type(-n+2) .tp-star__canvas--half {
  fill:#ff3722;
}

.tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas,
.tp-stars--2 .tp-star:nth-of-type(-n+2) .tp-star__canvas--half,
.tp-stars--2-5 .tp-star:nth-of-type(-n+2) .tp-star__canvas,
.tp-stars--2-5 .tp-star:nth-of-type(-n+3) .tp-star__canvas--half {
  fill:#ff8622;
}

.tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas,
.tp-stars--3 .tp-star:nth-of-type(-n+3) .tp-star__canvas--half,
.tp-stars--3-5 .tp-star:nth-of-type(-n+3) .tp-star__canvas,
.tp-stars--3-5 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half {
  fill:#ffce00;
}

.tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas,
.tp-stars--4 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half{
  fill: #73cf11;
}

.tp-stars--4-5 .tp-star:nth-of-type(-n+4) .tp-star__canvas,
.tp-stars--4-5 .tp-star:nth-of-type(-n+4) .tp-star__canvas--half,
.tp-stars--4-5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half,
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas,
.tp-stars--5 .tp-star:nth-of-type(-n+5) .tp-star__canvas--half{
  fill: #00b67a;
}

.tp-widget-review .header {
  font-size: 14px;
  font-weight: 700;
  height: 16px;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Car loan */
.main.car-loan + .trustpilot.car-loan {
  background-color: #eef7f6;
  padding-top: 20px;
}

.trustpilot.car-loan {
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustpilot.car-loan .message,
.trustpilot.car-loan .tp-widget-humanscore,
.trustpilot.car-loan .tp-widget-businessinfo {
  display: none;
}

.trustpilot.car-loan .tp-widget-stars {
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
  width: 125px;
}

.trustpilot.car-loan .tp-widget-logo {
  margin-right: 0;
  margin-left: 0;
  width: 75px;
}

body section.trustpilot-description {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: #eef7f6;
}

.trustpilot-description p {
    margin: 0 auto;
}

.trustpilot-description p:not(:last-child) {
    margin-bottom: 1em;
}

.text + .trustpilot {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .trustpilot.car-loan .message,
  .trustpilot.car-loan .tp-widget-humanscore,
  .trustpilot.car-loan .tp-widget-businessinfo {
    display: block;
    font-family: Montserrat, Tahoma, Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 500;
  }

  .trustpilot.car-loan .message {
    font-size: 0.75em;
    margin-right: 10px;
    word-spacing: normal;
  }

  .trustpilot.car-loan .tp-widget-humanscore {
    font-size: 1.25em;
    font-weight: 600;
    margin-right: 10px;
  }

  .trustpilot.car-loan .tp-widget-businessinfo {
    display: flex;
    margin-right: 10px;
  }

  .trustpilot.car-loan .tp-widget-businessinfo p {
    font-size: 0.925em;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 4px;
  }

  .trustpilot.car-loan .trust-score {
    font-weight: 600;
  }

  .main.car-loan + .trustpilot.car-loan {
    padding-top: 30px;
  }

  .trustpilot.car-loan {
    padding-top: 20px;
  }
}