Why it matters
Inline style attributes cannot be cached, overridden by a stylesheet, or covered by a Content Security Policy that forbids inline styles. In quantity they also bloat every HTML response.
How to fix it
Move repeated inline styles into CSS classes and keep style attributes for values genuinely computed at runtime.