/* NESkills v208 — course/service hero proof pills.
   Phone only: remove hero proof chips to reduce vertical scrolling.
   Tablet (768px+) and desktop remain unchanged. */
@media (max-width: 767px) {
  .nx-mobile-hide-hero-pills {
    display: none !important;
  }
}
