.list-letters {
  list-style-type: none;
  padding: 0;
}
.list-letters > li {
  display: inline-block;
}
.list-letters > li.active a {
  color: #e73631;
}
.list-letters > li a {
  text-transform: capitalize;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  color: #175a94;
}
.list-letters > li a:hover {
  color: #e73631;
}
.list-letters > li a:hover > span {
  border-bottom: 0.09375em solid #e73631;
}
.list-letters > li a > span {
  -webkit-transition: border-bottom 0.15s ease-in-out;
  transition: border-bottom 0.15s ease-in-out;
  border-bottom: 0.09375em solid transparent;
}
.list-letters > li.empty a {
  color: #cbcbcb;
  pointer-events: none;
}
#dictionary-accordion-wrapper .c-card-header-button {
  font-size: 1rem;
}
#dictionary-accordion-wrapper .accordion-button-wrapper {
  width: 24px;
  height: 24px;
}
#dictionary-accordion-wrapper .card-body {
  padding-left: 4.5rem;
}
#dictionary-accordion-wrapper {
  min-height: 100vh;
}
