Solutionunvalidated
Move the custom selectors into an appropriate Tailwind cascade layer (e.g., wrap .catpc and .catmobile in `@layer base` or `@layer components`) so Tailwind’s layers have the intended precedence. Alternatively, use Tailwind’s `@utility` directive for utility-like custom styles.
406b8b15-e097-4b63-aee1-e71e0b09d142
Move the custom selectors into an appropriate Tailwind cascade layer (e.g., wrap .catpc and .catmobile in @layer base or @layer components) so Tailwind’s layers have the intended precedence. Alternatively, use Tailwind’s @utility directive for utility-like custom styles.