/*
 * Test v533: match the collapsed Auto Helper to the compact Analyzer.
 * The brand remains available in the expanded panel, while the collapsed
 * strip keeps only resource boxes and the expand button.
 */
.auto-helper-panel.collapsed .auto-helper-brand {
  display: none !important;
}

.auto-helper-panel.collapsed .auto-helper-head {
  padding-left: 6px !important;
}

.auto-helper-panel.collapsed .auto-helper-compact {
  display: flex !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
}
