/**
 * @file
 * Facet styles for the Search API Glossary module.
 */
.block-facets ul {
  overflow: hidden;
}

.block-facets .glossaryaz {
  list-style: none;
  text-align: center;
  float: left;
  margin: 1px 1% 1px 1%; /* 1% */
  width: 5%;
  height: 5%;
  min-width: 2em; /* 4em */
  min-height: 2em; /* 4em */
  text-transform: capitalize;
  line-height: 2em; /* 4em */
  font-weight: bold;
  padding: 0;
  font-family: sans-serif;
  font-size: 13px; /* 1.1em */
}

.block-facets .glossaryaz.no-results {
  background: #596ec4; /* #eaeaea */
  border: 0 none;
  color: #ffffff; /* #aaaaaa */
  border-radius: 10px;
}

.block-facets .glossaryaz.yes-results {
  background: #596ec4; /* #00a6ed */
  border: 0 none;
  color: #ffffff;
  border-radius: 10px;
}

.block-facets .glossaryaz.yes-results a {
  border: 0 none;
  color: #ffffff;
  display: block;
}

.block-facets .glossaryaz.yes-results a.is-inactive:hover {
  background: #ffb400;
  color: #ffffff;
}

.block-facets .glossaryaz.is-active {
  background: #f6511d;
  border: 0 none;
}

.block-facets .glossaryaz.is-active a {
  border: 0 none;
  color: #ffffff;
}
