
* {
  box-sizing: border-box;
}
ul {
  padding-inline-start: 1.25rem;
}
ruby > rt {
  font-size: 40%;
}
figure {
  margin: 0;
}
figcaption {
  font-style: italic;
  opacity: 60%;
  display: flex;
  gap: 2px;
  font-size: .95rem;
  line-height: 130%;
}
figcaption::before {
  content: "└";
  font-style: normal;
  opacity: 100%;
}
.tiny-hero {
  width: 300px;
}
figure img {
  display: block;
}
.home-link {
  margin-left: 8px;
  width: 100%;
}