#social-proof {
  position: fixed;
  left: -410px;
  bottom: 32px;
  background: linear-gradient(135deg, #1e1e2f, #2a2a45);
  color: #ffffff;
  padding: 16px 18px;
  border-radius: 0 18px 18px 0;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  max-width: 380px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.45);
  transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 9999;
}

#social-proof.show {
  left: 0;
}

#social-proof .emoji {
  font-size: 18px;
  margin-right: 6px;
}

#social-proof .title {
  font-weight: 600;
  margin-bottom: 4px;
}

#social-proof .time {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 4px;
}

@media (max-width: 768px) {
  #social-proof {
    max-width: 92%;
    left: -100%;
    font-size: 13px;
    bottom: 20px;
  }
}
