.deck-playlist-focus .hardware-layout > .pro-center-mixer,
.deck-playlist-focus .pro-center-mixer {
  display: none !important;
  visibility: hidden !important;
}

.deck-playlist-focus .hardware-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

.hardware-layout .transport .play {
  border: 1px solid #ff294d !important;
  color: #fff !important;
  background: linear-gradient(180deg, #ed2848, #8b081e) !important;
  box-shadow: inset 0 1px #ffa1b088, 0 0 8px #ff173f, 0 0 18px #ff173f66 !important;
  text-shadow: 0 1px 2px #000 !important;
}

.hardware-layout .transport .play.is-playing {
  border-color: #8aff9f !important;
  color: #031308 !important;
  background: linear-gradient(180deg, #a6ffb7, #27ed61 48%, #07992f) !important;
  box-shadow: inset 0 1px #fff, 0 0 8px #72ff91, 0 0 22px #24ff60, 0 0 36px #24ff6077 !important;
  text-shadow: 0 1px #fff9 !important;
}
