/* ============================================================
   DXL MIXER — WARM ANALOG STYLE ONLY (NO LAYOUT)
   ============================================================ */

/* Mixer channel visual theme */
.dxl-mx-channel,
.dxl-mx-master {
  background: #3a2a22;
  border-radius: 10px;
  border: 2px solid #8c6b4f;
}

/* Mixer row styling (no layout) */
.dxl-mx-row label {
  font-size: 0.8rem;
  color: #d7c2a3;
}

/* Mixer controls styling */
.dxl-mx-row select,
.dxl-mx-row button {
  background: #2b1f1a;
  border: 1px solid #8c6b4f;
  color: #d7c2a3;
  border-radius: 4px;
  cursor: pointer;
}
