a[style*="background: #007bff"] {
  transition: background 0.3s ease, transform 0.2s ease, text-decoration 0.2s ease;
  text-decoration: none;
}

a[style*="background: #007bff"]:hover {
  background: #0056b3 !important;
  transform: scale(1.05);
  text-decoration: underline !important;
}