.pager {
  list-style: none;
  margin: 30px 0;
  padding: 48px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .pager {
    margin: 30px 0 90px;
  }
}
.pager__item {
  position: relative;
  display: inline-block;
  margin: 12px 0 !important;
}
.pager__item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background-color: #DFE3E6;
  flex-shrink: 0;
  align-self: center;
  display: flex;
  justify-content: center;
  right: 0;
  top: 3px;
}
.pager__item:last-of-type:after {
  display: none;
}
.pager__item a {
  display: inline-block;
  padding: 0 15px;
  color: #000;
  font-size: 1.125rem;
  text-decoration: none;
}
.pager__item a .key {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 0.0625rem;
}
.pager__item a .key:hover, .pager__item a .key:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.pager__item a .key {
  background-size: 100% 1px;
}
.pager__item a .key:hover, .pager__item a .key:focus {
  background-size: 0 1px;
}
.pager__item a:hover, .pager__item a:focus-within {
  text-decoration: none;
}
.pager__item a:hover .key, .pager__item a:focus-within .key {
  background-size: 0 1px;
}
.pager__item.is-active a {
  font-weight: 600;
  text-decoration: none;
}
.pager__item.is-active a .key {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 0.125rem;
}
.pager__item.is-active a .key:hover, .pager__item.is-active a .key:focus {
  background-size: 100% 1px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.pager__item.is-active a:hover, .pager__item.is-active a:focus-within {
  text-decoration: none;
}
.pager__item.is-active a:hover .key, .pager__item.is-active a:focus-within .key {
  background-size: 100% 1px;
}

/*# sourceMappingURL=pagination.css.map*/