/* CEE Onboarding — program's My Account view */
.cee-onb-acct h2{font-family:'Playfair Display',Georgia,serif;color:#1f3a31;margin-bottom:6px;}
.cee-onb-acct-intro{color:#5f6b66;font-size:14px;margin-bottom:18px;line-height:1.55;}
.cee-onb-acct-card{background:#fff;border:1px solid #e2f1ea;border-radius:12px;padding:16px 18px;margin-bottom:12px;box-shadow:0 6px 20px -16px rgba(29,48,67,.4);}
.cee-onb-acct-card.is-done{border-color:#2e9e7a;background:#f4fbf7;}
.cee-onb-acct-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:10px;}
.cee-onb-acct-head strong{color:#1f3a31;font-size:15px;}
.cee-onb-acct-state{font-size:12px;font-weight:700;color:#6b9fd8;}
.cee-onb-acct-card.is-done .cee-onb-acct-state{color:#1f7357;}
.cee-onb-acct-bar{background:#eef4f1;border-radius:999px;height:8px;overflow:hidden;}
.cee-onb-acct-fill{background:#2e9e7a;height:100%;border-radius:999px;transition:width .4s ease;}
.cee-onb-acct-meta{font-size:12.5px;color:#8a958f;margin-top:6px;}
.cee-onb-acct-link{color:#1f7357;font-weight:700;font-size:14px;text-decoration:none;}
