.elementor-5399 .elementor-element.elementor-element-5b78a85e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}.elementor-5399 .elementor-element.elementor-element-5b78a85e:not(.elementor-motion-effects-element-type-background), .elementor-5399 .elementor-element.elementor-element-5b78a85e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-5399 .elementor-element.elementor-element-6ebc8c6d{--display:flex;--justify-content:center;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}/* Start custom CSS for html, class: .elementor-element-8663a06 */.np-trustpilot-widget {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: inherit;
  color: #1f2937;
  box-sizing: border-box;
}

.np-trustpilot-widget *,
.np-trustpilot-widget *::before,
.np-trustpilot-widget *::after {
  box-sizing: border-box;
}


.np-tp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}


.np-tp-score {
  display: flex;
  align-items: center;
  gap: 18px;
}


.np-tp-score-number {
  font-size: 52px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
}


.np-tp-score-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}


.np-tp-stars,
.np-tp-review-stars {
  color: #00b67a;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 1.2;
}


.np-tp-star-partial {
  opacity: 0.55;
}



.np-tp-excellent {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}


.np-tp-count {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.7;
}


.np-tp-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}


.np-tp-trustpilot-text {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}


.np-tp-trustpilot-stars {
  color: #00b67a;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.2;
}


.np-tp-reviews-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}


.np-tp-reviews {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;

  overflow-x: hidden;
  overflow-y: visible;

  scroll-behavior: smooth;

  scrollbar-width: none;

  padding: 8px 4px 12px;
}


.np-tp-reviews::-webkit-scrollbar {
  display: none;
}


.np-tp-review {
  flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  min-width: 0;

  background: #ffffff;

  border: 1px solid #e9ecef;
  border-radius: 16px;

  padding: 24px;

  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;

  overflow: hidden;
}


.np-tp-review:hover {
  transform: translateY(-4px);

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.08);
}


.np-tp-review-top {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 12px;
}


/* Avatar */

.np-tp-avatar {
  width: 42px;
  height: 42px;
  min-width: 42px;

  border-radius: 50%;

  background: #00b67a;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  font-weight: 800;

  line-height: 1;
}


/* Información del usuario */

.np-tp-user {
  min-width: 0;

  display: flex;
  flex-direction: column;
  gap: 2px;
}


.np-tp-user strong {
  display: block;

  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.np-tp-user span {
  display: block;

  font-size: 12px;
  line-height: 1.3;

  opacity: 0.6;
}


/* =========================================================
   ESTRELLAS DE LA RESEÑA
   ========================================================= */

.np-tp-review-stars {
  font-size: 17px;
  line-height: 1.2;

  margin-bottom: 10px;
}


/* =========================================================
   TÍTULO DE LA RESEÑA
   ========================================================= */

.np-tp-review h3 {
  margin: 0 0 8px;

  font-size: 17px;
  line-height: 1.35;

  font-weight: 750;

  color: #1f2937;
}


/* =========================================================
   TEXTO DE LA RESEÑA
   ========================================================= */

.np-tp-review p {
  margin: 0 0 15px;

  font-size: 14px;
  line-height: 1.65;

  color: #4b5563;
}


/* =========================================================
   ENLACE A TRUSTPILOT
   ========================================================= */

.np-tp-review a {
  color: #111827;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 700;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;

  transition: opacity 0.2s ease;
}


.np-tp-review a:hover {
  opacity: 0.65;
}


/* =========================================================
   FLECHAS
   ========================================================= */

.np-tp-arrow {
  position: absolute;

  top: 50%;
  transform: translateY(-50%);

  z-index: 10;

  width: 44px;
  height: 44px;

  padding: 0;

  border: 0;
  border-radius: 50%;

  background: #ffffff;

  color: #1f2937;

  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.15);

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: inherit;

  font-size: 30px;
  font-weight: 400;

  line-height: 1;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}


/* Hover */

.np-tp-arrow:hover {
  transform:
    translateY(-50%)
    scale(1.08);

  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.18);
}


/* Flecha izquierda */

.np-tp-prev {
  left: -20px;
}


/* Flecha derecha */

.np-tp-next {
  right: -20px;
}


/* =========================================================
   PIE / BOTÓN
   ========================================================= */

.np-tp-footer {
  display: flex;
  justify-content: center;

  margin-top: 28px;
}


/* Botón */

.np-tp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  padding: 13px 22px;

  border-radius: 999px;

  background: #00b67a;
  color: #ffffff !important;

  text-decoration: none !important;

  font-size: 14px;
  line-height: 1.3;

  font-weight: 750;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


/* Hover */

.np-tp-button:hover {
  transform: translateY(-2px);

  box-shadow:
    0 7px 20px rgba(0, 182, 122, 0.25);
}


/* Flecha del botón */

.np-tp-button span {
  font-size: 18px;
  line-height: 1;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  /* Cabecera */

  .np-tp-header {
    gap: 20px;
  }


  /* Dos tarjetas */

  .np-tp-review {
    flex: 0 0 calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }


  /* Flechas */

  .np-tp-prev {
    left: -16px;
  }


  .np-tp-next {
    right: -16px;
  }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 650px) {

  /* Cabecera */

  .np-tp-header {
    align-items: flex-start;

    flex-direction: column;

    gap: 18px;

    margin-bottom: 22px;
  }


  /* Puntuación */

  .np-tp-score-number {
    font-size: 44px;
  }


  /* Trustpilot */

  .np-tp-brand {
    align-items: flex-start;
  }


  /* Carrusel */

  .np-tp-reviews {
    gap: 14px;

    padding-left: 4px;
    padding-right: 4px;

    overflow-x: hidden;
  }


  /* Una tarjeta */

  .np-tp-review {
    flex: 0 0 100%;
    width: 100%;

    padding: 20px;

    border-radius: 14px;
  }


  /* Flechas */

  .np-tp-arrow {
    width: 38px;
    height: 38px;

    font-size: 25px;
  }


  .np-tp-prev {
    left: -8px;
  }


  .np-tp-next {
    right: -8px;
  }


  /* Botón */

  .np-tp-footer {
    margin-top: 22px;
  }


  .np-tp-button {
    width: 100%;

    justify-content: center;

    text-align: center;

    padding: 13px 18px;
  }

}


/* =========================================================
   MÓVILES MUY PEQUEÑOS
   ========================================================= */

@media (max-width: 380px) {

  .np-tp-score {
    gap: 13px;
  }


  .np-tp-score-number {
    font-size: 40px;
  }


  .np-tp-stars {
    font-size: 18px;
  }


  .np-tp-review {
    padding: 18px;
  }


  .np-tp-review h3 {
    font-size: 16px;
  }


  .np-tp-review p {
    font-size: 13px;
  }

}


/* =========================================================
   ACCESIBILIDAD
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .np-tp-reviews {
    scroll-behavior: auto;
  }


  .np-tp-review,
  .np-tp-arrow,
  .np-tp-button,
  .np-tp-review a {
    transition: none;
  }

}/* End custom CSS */