/* City seller list */
body.page-city .city-results-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:28px 0 16px}body.page-city .city-results-heading .eyebrow{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;background:#fff6df;color:#9a6b00}body.page-city .city-results-heading .eyebrow svg{width:15px;height:15px;fill:currentColor}body.page-city .city-results-heading h2{margin-top:8px;font-size:clamp(1.45rem,3vw,2rem)}body.page-city .city-results-heading p{max-width:620px;margin-top:5px;color:var(--muted);font-size:.86rem}body.page-city .city-results-heading>strong{padding:7px 10px;border:1px solid var(--border);border-radius:18px;background:#fff;color:var(--muted);font-size:.76rem;white-space:nowrap}body.page-city .company-grid--sellers{display:grid;gap:18px}body.page-city .city-sellers-empty{margin-top:28px}@media(max-width:600px){body.page-city .city-results-heading{align-items:flex-start;flex-direction:column;gap:8px}body.page-city .city-results-heading>strong{align-self:flex-start}}
