.points-display {
  font-weight: bold;
  color: #ff9800;
  margin-left: 15px;
}

.toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  opacity: 0.9;
  z-index: 9999;
  font-size: 0.9rem;
}
