/* Add custom CSS styles below */ 


.live-sale-alert {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #43a047;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  animation: fadeInOut 5s ease-in-out;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  max-width: 90%;
  text-align: center;
}