.whatsapp-buy {
  margin-top: 10px;
}
.whatsapp-buy a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.whatsapp-buy a:hover {
  opacity: 0.8;
}
