.pagination {
  padding: $spacer * .25 0;
  background-color: $pagination-bg;
  @include border-radius($pagination-border-radius);
  .page-item {
    &:first-child {
      margin-left: $spacer * .25;
    }
    &:last-child {
      margin-right: $spacer * .25;
    }
    margin-right: $spacer * .125;
    margin-left: $spacer * .125;
    .page-link {
      @include border-radius($border-radius-pill);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      padding: 0;
      line-height: 1;
      i {
        width: fit-content;
      }
    }
  }
}
