/* Upwork review rows, filled by execution/upwork_reviews_sync.py into
 * <!--REVIEWS:SLOT:name--> markers on any page. Self-contained with hard-coded
 * colours, same as nav.css: the pages disagree about their CSS variable names,
 * and wsv-review* class names collide with nothing in the per-page styles. */

.wsv-reviews-section { padding: 72px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.wsv-reviews-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.wsv-reviews { margin-top: 44px; }
.wsv-reviews-section .wsv-reviews { margin-top: 0; }
.wsv-reviews__label {
  font-family: 'Barlow', -apple-system, sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.58);
  margin: 0 0 18px;
}
.wsv-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.wsv-review {
  margin: 0; background: #161616; border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px; padding: 26px 26px 22px; display: flex; flex-direction: column;
}
.wsv-review__stars { color: #C4A84A; font-size: 13px; letter-spacing: 0.12em; margin-bottom: 12px; }
.wsv-review__text {
  font-family: 'Montserrat', -apple-system, sans-serif; font-size: 15px; line-height: 1.7;
  color: rgba(255,255,255,0.72); margin: 0 0 18px; flex: 1;
}
.wsv-review__who {
  font-family: 'Barlow', -apple-system, sans-serif; font-size: 14px; font-weight: 700;
  color: #FFFFFF; line-height: 1.4;
}
.wsv-review__org { font-family: 'Montserrat', -apple-system, sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.58); line-height: 1.5; }
.wsv-reviews__more { font-family: 'Montserrat', -apple-system, sans-serif; font-size: 15px; color: rgba(255,255,255,0.72); margin: 26px 0 0; }
.wsv-reviews__more a { color: #FFFFFF; text-decoration: underline; text-decoration-color: rgba(196,168,74,0.55); text-underline-offset: 3px; }
.wsv-reviews__more a:hover { color: #C4A84A; }

@media (max-width: 900px) { .wsv-reviews__grid { grid-template-columns: 1fr; } }
.wsv-review__org a { color: inherit; text-decoration: underline; text-decoration-color: rgba(196,168,74,0.55); text-underline-offset: 3px; }
.wsv-review__org a:hover { color: #C4A84A; }
.wsv-review__when { font-family: 'Montserrat', -apple-system, sans-serif; font-size: 12px; color: rgba(255,255,255,0.46); margin-top: 2px; }
