/* HESTER ASPHALT — LEAVE A REVIEW PAGE
   Retired the interactive star-rating gate and private feedback form
   (Sept 2026) — see docs/hesterPhase5MasterPlan.md. This page is now
   a single static card linking straight to Google; the CSS below was
   pruned to match (removed: pane show/hide + paneFade keyframe, the
   star-rating row/button/hint rules, and the form-field rules those
   panes needed — .field/.form-note/.error-msg etc. now come from
   css/styleGlobal.css's shared form styles, unused here otherwise). */

.review-hero { padding-bottom: 40px; }
.review-hero .lede { margin-inline: auto; }

.review-shell { max-width: 760px; margin-inline: auto; }

.review-cta { padding: clamp(30px, 5vw, 54px); }

.review-big-ic {
  width: 56px !important;
  height: 56px !important;
  color: var(--orange);
  margin: 0 auto 18px;
  display: block;
}
