.ws-trustpilot,
.ws-trustpilot *,
.ws-tpwidget,
.ws-tpwidget *{
  box-sizing:border-box;
}

.ws-trustpilot,
.ws-tpwidget{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin:0 calc(50% - 50vw);
  padding:0 0 32px;
  overflow:hidden;
  background:#1d1b1b;
  color:#fff;
}

.ws-tpwidget__container{
  max-width:90rem;
  margin:0 auto;
  padding:0;
}

.ws-tpwidget__intro{
  text-align:center;
  margin:0 auto;
  padding:0 16px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  max-width:56.25rem;
}

.ws-tpwidget__intro > *{
  min-width:0;
}

.ws-tpwidget__intro-title{
  margin:2rem 0 0;
  line-height:1.15;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  color:#fff !important;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-weight:700;
}

.ws-tpwidget__intro-title::before,
.ws-tpwidget__intro-title::after{
  content:none !important;
  display:none !important;
}

.ws-tpwidget__intro-sub{
  margin:0.25rem 0 1.125rem;
  line-height:1.45;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  color:#fff !important;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-tpwidget__intro-sub .ws-tpwidget__hl,
.ws-tpwidget__intro-sub .ws-tpwidget__hl *{
  display:inline;
  padding:.08em .34em;
  border-radius:.38em;
  background:#FFD152;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  box-shadow:none;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

.ws-tpwidget__shell{
  position:relative;
  width:100%;
  background:transparent;
  border-radius:0;
  padding:0 72px;
  overflow:hidden;
}

.ws-tpwidget__swiper{
  overflow:hidden;
  width:100%;
}

.ws-trustpilot .swiper-wrapper,
.ws-tpwidget .swiper-wrapper{
  align-items:stretch;
}

.ws-trustpilot .swiper-slide,
.ws-tpwidget .swiper-slide{
  height:auto !important;
}

.ws-tpwidget__slide{
  height:auto;
}

.ws-tpwidget__card{
  height:100%;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  background:transparent;
  border:none;
  border-radius:0;
  padding:8px 18px;
  box-shadow:none;
}

.ws-tpwidget__card--summary{
  justify-content:flex-start;
  padding-left:0;
  padding-right:26px;
}

.ws-tpwidget__summary-title{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#fff;
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-tpwidget__summary-text{
  margin:10px 0 16px;
  font-size:18px;
  line-height:1.35;
  color:#fff;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-tpwidget__summary-text span{
  text-decoration:none;
  font-weight:400;
}

.ws-tpwidget__brandline{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
}

.ws-tpwidget__brandstar{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  color:#00b67a;
  font-size:30px;
  line-height:1;
}

.ws-tpwidget__brandname{
  font-size:22px;
  line-height:1.1;
  font-weight:700;
  color:#fff;
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-tpwidget__stars{
  display:flex;
  align-items:center;
  gap:3px;
  margin:0 0 14px;
}

.ws-tpwidget__stars span{
  position:relative;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:0;
  background:#dcdce6;
}

.ws-tpwidget__stars span::after{
  content:"★";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  line-height:1;
  transform:translateY(-1px);
}

.ws-tpwidget__stars--sm{
  margin-bottom:14px;
}

.ws-tpwidget__stars--sm span{
  width:32px;
  height:32px;
  flex-basis:32px;
}

.ws-tpwidget__stars--sm span::after{
  font-size:18px;
}

.ws-tpwidget__stars--lime[data-rating="1"] span:nth-child(-n+1),
.ws-tpwidget__stars--lime[data-rating="2"] span:nth-child(-n+2),
.ws-tpwidget__stars--lime[data-rating="3"] span:nth-child(-n+3),
.ws-tpwidget__stars--lime[data-rating="4"] span:nth-child(-n+4),
.ws-tpwidget__stars--lime[data-rating="5"] span:nth-child(-n+5){
  background:#73cf11;
}

.ws-tpwidget__stars--green[data-rating="1"] span:nth-child(-n+1),
.ws-tpwidget__stars--green[data-rating="2"] span:nth-child(-n+2),
.ws-tpwidget__stars--green[data-rating="3"] span:nth-child(-n+3),
.ws-tpwidget__stars--green[data-rating="4"] span:nth-child(-n+4),
.ws-tpwidget__stars--green[data-rating="5"] span:nth-child(-n+5){
  background:#00b67a;
}

.ws-tpwidget__stars--gold[data-rating="1"] span:nth-child(-n+1),
.ws-tpwidget__stars--gold[data-rating="2"] span:nth-child(-n+2),
.ws-tpwidget__stars--gold[data-rating="3"] span:nth-child(-n+3),
.ws-tpwidget__stars--gold[data-rating="4"] span:nth-child(-n+4),
.ws-tpwidget__stars--gold[data-rating="5"] span:nth-child(-n+5){
  background:#d8b22d;
}

.ws-tpwidget__title{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.28;
  font-weight:500;
  color:#fff;
  font-family:var(--font-head, "Roboto Slab", serif);
}

.ws-tpwidget__text-scroll{
  flex:1 1 auto;
  min-height:0;
  max-height:5.6em;
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:6px;
  margin:0 -2px 0 0;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.42) rgba(255,255,255,.10);
}

.ws-tpwidget__text-scroll::-webkit-scrollbar{
  width:5px;
}

.ws-tpwidget__text-scroll::-webkit-scrollbar-track{
  background:rgba(255,255,255,.10);
  border-radius:999px;
}

.ws-tpwidget__text-scroll::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.45);
  border-radius:999px;
}

.ws-tpwidget__text{
  margin:0;
  font-size:15px;
  line-height:1.35;
  color:#fff;
  overflow-wrap:anywhere;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-weight:500;
}

.ws-tpwidget__author{
  margin-top:10px;
  font-size:14px;
  line-height:1.3;
  font-weight:400;
  color:rgba(255,255,255,.78);
  font-family:var(--font-body, "Montserrat", sans-serif);
}

.ws-tpwidget__time{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.2;
  color:rgba(255,255,255,.62);
  font-family:var(--font-body, "Montserrat", sans-serif);
}

.ws-tpwidget__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:20;
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:24px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:.2s ease;
  -webkit-backdrop-filter:blur(8px) saturate(1.2);
  backdrop-filter:blur(8px) saturate(1.2);
}

.ws-tpwidget__arrow:hover{
  color:#fff;
  border-color:rgba(255,255,255,.34);
  background:rgba(255,255,255,.14);
}

.ws-tpwidget__arrow.swiper-button-disabled{
  opacity:.45;
  cursor:default;
}

.ws-tpwidget__arrow--prev{
  left:12px;
}

.ws-tpwidget__arrow--next{
  right:12px;
}

.ws-trustpilot__pagination,
.ws-tpwidget__pagination{
  position:static !important;
  margin:0.5rem auto 0 !important;
  padding:0 !important;
  height:auto !important;
  min-height:0.75rem;
  line-height:0 !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  display:flex !important;
  justify-content:center;
  align-items:center;
  z-index:3;
  color:#fff !important;
}

.ws-trustpilot__pagination .swiper-pagination-bullet,
.ws-tpwidget__pagination .swiper-pagination-bullet{
  width:2.875rem;
  height:0.25rem;
  border-radius:999rem;
  margin:0 0.25rem !important;
  vertical-align:top;
  opacity:1 !important;
  background:rgba(255,255,255,.3) !important;
  transition:.2s ease;
}

.ws-trustpilot__pagination .swiper-pagination-bullet-active,
.ws-tpwidget__pagination .swiper-pagination-bullet-active,
.ws-trustpilot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ws-tpwidget .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background:#fff !important;
  transform:none;
}

@media (max-width:1400px){
  .ws-tpwidget__shell{
    padding:0 58px;
  }

  .ws-tpwidget__summary-title{
    font-size:26px;
  }

  .ws-tpwidget__stars span{
    width:36px;
    height:36px;
    flex-basis:36px;
  }

  .ws-tpwidget__stars span::after{
    font-size:22px;
  }
}

@media (max-width:1100px){
  .ws-trustpilot,
  .ws-tpwidget{
    width:100%;
    max-width:100%;
    margin:0;
  }

  .ws-tpwidget__shell{
    padding:0 46px;
  }

  .ws-tpwidget__card{
    padding:8px 12px;
  }

  .ws-tpwidget__summary-title{
    font-size:24px;
  }

  .ws-tpwidget__summary-text{
    font-size:16px;
  }

  .ws-tpwidget__brandname{
    font-size:20px;
  }

  .ws-tpwidget__stars span{
    width:32px;
    height:32px;
    flex-basis:32px;
  }

  .ws-tpwidget__stars span::after{
    font-size:18px;
  }

  .ws-tpwidget__stars--sm span{
    width:28px;
    height:28px;
    flex-basis:28px;
  }

  .ws-tpwidget__stars--sm span::after{
    font-size:16px;
  }
}

@media (max-width:767px){
  .ws-trustpilot,
  .ws-tpwidget{
    width:100%;
    max-width:100%;
    margin:0;
  }

  .ws-tpwidget__shell{
    padding:0 12px;
  }

  .ws-tpwidget__intro{
    padding:0 12px 16px;
  }

  .ws-tpwidget__intro-title{
    gap:7px;
  }

  .ws-tpwidget__intro-title::before,
  .ws-tpwidget__intro-title::after{
    font-size:1em;
  }

  .ws-tpwidget__card{
    min-height:auto;
    padding:4px 8px;
  }

  .ws-tpwidget__card--summary{
    padding-right:8px;
  }

  .ws-tpwidget__summary-title{
    font-size:22px;
    margin-bottom:12px;
  }

  .ws-tpwidget__summary-text{
    font-size:15px;
    margin-bottom:14px;
  }

  .ws-tpwidget__brandname{
    font-size:20px;
  }

  .ws-tpwidget__title{
    font-size:14px;
  }

  .ws-tpwidget__text{
    font-size:14px;
  }

  /* Keep scrollbar visible on mobile */
  .ws-tpwidget__text-scroll{
    overflow-y:scroll;
    scrollbar-gutter:stable;
    scrollbar-width:thin;
  }

  .ws-tpwidget__text-scroll::-webkit-scrollbar{
    width:6px;
  }

  .ws-tpwidget__text-scroll::-webkit-scrollbar-track{
    background:rgba(255,255,255,.14);
  }

  .ws-tpwidget__text-scroll::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.55);
  }

  .ws-tpwidget__author,
  .ws-tpwidget__time{
    font-size:13px;
  }

  .ws-tpwidget__stars span{
    width:28px;
    height:28px;
    flex-basis:28px;
  }

  .ws-tpwidget__stars span::after{
    font-size:16px;
  }

  .ws-tpwidget__stars--sm span{
    width:24px;
    height:24px;
    flex-basis:24px;
  }

  .ws-tpwidget__stars--sm span::after{
    font-size:14px;
  }

  .ws-tpwidget__arrow{
    width:34px;
    height:34px;
    font-size:20px;
    top:46%;
  }

  .ws-tpwidget__arrow--prev{
    left:4px;
  }

  .ws-tpwidget__arrow--next{
    right:4px;
  }
}