.pager {
  overflow: hidden;
  clear: both;
  text-align: center;
}

.pager__items {
  padding: 0;
  margin-bottom: 2rem;
}

.pager__items .is-active a {
  box-shadow: 0 0 8px 0 rgba(69, 73, 91, 0.2);
  background-color: #1764e2;
  padding: 0;
  height: 100%;
  display: block;
  border-bottom: 3px solid transparent;
  transition: box-shadow .2s ease, border .2s ease;
  text-decoration: none;
  display: inline-block;
  list-style: none;
  font-weight: 600;
  background-color: #1764e2;
  color: #fff;
  text-decoration: none;
  transition: box-shadow .2s ease;
}

@media (min-width: 40em) {
  .pager__items .is-active a {
    padding: 0;
  }
}

.pager__items .is-active a:hover, .pager__items .is-active a:focus {
  box-shadow: 0 8px 9px 0 rgba(69, 73, 91, 0.2);
  border-bottom: 3px solid #fff;
  transition: box-shadow .2s ease, border .2s ease;
}

.pager__item {
  display: inline-block;
  margin: 0 .5em;
  height: 3rem;
  list-style: none;
}

.pager__item a {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 600;
  color: #173353;
}

.pager__item-link {
  position: relative;
  top: 13px;
}

.pager__item-arrow {
  box-shadow: 0 0 8px 0 rgba(69, 73, 91, 0.2);
  background-color: #fff;
  padding: 0;
  height: 100%;
  display: block;
  border-bottom: 3px solid transparent;
  transition: box-shadow .2s ease, border .2s ease;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  transition: box-shadow .2s ease;
}

@media (min-width: 40em) {
  .pager__item-arrow {
    padding: 0;
  }
}

.pager__item-arrow:hover, .pager__item-arrow:focus {
  box-shadow: 0 8px 9px 0 rgba(69, 73, 91, 0.2);
  border-bottom: 3px solid #1764e2;
  transition: box-shadow .2s ease, border .2s ease;
}

.pager__item-arrow-image,
.pager__item-arrow-image--previous {
  position: relative;
  bottom: -10px;
  margin-left: .5em;
  margin-right: .5em;
  width: .6rem;
}

.pager__item-arrow-image--previous {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}

.pager__item--previous {
  margin-right: 1em;
}

.pager__item--next {
  margin-left: 1em;
}
