.home .section .chips,.front-page .section .chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:22px}.home .section .chips a,.front-page .section .chips a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;font-size:13px;line-height:1.15;border-radius:5px;white-space:nowrap;overflow:hidden}.home .section .chips a,.front-page .section .chips a{background:#f7f1e7}.home .chip-count,.front-page .chip-count{font-size:11px;color:#b1783e;flex:0 0 auto}@media(max-width:900px){.home .section .chips,.front-page .section .chips{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.home .section .chips,.front-page .section .chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.home .section .chips a,.front-page .section .chips a{font-size:12px;padding:8px 9px}.home .section:has(.chips),.front-page .section:has(.chips){padding-top:42px;padding-bottom:42px}}
.city-browse-controls{display:flex;align-items:center;gap:10px;margin-top:18px}.city-toggle{border:0;border-radius:5px;background:#14503d;color:#fff;padding:11px 16px;font:inherit;font-weight:800;cursor:pointer}.city-filter{display:none;min-width:220px;padding:10px 12px;border:1px solid #d9d5cc;border-radius:5px;font:inherit}.city-browse-controls:has(+ .chips.cities-expanded) .city-filter{display:block}.home .section .chips a:nth-child(n+9),.front-page .section .chips a:nth-child(n+9){display:none}.home .section .chips.cities-expanded a,.front-page .section .chips.cities-expanded a{display:flex}@media(max-width:600px){.city-browse-controls{align-items:stretch;flex-direction:column}.city-filter{min-width:0;width:100%}}
