.saved-match-image {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 46px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--panel);
  color: var(--muted);
}
.saved-match-image svg {
  width: 18px;
  height: 18px;
}
.saved-match-image img {
  position: absolute;
  inset: 0;
  width: 36px;
  height: 46px;
  object-fit: contain;
  background: var(--panel);
}
