.discount_tooltip {
  position: absolute; /* Float above */
  background-color: #333; 
  color: white; 
  padding: 8px; 
  border-radius: 4px; /* Rounded corners */
  font-size: 16px; 
  white-space: nowrap; 
  z-index: 999; 
}