/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.ic-mini-pager .pager__stats {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
  color: #7b7b7b;
}

.ic-mini-pager .pager__current {
  font-size: calc(1.325rem + .9vw);
  font-weight: 700;
  line-height: 1.3;
  font-variation-settings: "opsz" 14;
  color: black;
}

@media (min-width: 1200px) {
  .ic-mini-pager .pager__current {
    font-size: 2rem;
  }
}

