.s-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #42526e;
  font-size: 14px;
  line-height: 24px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s-pagination-button {
  text-align: center;
  min-width: 20px;
  height: 24px;
  border: transparent solid 1px;
  border-radius: 3px 3px 3px 3px;
  padding: 2px;
  margin: 0 3px;
}

.s-pagination.disabled .s-pagination-button,
.s-pagination-button.disabled {
  pointer-events: none;
  cursor: default;
  color: #a5adba;
}

.s-pagination-button:not(.disabled) {
  cursor: pointer;
}

.s-pagination-button:hover {
  border: #42526e solid 1px;
}

.s-pagination-button[data-bind-id="current$"] {
  cursor: pointer;
  background: #42526e;
  height: 24px;
  color: #fff;
}

.s-pagination-gap {
  padding: 0 8px;
}