/* ============================================================================
   PAGE FAMILY: customers_reviews page (scope shared with the TI homepage — component wired on BOTH) — SKIN tier — from site-artsdot-V2.0.css
   Migrated 2026-07-05 (B11-B17 sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.customers-reviews-page {
  --cr-font:              'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --cr-card-bg:           #ffffff;
  --cr-card-border:       1px solid #e9e7e2;
  --cr-card-radius:       0;
  --cr-card-shadow:       none;
  --cr-card-shadow-hover: 0 10px 26px -18px rgba(17, 17, 16, 0.4);
  --cr-text-color:        #111110;
  --cr-name-color:        #111110;
  --cr-meta-color:        #6e6c68;
  --cr-divider-color:     #e9e7e2;
}

