.match.-chess .match--table {
  display: flex;
  flex-direction: column;
}

.match.-chess .match--history li {
  display: flex;
  align-items: center;
}

/*.match.-chess .match--history .piece-wrapper {
  display: inline-block;
  position: relative;
  width: var(--spacer);
  height: var(--spacer);
  border-radius: 0.1rem;
  background-color: var(--faction-bg);
}
.match.-chess .match--history .piece-wrapper:first-child {
  margin-right: var(--sp-d2);
}*/
/*.match.-chess .match--history .piece {
  width: 85%;
  height: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.match.-chess .match--history .piece .icon {
  width: 100%;
  height: 100%;
  vertical-align: 0;
}
.match.-chess .match--history .piece.-player-white {
  color: var(--faction-white-fg);
}
.match.-chess .match--history .piece.-player-black {
  color: var(--faction-black-fg);
}*/

/*.match.-chess .piece-letter {
  font-weight: bold;
  text-align: center;
  font-family: var(--font-family-monospace);
  background-color: var(--faction-bg);
  padding-left: var(--sp-d4);
  padding-right: var(--sp-d4);
  border-radius: 0.1rem;
  margin-right: var(--sp-d4);
}
.match.-chess .match--history .piece-letter.-player-white {
  color: var(--faction-white-fg);
}
.match.-chess .match--history .piece-letter.-player-black {
  color: var(--faction-black-fg);
}*/
