/* City reviews section */
body.page-city .city-reviews-section{background:var(--surface)}body.page-city .city-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}body.page-city .city-review-card{height:100%;padding:18px;border:1px solid var(--border);border-radius:13px;background:#fff}body.page-city .city-review-card p{font-size:.84rem;line-height:1.55}@media(max-width:800px){body.page-city .city-reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){body.page-city .city-reviews-grid{grid-template-columns:1fr}}
