.toplist-page .toplist-entry__content li {
  flex-direction: column;
  align-items: flex-start;
}

.toplist-page .toplist-entry__content li > a {
  display: inline;
  text-decoration: none;
}

.toplist-page .toplist-entry__content li > a:hover,
.toplist-page .toplist-entry__content li > a:focus {
  text-decoration: none;
}

.toplist-page .toplist-entry__heat {
  display: none;
}

@media (min-width: 768px) {
  .toplist-page .toplist-entry__content li {
    flex-direction: row;
    align-items: center;
  }

  .toplist-page .toplist-entry__heat {
    display: none;
  }
}
