/* ── Reviews components (RV family: ::review-quote) ──────────────────────────
   Shipped by post.twig only when the article embeds one ('apw-rv' in the
   rendered HTML). Light editorial card — this is trust, not a conversion
   surface. All text rules scoped under .apw-rv-quote (0-2-0) to beat the blog
   theme's .post-content p/a (0-1-1). Float metrics mirror the other floated
   families (E/F2/IQ2/VZ1 — RV1 is the fifth one-float-budget claimant). */

.apw-rv-quote {
  background: #fdfcf9;
  border: 1px solid #e7e2d8;
  border-left: 3px solid #f0b429;
  border-radius: 6px;
  padding: 1rem 1.1rem;
  margin: 1.25rem 0;
}
.apw-rv-float { float: right; width: min(22rem, 46%); margin: .35rem 0 1rem 1.4rem; }
@media (max-width: 767px) {
  .apw-rv-float { float: none; width: auto; margin: 1.25rem 0; }
}

.apw-rv-quote .apw-rv-stars { display: block; color: #f0b429; font-size: .78rem; letter-spacing: 2px; margin-bottom: .45rem; }
.apw-rv-quote .apw-rv-text { display: block; color: #2b2b2b; font-size: .95rem; line-height: 1.55; font-style: italic; margin-bottom: .55rem; }
.apw-rv-quote .apw-rv-who { display: block; color: #6b6b6b; font-size: .8rem; font-weight: 600; }
.apw-rv-quote .apw-rv-receipt {
  display: inline-block; margin-top: .5rem;
  color: #1a73e8; font-size: .78rem; font-weight: 600; text-decoration: none;
}
.apw-rv-quote .apw-rv-receipt:hover { color: #1a73e8; text-decoration: underline; }
.apw-rv-quote .apw-rv-receipt i { font-size: .65rem; margin-left: .2rem; }
