.pager__item {
  &--ellipsis,
  a {
    width: 2rem;
    height: 2rem;
  }

  a {
    &:hover {
      background-color: $gray-200;
    }
  }

  svg {
    width: 100%;
    height: 100%;

    &.flipped {
      transform: rotate(180deg);
    }
  }
}