/**
 * @file
 * Visual styles for pager.
 */

.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  color: #333333;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.pager__item a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: #5bb747;
  color: #ffffff;
  text-decoration: none;
}
.pager__item a:hover {
  text-decoration: none;
  background: #4e9e3c;
}
.pager__item.is-active a {
  color: #424243;
  text-decoration: none;
  border: 1px solid #424243;
  background: none;
  box-sizing: border-box;
}