/* Individual form styling: grant-application-template */
body.template-grant-application-template{--doc-accent:#2fb074;--doc-soft:#edfff8;}
body.template-grant-application-template .hero{border-left:8px solid var(--doc-accent);}
body.template-grant-application-template .section{background:linear-gradient(180deg,#fff,var(--doc-soft));}
body.template-grant-application-template .field{border-color:color-mix(in srgb,var(--doc-accent) 32%, #cbd5e1);}
body.template-grant-application-template th{background:var(--doc-accent);color:#fff;}
body.template-grant-application-template .toolbar-actions button:first-child{background:linear-gradient(135deg,var(--doc-accent),color-mix(in srgb,var(--doc-accent) 50%,#fff));}
body.template-grant-application-template .note{border-left-color:var(--doc-accent);}
body.template-grant-application-template .content h2{border-bottom-color:color-mix(in srgb,var(--doc-accent) 35%, #d9e3ec);}
@media print{body.template-grant-application-template .section{background:#fff;}}
