/* Live-10 friends empty + first-place CTA */
.friends-online-empty--cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 4px 8px;
}
.friends-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.city-places-empty-cta {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(140, 210, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font: inherit;
  padding: 0;
}
.city-places-empty-cta:hover {
  color: #fff;
}
