/*
 * Nord theme
 * ===================================================
 */
/*
 * OFDb colors
 * ===================================================
 */
.pager {
  margin: auto;
}

.path-movies .pager, .path-tv-shows .pager {
  width: 100%;
}

.js-pager__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}

.js-pager__items li {
  list-style: none;
  margin-right: 10px;
}

.pager__item--first {
  margin-right: 1em !important;
}

.pager__item--last {
  margin-right: 0 !important;
}

.pager__item--previous {
  margin-right: 0;
}

.pager__item--next {
  margin-right: 1em !important;
}

.pager__item--ellipsis {
  margin: 0 1em 0 calc(1em - 10px) !important;
}

.pager .is-active a {
  color: #eceff4;
}

.pager .is-active a:hover {
  color: #eceff4;
}

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