<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-link{
  color: #594F4C;
  background-color: transparent;
  border: none;
  padding: 5px 15px;
  border-radius: 0;
  margin: 0 2px;
}
.page-link:hover{
  color: #594F4C;
  text-decoration: none;
}
.page-link:focus{
  box-shadow: none;
}
.page-item.active .page-link{
  background-color: #594F4C;
}
.page-item:last-child .page-link{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item:first-child .page-link{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}</pre></body></html>