.mod_mt_alphaindex.blocks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.mod_mt_alphaindex.blocks a.alpha:link, .mod_mt_alphaindex.blocks a.alpha:visited {
  text-decoration: none;
  font-weight: 400;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
}
.mod_mt_alphaindex.blocks a.alpha.active {
  color: #000;
  background-color: #d1d5db;
}
.mod_mt_alphaindex.blocks a.alpha:hover {
  background-color: #d1d5db;
}
.mod_mt_alphaindex.blocks a.alpha:active, .mod_mt_alphaindex.blocks a.alpha:focus {
  color: #000;
  background-color: #d1d5db;
}
.mod_mt_alphaindex.blocks .badge {
  font-weight: 300;
  vertical-align: text-top;
  border-radius: 1rem;
  background-color: #fff;
  color: #5d6873;
  margin-left: 0.25rem;
}
.mod_mt_alphaindex.badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.mod_mt_alphaindex.badges a.alpha {
  display: flex;
}
.mod_mt_alphaindex.badges a.alpha:link, .mod_mt_alphaindex.badges a.alpha:visited {
  text-decoration: none;
  font-weight: 400;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
}
.mod_mt_alphaindex.badges a.alpha.active {
  color: #000;
  background-color: #d1d5db;
}
.mod_mt_alphaindex.badges a.alpha:hover {
  background-color: #d1d5db;
}
.mod_mt_alphaindex.badges a.alpha:active, .mod_mt_alphaindex.badges a.alpha:focus {
  color: #000;
  background-color: #d1d5db;
}
.mod_mt_alphaindex.badges a.alpha span:first-child {
  padding: 0 1rem;
}
.mod_mt_alphaindex.badges .count {
  display: flex;
  align-items: center;
  font-size: 0.75em;
  font-weight: 300;
  padding: 0 0.5rem;
  line-height: auto;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #5d6873;
  border-left: 1px solid #fff;
}
