.microphone-page { display: grid; min-width: 0; gap: 7px; }
.microphone-eq-top { display: grid; grid-template-columns: minmax(0, 1fr) 144px; min-width: 0; min-height: 276px; }
.microphone-band-editor, .microphone-peq, .microphone-graph { min-width: 0; }
.microphone-peq { display: flex; min-height: 0; }
.microphone-peq .rx-peq { flex: 1 1 auto; }

.microphone-category-controls {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  min-width: 0;
  min-height: 104px;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--rx-border);
  border-radius: var(--rx-radius-sm);
  background: var(--rx-surface);
}

.microphone-category-controls > .rx-control-section {
  min-width: 0;
  padding: 10px 14px;
  border: 0;
  border-right: 1px solid var(--rx-divider);
  border-radius: 0;
  background: transparent;
}

.microphone-category-controls > .rx-control-section:last-child { border-right: 0; }
.microphone-category-controls .rx-control-section__header { margin-bottom: 7px; }
.microphone-category-controls .rx-segmented--equal { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.microphone-category-controls .rx-control-section__value { width: 58px; height: 24px; padding: 2px 4px; }

@media (max-width: 1000px) {
  .microphone-category-controls { grid-template-columns: 1fr; }
  .microphone-category-controls > .rx-control-section { border-right: 0; border-bottom: 1px solid var(--rx-divider); }
  .microphone-category-controls > .rx-control-section:last-child { border-bottom: 0; }
}
