- Add 1rem vertical padding to .ddhh-provider-dashboard for proper spacing
- Remove all !important declarations from button styles
- Use proper CSS specificity (.ddhh-jobs-table .button) instead
- Document CSS best practices in CLAUDE.md (avoid !important)
CSS specificity approach is more maintainable and prevents conflicts
with Elementor and other theme styles.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add detailed documentation covering plugin architecture, subsystems, workflows, and development practices. Includes GSD workflow requirement for all code changes.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>