.dm-per-page{ margin-top:6px; text-align:center; }
.dm-per-page__title{
  font-weight:700;
  margin-bottom:10px;
  color:#fff;
  text-align:center;
}
.dm-per-page__choices{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.dm-per-page__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.55);
  background:rgba(255,255,255,0.06);
  color:#fff;
  text-decoration:none;
  line-height:1;
}
.dm-per-page__btn:hover{ background:rgba(255,255,255,0.10); }
.dm-per-page__btn.is-active{
  background:rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.80);
}
