.entity-pager {
	width: 100%;
}

.entity-pager-list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.entity-pager-item-count {
  min-width: 100%;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  background: none;
  }

.entity-pager-item {
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #CCC;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 185px;
}

@media (max-width: 560px) {
  .entity-pager-item {min-width: 100%;}
}

.entity-pager-item a {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  color: red;
  display: inline-block;  
  line-height: 1.3;
  width: 100%;
}

.entity-pager-item-count {
  background: none;
  min-width: 100%;
}

.entity-pager .inactive {display: none;}

