.asp-button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #0099a8, #00b6c9);
  color: white !important;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: background 0.3s ease;
}

.asp-button:hover {
  background: linear-gradient(to bottom, #008190, #009fad);
}
