/**
 * @file
 * Visual styles for pager.
 */
:root {
  --pager-item-font-size: 1rem;
  --pager-item-font-weight: 400;
}

.pager__items {
  font-size: 1rem;
  font-size: var(--pager-item-font-size);
  clear: both;
  text-align: center;
}

.pager__item {
  display: inline;
  padding: 0.5em;
  font-weight: 400;
  font-weight: var(--pager-item-font-weight);
}

.pager__item.is-active {
  --pager-item-font-weight: 700;
}
/*# sourceMappingURL=pager.css.map */
