Which is a best practice for working with WordPress CSS?
Use !important next to styles if they don't give you the result you want.
Avoid CSS shorthand for proper documentation.
Use hyphens in class names.
Use spaces to indent each property.