/* v1048 — Price Lists mobile hide service notice and bottom sidebar
   Mobile-only cleanup. Desktop remains unchanged. */

@media (max-width: 980px){
  html body.price-xxx-page-v871 .private-service-bottom-note{
    display:none !important;
  }

  html body.price-xxx-page-v871 aside.price-xxx-sidebar-v871,
  html body.price-xxx-page-v871 aside.price-sidebar-v917,
  html body.price-xxx-page-v871 aside[aria-label="Price list support sidebar"],
  html body.price-xxx-page-v871 .price-xxx-sidebar-v871,
  html body.price-xxx-page-v871 .price-sidebar-v917{
    display:none !important;
  }

  html body.price-xxx-page-v871 .price-content-v871,
  html body.price-xxx-page-v871 .price-main-v871,
  html body.price-xxx-page-v871 article{
    width:100% !important;
    max-width:100% !important;
  }
}
