.place-card {
  background: #1b1e2a;
  border: 1px solid #2a2e3d;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  transition: border-color 0.15s ease;
}
.place-card:hover {
  border-color: #3a4054;
}
.place-card--opp {
  border-left: 3px solid #f2a65a;
}
.place-card--signal {
  border-left: 3px solid #4dd6c4;
}

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #12141c; }
::-webkit-scrollbar-thumb { background: #2a2e3d; border-radius: 8px; }
