/*
 * Test v532: the collapsed Hunt Analyzer shows only its compact counters.
 * v302 forces every direct title span to display:flex!important, so the
 * expanded title must be hidden again with equal importance in this state.
 */
.hunt-analyzer-panel.collapsed .hunt-analyzer-head > span:first-child {
  display: none !important;
}

.hunt-analyzer-panel.collapsed .hunt-analyzer-head > .analyzer-compact {
  display: flex !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.hunt-analyzer-panel.collapsed .hunt-analyzer-actions {
  flex: 0 0 auto !important;
}
