@charset "utf-8";

li .red{
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
  background-color: #c00;
  color: #fff;
  font-size: var(--font-size-s);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.aspect-2-7 { aspect-ratio: 2 / 7;}

