.auto-helper-panel.client-open,
.hunt-analyzer-panel.client-open,
.auto-helper-panel.client-open.collapsed,
.hunt-analyzer-panel.client-open.collapsed{
  width:min(460px,calc(100vw - 58px))!important;
}

.auto-helper-head{
  min-height:42px!important;
  height:42px!important;
  grid-template-columns:124px minmax(0,1fr) 31px!important;
  padding:0 6px 0 10px!important;
}
.auto-helper-brand b,
.hunt-analyzer-head b{
  font-size:13px!important;
}
.auto-helper-compact,
.auto-helper-panel.collapsed .auto-helper-compact{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.auto-helper-compact>span,
.auto-helper-panel.collapsed .auto-helper-compact>span{
  min-width:0!important;
  gap:4px!important;
  padding:0 4px!important;
}
.auto-helper-compact img,
.auto-helper-panel.collapsed .auto-helper-compact img{
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
}
.auto-helper-compact b,
.auto-helper-panel.collapsed .auto-helper-compact b{
  font-size:11px!important;
  line-height:1!important;
}
.auto-helper-panel.client-open.collapsed,
.hunt-analyzer-panel.client-open.collapsed{
  height:38px!important;
  min-height:38px!important;
  max-height:38px!important;
}
.auto-helper-panel.collapsed .auto-helper-head{
  height:36px!important;
  min-height:36px!important;
  grid-template-columns:124px minmax(0,1fr) 31px!important;
  padding:0 5px 0 10px!important;
}
.hunt-analyzer-panel.collapsed .hunt-analyzer-head{
  min-height:36px!important;
  height:36px!important;
  padding:3px 5px!important;
}
.hunt-analyzer-panel.collapsed .analyzer-compact{
  gap:2px!important;
  justify-content:space-between!important;
}
.hunt-analyzer-panel.collapsed .analyzer-compact span{
  flex:1 1 auto;
  justify-content:center;
  height:24px!important;
  padding:0 5px!important;
  font-size:9px!important;
}
.hunt-analyzer-panel.collapsed .analyzer-compact b{
  font-size:10px!important;
}

@media(max-width:500px){
  .auto-helper-panel.client-open,
  .hunt-analyzer-panel.client-open,
  .auto-helper-panel.client-open.collapsed,
  .hunt-analyzer-panel.client-open.collapsed{
    width:calc(100vw - 20px)!important;
  }
  .auto-helper-head,
  .auto-helper-panel.collapsed .auto-helper-head{
    grid-template-columns:112px minmax(0,1fr) 29px!important;
    padding-left:7px!important;
  }
  .auto-helper-brand b,
  .hunt-analyzer-head b{font-size:12px!important}
  .auto-helper-compact img,
  .auto-helper-panel.collapsed .auto-helper-compact img{
    flex-basis:20px!important;
    width:20px!important;
    height:20px!important;
  }
}
