/* ==========================================================================
   BPoint Home — Reviews
   ========================================================================== */

.bp-home .gstars--center { justify-content: center; }
.bp-home .g-score { font-family: var(--display); }
.bp-home .g-count { color: var(--slate-2); }

.bp-home .rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.bp-home .rev-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.bp-home .rev-card .gstars { margin-bottom: 14px; }
.bp-home .rev-card .qt { font-size: 14.5px; color: var(--ink-text); line-height: 1.7; flex: 1; }
.bp-home .rev-card .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.bp-home .rev-card .av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.bp-home .rev-card .nm { font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--navy); }
.bp-home .rev-card .rl { font-size: 12px; color: var(--slate-2); }

@media (max-width: 980px) { .bp-home .rev-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bp-home .rev-grid { grid-template-columns: 1fr; } }
