.topics {
  font-size: var(--step-10);
  color: #7c7c7c;
  line-height: 1;
  margin-top: 0.25em;
}
.topics a {
  background: #f0cf31;
  color: #343d3b;
  display: inline-block;
  line-height: 0.75;
}
.topics a:hover, .topics a:focus {
  text-decoration-thickness: 0.1em;
  background: #f0e1ac;
}
