/**
 * @file
 * Styles for Newsplus's pagination.
 */

/* Using .pager selector on the first one to override .region-content ul. */
.pager .pager__items {
  margin: 80px 0 10px;
  padding: 0;
  text-align: left;
}
li.pager__item {
  display: inline-block;
  padding: 0;
  margin: 0 10px 10px 0;
  border-bottom: none;
  font-size: 12px;
}
li.pager__item > 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 > a:hover {
  background-color: transparent;
  color: #ffffff;
}
li.pager__item > a:focus {
  background-color: #dddddd;
}
li.pager__item.is-active > a {
  color: #ffffff;
  line-height: 1;
}
