Change Password

Why might the CSS rule .container p { color: green; } not apply to a paragraph inside a div with class "container"?
The div does not have the "container" class
The paragraph is not a direct child
There is a more specific rule overriding this one
The CSS file is not linked properly