/* Neighbourhood intelligence on property detail */
.pb-neighbourhood .pb-nb-why {
  font-size: 14px;
  color: #3f3f3f;
  margin: 0 0 16px;
}
.pb-neighbourhood .pb-nb-pending {
  font-size: 14px;
  color: #6a6a6a;
  margin: 0;
  padding: 12px 14px;
  background: #f7f7f7;
  border-radius: 12px;
}
.pb-nb-scores {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.pb-nb-score {
  background: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: center;
}
.pb-nb-score-value {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #222;
}
.pb-nb-score-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6a6a6a;
  margin-top: 2px;
}
.pb-nb-score-band {
  font-size: 12px;
  font-weight: 600;
  color: #3f3f3f;
  margin-top: 2px;
}
.pb-nb-meter {
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  margin-top: 8px;
  overflow: hidden;
}
.pb-nb-meter span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ff7a90, #ff385c);
  border-radius: 999px;
}
.pb-nb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 12px;
}
.pb-nb-card {
  border: 1px solid #ebebeb;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
}
.pb-nb-card h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}
.pb-nb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pb-nb-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
}
.pb-nb-list li:last-child { border-bottom: 0; }
.pb-nb-name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #222;
}
.pb-nb-meta {
  display: block;
  font-size: 12px;
  color: #6a6a6a;
  margin-top: 2px;
}
.pb-nb-risks li.is-elevated .pb-nb-name { color: #9b1c1c; }
.pb-nb-risks li.is-info .pb-nb-name { color: #1e40af; }
.pb-nb-demo-area { font-weight: 600; font-size: 14px; margin: 0 0 6px; }
.pb-nb-note, .pb-nb-air { font-size: 13px; color: #3f3f3f; margin: 0; line-height: 1.45; }
.pb-nb-sources {
  margin: 16px 0 0;
  font-size: 11px;
  color: #9ca3af;
  line-height: 1.4;
}
