/* Restore the approved hero social-proof row without changing the focused page flow. */
.hero-proof{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:30px;text-align:left}
.hero-proof .faces{display:flex;padding-left:10px}
.hero-proof .faces img{width:46px;height:46px;margin-left:-10px;border:3px solid var(--paper);border-radius:50%;object-fit:cover}
.hero-proof .hero-rating{display:flex;align-items:center;gap:4px;color:#a27824;line-height:1}
.hero-proof .hero-rating svg{display:block;width:20px;height:20px;flex:0 0 20px}
.hero-proof small{display:block;margin-top:5px;color:#5e6c81;font-size:12px;line-height:1.4}
@media(max-width:600px){
  .hero-proof{gap:11px;margin-top:26px}
  .hero-proof .faces img{width:40px;height:40px;border-width:2px}
  .hero-proof .hero-rating{gap:2px}
  .hero-proof .hero-rating svg{width:17px;height:17px;flex-basis:17px}
  .hero-proof small{max-width:190px;font-size:10px}
}
@media(max-width:340px){
  .hero-proof{flex-direction:column;text-align:center}
}
