/* Component-scoped utilities
   - Global utilities are centralized in ../utilities/utilities.css
   - Keep only component-scoped helper classes here to avoid duplication
*/

:is(.c-hide-mobile) {
  display: none;
}

:is(.c-allow-overflow) {
  overflow: visible;
}

/* Placeholder: add small helpers here if needed for component-specific tweaks */
