/* Composants Trustpilot du site vitrine */
.nr-trustpilot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 14px;
  border: 1px solid rgba(65, 76, 90, .12);
  border-radius: 8px;
  background: #fff;
  color: #414c5a;
  box-shadow: 0 10px 28px rgba(0, 9, 128, .08);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.nr-trustpilot-badge:hover,
.nr-trustpilot-badge:focus {
  color: #414c5a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 9, 128, .13);
}
.nr-trustpilot-label { font-weight: 700; }
.nr-trustpilot-stars { display: inline-flex; gap: 2px; }
.nr-trustpilot-stars > span,
.nr-trustpilot-card-stars > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #00b67a;
  color: #fff;
  line-height: 1;
}
.nr-trustpilot-stars > span { width: 20px; height: 20px; font-size: 15px; }
.nr-trustpilot-stars > .nr-trustpilot-star-half,
.nr-trustpilot-card-stars > .nr-trustpilot-card-star-half {
  background: linear-gradient(90deg, #00b67a 50%, #d9dce1 50%);
}
.nr-trustpilot-score strong { color: inherit; }
.nr-trustpilot-count {
  padding-left: 9px;
  border-left: 1px solid rgba(89, 104, 124, .22);
  color: #708198;
  white-space: nowrap;
}
.nr-trustpilot-pricing {
  display: flex;
  justify-content: center;
  margin: 18px 0 8px;
}
.nr-owned-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 18px;
  margin: 0 0 18px;
  color: #59687c;
  flex-wrap: wrap;
}
.nr-owned-reviews-summary span {
  padding-left: 18px;
  border-left: 1px solid #d8dde3;
}

.nr-trustpilot-section {
  padding: 20px 0;
  background: linear-gradient(135deg, #f5f9ff 0%, #fff8fc 100%);
}
.nr-trustpilot-card {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 930px;
  margin: 0 auto;
  padding: 18px 22px;
  border: 1px solid rgba(65, 76, 90, .12);
  border-radius: 14px;
  background: #fff;
  color: #414c5a;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(0, 9, 128, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.nr-trustpilot-card:hover,
.nr-trustpilot-card:focus {
  color: #414c5a;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 9, 128, .12);
}
.nr-trustpilot-card-message {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nr-trustpilot-card-message strong { font-size: 17px; line-height: 1.3; }
.nr-trustpilot-card-message > span { color: #708198; font-size: 14px; }
.nr-trustpilot-card-proof {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 12px;
  flex-shrink: 0;
  padding-left: 26px;
  border-left: 1px solid #e2e6eb;
}
.nr-trustpilot-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  flex-basis: 100%;
  color: #172b4d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.4px;
}
.nr-trustpilot-logo img {
  display: block;
  width: 23px;
  height: 23px;
  max-width: 23px;
  flex: 0 0 23px;
}
.nr-trustpilot-card-stars { display: inline-flex; gap: 2px; }
.nr-trustpilot-card-stars > span { width: 22px; height: 22px; font-size: 16px; }
.nr-trustpilot-card-rating {
  display: flex;
  flex-direction: column;
  color: #708198;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
}
.nr-trustpilot-card-rating strong { color: #414c5a; font-size: 14px; }

@media (max-width: 767px) {
  .nr-trustpilot-badge { flex-direction: column; gap: 7px; text-align: center; }
  .nr-trustpilot-count {
    padding-top: 7px;
    padding-left: 0;
    border-top: 1px solid rgba(89, 104, 124, .22);
    border-left: 0;
  }
  .nr-trustpilot-card {
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    text-align: center;
  }
  .nr-trustpilot-card-proof {
    justify-content: center;
    padding-top: 16px;
    padding-left: 0;
    border-top: 1px solid #e2e6eb;
    border-left: 0;
  }
  .nr-trustpilot-logo { justify-content: center; }
  .nr-trustpilot-card-message strong { font-size: 16px; }
  .nr-owned-reviews-summary span {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid #d8dde3;
    border-left: 0;
  }
}
