.pager__item--next a span::after, .pager__next a span::after, .pager__item--previous a span::before, .pager__previous a span::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.pager__items {
  align-items: center;
  display: flex;
  gap: 18px;
}
.pager__item--page, .pager__page {
  --a--padding: 0.25em 0.5em;
  --a--text-decoration-line: none;
  --a--text-decoration-line--active: underline;
  --a--text-decoration-thickness: 0px;
  margin-inline: -0.25em;
}
.pager__item--next, .pager__next, .pager__item--previous, .pager__previous {
  display: flex;
  align-items: center;
  gap: 4.718592px;
}
.pager__item--next a span::after, .pager__next a span::after {
  font-family: "Font Awesome 7 Sharp Solid";
  content: "\f054";
  font-size: 0.75em;
  margin-left: 0.25em;
}
.pager__item--previous a span::before, .pager__previous a span::before {
  font-family: "Font Awesome 7 Sharp Solid";
  content: "\f053";
  font-size: 0.75em;
  margin-right: 0.25em;
}
.pager__item--current-page, .pager__current-page {
  color: var(--deemphasis);
}
.pager__item.is-active, .pager__item--page a:is(:hover, :focus), .pager__page a:is(:hover, :focus) {
  --a--text-decoration-thickness: 0px;
  --a--text-decoration-thickness--active: 0px;
  --a--bg-color: var(--pager--page--bg-color);
  --a--color: var(--pager--page--color);
  --a--color--active: var(--a--color);
  --focus-visible--outline-color: var(--pager--page--outline-color);
}
.pager__item--page:not(.is-active) a:is(:hover, :focus), .pager__page:not(.is-active) a:is(:hover, :focus) {
  --a--color--active: var(--pager--page--color--active);
  --a--bg-color--active: var(--pager--page--bg-color--active);
}
