.pager { margin: 3em 0 2em 0; overflow: hidden; }

.pager__items { padding-left: 0; list-style: none; display: flex; justify-content: center; }

.pager__item { border-radius: 50%; height: 42px; width: 42px; line-height: 28px; font-size: 1rem; font-weight: 700; text-align: center; }

.pager__item--ellipsis { line-height: 36px; }

.pager__item a { padding: 7px 18px; display: inline-block; text-decoration: none; color: #1d2124; }

.pager__item.is-active { background: #1d2124; }

.pager__item.is-active a { color: white; }

.pager__item--next, .pager__item--previous { background: url("/themes/custom/xingskin/assets/arrow.svg") no-repeat 50% 50%; background-size: 24px; }

.pager__item--next a, .pager__item--previous a { display: block; height: 30px; width: 30px; }

.pager__item--previous { transform: rotate(180deg); }
