body.embed {
  margin: 0;
  background: #131b29;
}

body.embed .match {
  min-height: auto;
  padding: 0;
  gap: 0;
}

body.embed .match-header,
body.embed .match-footer {
  display: none;
}

body.embed .match-board {
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}

body.embed .cg-wrap square[data-coord-y]::before {
  right: 2px;
  top: 2px;
}

body.embed .cg-wrap square[data-coord-x]::after {
  bottom: 2px;
  left: 2px;
  font-weight: bold;
}

body.embed .moves-panel {
  border-radius: 0;
  height: 520px;
}

body.embed .lobby {
  min-height: auto;
  padding: 0;
  justify-content: flex-start;
}

body.embed .lobby-card {
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  max-width: none;
  width: auto;
}

body.embed .lobby-actions {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
