.grv-wrap { background:#fff0; }
.grv-headerline { display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.grv-title { margin:0; font-size:1.35rem; color:#2e7d58; }
.grv-right { opacity:.7; font-weight:600; }

.grv-rail-wrap { position:relative; }
.grv-rail {
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:min(92vw,360px);
  gap:16px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding:4px 40px;
}
@media (min-width:900px){
  .grv-rail { grid-auto-columns:360px; }
}

.grv-card {
  scroll-snap-align:start;
  border:1px solid #e9e9e9;
  border-radius:14px;
  padding:14px;
  background:#fff;
}
.grv-head { display:flex; align-items:center; gap:8px; margin-bottom:8px; }
.grv-avatar { width:26px; height:26px; border-radius:50%; object-fit:cover; }
.grv-stars { letter-spacing:1px; color:#f5a623; font-size:14px; }
.grv-author { font-weight:700; }
.grv-text { margin:0 0 8px 0; line-height:1.5; }
.grv-meta { font-size:12px; opacity:.7; }

.grv-nav {
  position:absolute; top:50%; transform:translateY(-50%);
  width:34px; height:34px; border-radius:50%;
  border:1px solid #d7efe7; background:#fff; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  font-size:20px; user-select:none;
  box-shadow:0 2px 8px rgba(0,0,0,.06);
}
.grv-prev { left:4px; }
.grv-next { right:4px; }
.grv-nav:hover { filter:brightness(1.05); }

.grv-actions{ display:flex; justify-content:flex-end; margin-top:10px; }
.grv-link{ font-weight:700; text-decoration:none; color:#10b98a; }

/* === Clamp du texte + fondu === */
.grv-text{
  max-height: 90px;           /* ~5-6 lignes */
  overflow: hidden;
  position: relative;
}
.grv-text::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0; height:40px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Etat ouvert */
.grv-card.open .grv-text{ max-height:none; }
.grv-card.open .grv-text::after{ display:none; }

/* Bouton Lire la suite */
.grv-more{
  display:inline-block; margin-top:8px;
  font-weight:700; text-decoration:none; cursor:pointer;
  border:0; background:transparent;
  color:#10b98a;
}
.grv-meta-row{ display:flex; align-items:center; justify-content:space-between; margin-top:8px; }

/* Bandeau crédibilité Google (optionnel) */
.grv-cred{
  display:flex; align-items:center; gap:8px;
  font-weight:700; opacity:.8;
}
.grv-cred img{ width:18px; height:18px; display:inline-block; }

/* === Clamp du texte + fondu === */
.grv-text{
  max-height: 90px;           /* ~5-6 lignes */
  overflow: hidden;
  position: relative;
}
.grv-text::after{
  content:"";
  position:absolute; left:0; right:0; bottom:0; height:40px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Etat ouvert */
.grv-card.open .grv-text{ max-height:none; }
.grv-card.open .grv-text::after{ display:none; }

/* Bouton Lire la suite */
.grv-more{
  display:inline-block; margin-top:8px;
  font-weight:700; text-decoration:none; cursor:pointer;
  border:0; background:transparent;
  color:#10b98a;
}
.grv-meta-row{ display:flex; align-items:center; justify-content:space-between; margin-top:8px; }

/* Bandeau crédibilité Google */
.grv-cred{
  display:flex; align-items:center; gap:8px;
  font-weight:700; opacity:.85;
}
.grv-cred img{ width:18px; height:18px; display:inline-block; }
/* ——— Clamp + bouton ——— */
.grv-text{ max-height:84px; overflow:hidden; position:relative; }
.grv-card:not(.open) .grv-text::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:34px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
}
.grv-card.open .grv-text{ max-height:none; }
.grv-meta-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:8px; }
.grv-more{ background:#f2faf7; border:1px solid #d7efe7; padding:6px 10px; border-radius:10px; font-weight:700; cursor:pointer; }

/* ——— Badge crédibilité Google ——— */
.grv-cred{ display:flex; align-items:center; gap:8px; margin:6px 0 12px 6px; opacity:.9; font-weight:700; }
.grv-cred::before{
  content:""; width:18px; height:18px; display:inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.5 0 5.9 1.5 7.3 2.7l5.3-5.2C33.7 3.8 29.3 2 24 2 14.7 2 6.7 7.3 3.2 15l6.8 5.3C11.1 13.6 16.9 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.2 24.5c0-1.6-.1-2.7-.4-3.9H24v7.1h12.6c-.3 2-1.9 5-5.4 7.1l8.2 6.3c4.8-4.4 6.8-10.9 6.8-16.6z'/%3E%3Cpath fill='%23FBBC05' d='M10 28.6c-.5-1.5-.8-3.1-.8-4.8s.3-3.3.8-4.8L3.2 13.7C1.7 17 1 20.4 1 23.8s.7 6.8 2.2 10.1l6.8-5.3z'/%3E%3Cpath fill='%23EA4335' d='M24 47c6.3 0 11.6-2.1 15.5-5.8L31.3 35c-2 1.3-4.8 2.1-7.3 2.1-7.1 0-12.9-4.8-15-11.4l-6.8 5.3C6.7 40.7 14.7 47 24 47z'/%3E%3C/svg%3E") center/contain no-repeat;
}
/* --- Clamp + gradient + bouton --- */
.grv-text{ max-height:84px; overflow:hidden; position:relative; }
.grv-card:not(.open) .grv-text::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:34px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
}
.grv-card.open .grv-text{ max-height:none; }
.grv-meta-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:8px; }
.grv-more{ background:#f2faf7; border:1px solid #d7efe7; padding:6px 10px; border-radius:10px; font-weight:700; cursor:pointer; }

.grv-cred{ display:flex; align-items:center; gap:8px; margin:6px 0 12px 6px; opacity:.9; font-weight:700; }
.grv-cred::before{
  content:""; width:18px; height:18px; display:inline-block;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.5 0 5.9 1.5 7.3 2.7l5.3-5.2C33.7 3.8 29.3 2 24 2 14.7 2 6.7 7.3 3.2 15l6.8 5.3C11.1 13.6 16.9 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.2 24.5c0-1.6-.1-2.7-.4-3.9H24v7.1h12.6c-.3 2-1.9 5-5.4 7.1l8.2 6.3c4.8-4.4 6.8-10.9 6.8-16.6z'/%3E%3Cpath fill='%23FBBC05' d='M10 28.6c-.5-1.5-.8-3.1-.8-4.8s.3-3.3.8-4.8L3.2 13.7C1.7 17 1 20.4 1 23.8s.7 6.8 2.2 10.1l6.8-5.3z'/%3E%3Cpath fill='%23EA4335' d='M24 47c6.3 0 11.6-2.1 15.5-5.8L31.3 35c-2 1.3-4.8 2.1-7.3 2.1-7.1 0-12.9-4.8-15-11.4l-6.8 5.3C6.7 40.7 14.7 47 24 47z'/%3E%3C/svg%3E") center/contain no-repeat;
}
/* Clamp + gradient + état open */
.grv-text{ max-height:84px; overflow:hidden; position:relative; }
.grv-card:not(.open) .grv-text::after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:34px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
}
.grv-card.open .grv-text{ max-height:none; }
.grv-meta-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:8px; }
.grv-more{ background:#f2faf7; border:1px solid #d7efe7; padding:6px 10px; border-radius:10px; font-weight:700; cursor:pointer; }

.grv-cred{ display:flex; align-items:center; gap:8px; margin:6px 0 12px 6px; opacity:.9; font-weight:700; }
.grv-cred::before{
  content:""; width:18px; height:18px; display:inline-block;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%234285F4' d='M24 9.5c3.5 0 5.9 1.5 7.3 2.7l5.3-5.2C33.7 3.8 29.3 2 24 2 14.7 2 6.7 7.3 3.2 15l6.8 5.3C11.1 13.6 16.9 9.5 24 9.5z'/%3E%3Cpath fill='%2334A853' d='M46.2 24.5c0-1.6-.1-2.7-.4-3.9H24v7.1h12.6c-.3 2-1.9 5-5.4 7.1l8.2 6.3c4.8-4.4 6.8-10.9 6.8-16.6z'/%3E%3Cpath fill='%23FBBC05' d='M10 28.6c-.5-1.5-.8-3.1-.8-4.8s.3-3.3.8-4.8L3.2 13.7C1.7 17 1 20.4 1 23.8s.7 6.8 2.2 10.1l6.8-5.3z'/%3E%3Cpath fill='%23EA4335' d='M24 47c6.3 0 11.6-2.1 15.5-5.8L31.3 35c-2 1.3-4.8 2.1-7.3 2.1-7.1 0-12.9-4.8-15-11.4l-6.8 5.3C6.7 40.7 14.7 47 24 47z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ===== V50.3 mobile overflow fix (avis) ===== */
#trust-reviews,
#trust-reviews * {
  box-sizing: border-box;
}

#trust-reviews,
.grv-wrap,
.grv-rail-wrap {
  max-width: 100%;
  overflow-x: hidden;
}

.grv-rail {
  max-width: 100%;
  box-sizing: border-box;
  overscroll-behavior-x: contain;
  scroll-padding-inline: 12px;
}

.grv-card {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.grv-text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 640px) {
  .grv-wrap {
    padding: 12px 10px 10px;
    border-radius: 14px;
  }

  .grv-headerline {
    gap: 8px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .grv-title {
    font-size: 1.05rem;
    line-height: 1.25;
  }

  .grv-right {
    font-size: 0.85rem;
  }

  .grv-rail {
    grid-auto-columns: calc(100% - 2px);
    gap: 10px;
    padding: 4px 8px 10px;
  }

  .grv-nav {
    display: none !important;
  }

  .grv-meta-row {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
  }

  .grv-more {
    width: 100%;
    text-align: center;
  }

  .grv-actions {
    margin-top: 12px;
    justify-content: stretch;
  }

  .grv-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f2faf7;
    border: 1px solid #d7efe7;
  }
}

/* === V2 robust cards / reviews === */
.grv-rail{
  align-items: stretch;
}
.grv-card{
  display:flex;
  flex-direction:column;
  min-height:230px;
  height:100%;
}
.grv-text{
  flex:1 1 auto;
}
.grv-meta-row{
  margin-top:auto;
}
.grv-more[hidden]{
  display:none !important;
}

/* === V3 reviews text safe bottom space === */
.grv-card{
  display:flex;
  flex-direction:column;
  min-height:230px;
  height:100%;
}
.grv-text{
  flex:1 1 auto;
  max-height:84px;
  overflow:hidden;
  position:relative;
  padding-bottom:18px;
  margin-bottom:8px;
}
.grv-card:not(.open) .grv-text::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height:34px;
  background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%);
}
.grv-card.open .grv-text{
  max-height:none;
}
.grv-meta-row{
  position:relative;
  z-index:2;
  margin-top:0;
  padding-top:4px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
