/*
 * Keep Latin characters with descenders (g, j, p, q and y) inside their
 * clipping area. The ranking component keeps ellipsis for very long terms,
 * but now reserves a little vertical breathing room for every font.
 */
.rank_list .word[data-v-10136510] {
  display: block;
  min-width: 0;
  line-height: 1.5;
  padding-block: 2px;
  margin-block: -2px;
}

/* The same protection remains effective when the ranking panel narrows. */
@media (max-width: 640px) {
  .rank_list .word[data-v-10136510] {
    line-height: 1.55;
    padding-block: 3px;
    margin-block: -3px;
  }
}
