.wordmark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.plate-mark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.plate-mark img {
  display: block;
  width: 100%;
  height: 100%;
}
.plate-mark .plate-glyph {
  position: absolute;
  width: 46%;
  height: 46%;
  left: 27%;
  top: 27%;
}
.stat .k {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stat .plate-mark,
.stat-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}
.puff {
  mix-blend-mode: screen;
  object-fit: cover;
}
.button-glyph {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.missing {
  text-align: center;
  padding-top: 48px;
}
.missing-plate .plate-mark {
  width: 220px;
  height: 220px;
}
.wordmark > .plate-mark {
  margin: 0 8px 0 0;
}
