/* v921 — Price Lists sidebar slight right nudge
   Move the right Emergency-style sidebar a little further right on desktop only. */

@media (min-width:1201px){
  html body.price-sidebar-nudge-v921 .price-xxx-layout-v871.container,
  html body.price-sidebar-nudge-v921 .price-xxx-layout-v871{
    column-gap:44px !important;
    width:1164px !important; /* 780 main + 44 gap + 340 sidebar */
    max-width:calc(100vw - 44px) !important;
  }

  html body.price-sidebar-nudge-v921 .price-xxx-sidebar-v871,
  html body.price-sidebar-nudge-v921 .price-sidebar-emergency-standard-v889,
  html body.price-sidebar-nudge-v921 .price-sidebar-v917{
    transform:translateX(8px) !important;
  }
}
