/* Align the mobile Select Comic dropdown panel with the left edge of the toolbar/filter button. */
@media (max-width:560px){
  .mc-toolbar{
    position:relative !important;
    align-items:center !important;
    overflow:visible !important;
  }
  .mc-price-guide-picker-mount,
  .mc-price-guide-picker-mount .mc-price-picker-row,
  .mc-price-picker-row,
  .mc-price-picker{
    overflow:visible !important;
  }
  .mc-price-guide-picker-mount .mc-price-picker-panel.open,
  .mc-price-picker-panel.open{
    left:calc(-44px - 7px) !important;
    right:auto !important;
    transform:none !important;
    width:min(calc(100vw - 32px), 430px) !important;
    max-width:calc(100vw - 32px) !important;
    box-sizing:border-box !important;
  }
}
