[class *= --busqueda] .js-pager__items {
  display: inline-block;
}

[class *= --busqueda] nav.pager {
  display: inline-flex;
  position: relative;
  margin: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
}

[class *= --busqueda] .pager__item {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 16px 0;
  padding: 0;
  font-family: Raleway;
  font-style: initial;
}

[class *= --busqueda] .pager__item .pager__link {
  color: #666;
}

[class *= --busqueda] .pager__item .pager__link.is-active {
  color: var(--exa-azul);
  font-weight: bold;
}

[class *= --busqueda] .pager__item .pager__link:hover {
  color: var(--exa-azul-tr);
}

[class *= --busqueda] .pager__link--next::before,
[class *= --busqueda] .pager__link--prev::before {
  font-family: 'Material Icons';
  font-size: 24px;
  transition: 0.3s;
  border: none;
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  font-weight: 100;
}

[class *= --busqueda] .pager__link--prev::before {
  content: '\e5cb';
}

[class *= --busqueda] .pager__link--next::before {
  content: '\e5cc';
}
