/* p1450108174233-pdp-decision-explanation-cascade-lock-v1
   Root-cause follow-up to .232: the lower-specificity !important selector lost the cascade
   against existing higher-specificity PDP hero rules. #main-content adds ID specificity so
   this declaration deterministically outranks class-only hero rules on every public PDP.
   The exact decision-explanation component is removed from visual and accessibility layout flow;
   search/listing highlights and commerce/status markers are untouched. */

html body.product-page #main-content .product-summary-highlights.product-decision-uses{
  display:none!important;
}
