/* ==========================================================================
   Fresh Makelaars – City archive
   --------------------------------------------------------------------------
   Only the grid lives here. The cards themselves reuse .loop-neighborhood,
   whose CSS is in the always-loaded block, so nothing is duplicated.
   ========================================================================== */

#fresh-makelaars .loop-cities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
