/* The percentage control scales only Deck A and Deck B. */
.hardware-layout > .deck:not(.floating-deck) {
  zoom: var(--deck-panel-zoom, 1);
}

.zoom-controls span {
  min-width: 48px;
}

.zoom-controls::before {
  content: "DECK";
  padding-left: 7px;
  color: #7f8a9d;
  font: 700 7px Orbitron, sans-serif;
}

.floating-deck {
  zoom: 1 !important;
}
