a[href*="/print/view/pdf/"] {
  display: inline-block;
  padding: 10px 16px;
  background-color: #007bff;
  color: white !important;
  text-decoration: none !important;
  border-radius: 28px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

a[href*="/print/view/pdf/"]:hover {
  background-color: #0056b3;
  transform: scale(1.03);
}
