.neighbourhood-card{width:100%;color:var(--text-main);border:1px solid var(--border-soft);border-radius:.5rem;padding:1.5rem;background:rgba(242,237,230,.04)}.neighbourhood-card-header{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.neighbourhood-card-header p,.neighbourhood-grid p{color:var(--text-muted);margin-bottom:.5rem}.neighbourhood-card h3{font-size:2rem;letter-spacing:-.04rem}.neighbourhood-score{min-width:5.5rem;height:5.5rem;border-radius:50%;border:1px solid var(--accent-bronze);display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--accent-frost)}.neighbourhood-score span{font-size:1.5rem;font-weight:600}.neighbourhood-vibe{color:var(--base-200);margin-bottom:1.5rem}.neighbourhood-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.neighbourhood-grid ul{display:flex;flex-direction:column;gap:.5rem;list-style:none}.neighbourhood-grid li{color:var(--base-200);display:flex;justify-content:space-between;gap:1rem}.neighbourhood-best-for,.neighbourhood-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}.neighbourhood-best-for span,.neighbourhood-meta span{color:var(--base-200);border:1px solid var(--border-soft);border-radius:999px;padding:.45rem .75rem;font-size:.85rem}@media (max-width:1000px){.neighbourhood-card{padding:1rem}.neighbourhood-card-header,.neighbourhood-grid{grid-template-columns:1fr;flex-direction:column}}