.binjara-gradient-link {
  background: linear-gradient(90deg, #007bff, #00c853); /* blue → green */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.binjara-gradient-link:hover {
  background: linear-gradient(90deg, #00c853, #007bff); /* reverse on hover */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pagination {
  box-shadow: none !important;
  justify-content: center;
}