%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#4a7c6f", "primaryTextColor": "#f9fafb", "primaryBorderColor": "#1e293b", "lineColor": "#334155", "fontSize": "22px"}, "flowchart": {"useMaxWidth": true, "nodeSpacing": 40, "rankSpacing": 70}, "width": 1150, "height": 650}}%%
flowchart LR
A["Formal<br/>Education<br/>(Independent)"] --> B["Sense of<br/>Civic Duty<br/>(Intervening)"]
A --> C["Knowledge of<br/>Candidates' Positions<br/>(Intervening)"]
B --> D["Voter<br/>Turnout<br/>(Dependent)"]
C --> D
style A fill:#4a7c6f,stroke:#1e293b,color:#f9fafb
style B fill:#b7943a,stroke:#1e293b,color:#1e293b
style C fill:#b7943a,stroke:#1e293b,color:#1e293b
style D fill:#b44527,stroke:#1e293b,color:#f9fafb