/* Price Guide only: remove Filter, View, and Sort controls while keeping the issue picker visible. */
body.price-guide-active #mcFiltersMount,
body.price-guide-active .mc-toolbar-actions,
body.price-guide-active .mc-view-toggle-wrap,
body.price-guide-active .mc-sort-wrap{
  display:none !important;
}

body.price-guide-active .mc-toolbar{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
}

body.price-guide-active #mcPriceGuidePickerMount,
body.price-guide-active .mc-price-guide-picker-mount{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}

body.price-guide-active .mc-price-picker-row{
  width:100% !important;
  max-width:100% !important;
}

@media (max-width:780px){
  body.price-guide-active .mc-toolbar{
    display:block !important;
    grid-template-columns:none !important;
    gap:0 !important;
  }

  body.price-guide-active #mcPriceGuidePickerMount,
  body.price-guide-active .mc-price-guide-picker-mount{
    grid-column:1 / -1 !important;
  }
}
