.pager__items {
  list-style: none;
  padding: 0;
}
.pager__items li {
  display: inline;
  margin: 0 2px;
}
.pager__items li a {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-block;
  text-align: center;
  line-height: 2.4em;
  text-decoration: none;
}
.pager__items li.is-active a,
.pager__items li a:hover {
  background: #662d91;
  border-color: #662d91;
  color: #fff;
}
.pager__items li.pager__item--next a,
.pager__items li.pager__item--previous a,
.pager__items li.pager__item--last a,
.pager__items li.pager__item--first a {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  width: auto;
  padding: 0 32px;
  text-decoration: none;
}
