#social-proof-container {
  position: fixed;
  bottom: 5rem;
  left: 1.5rem;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.social-proof-notif {
  background: var(--azul-escuro);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--laranja);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.1rem;
  max-width: 280px;
  box-shadow: var(--sombra-md);
  animation: slideFromLeft 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  color: var(--texto-claro);
  font-size: 0.85rem;
  line-height: 1.4;
}

.social-proof-notif strong {
  color: var(--branco);
}

.social-proof-notif .notif-tempo {
  display: block;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.35);
  margin-top: 0.3rem;
}
