<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Visual styles for Newsplus Lite's pager.
 */

/* Using .pager selector on the first one to override .region-content ul. */
.pager .pager__items {
  margin: 80px 0 20px;
  padding: 0;
  text-align: left;
}
li.pager__item {
  padding: 0;
  margin: 0 15px 0 0;
  border-bottom: none;
  font-size: 12px;
}
li.pager__item &gt; a {
  padding: 9px 17px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
  background-color: #dddddd;
  display: inline-block;
}
li.pager__item &gt; a:hover {
  background-color: transparent;
  color: #ffffff;
}
li.pager__item &gt; a:focus {
  background-color: #dddddd;
}
li.pager__item.is-active &gt; a {
  color: #ffffff;
  line-height: 1;
}
</pre></body></html>