/* Deep green / light green look */
.lh-wrap{max-width:980px;margin:0 auto}
.lh-card{background:#eefcee;border:1px solid #d6f0d6;border-radius:12px;padding:16px;margin:12px 0}
.lh-title{color:#0b6b3a;margin:0 0 8px}
.lh-badge{display:inline-flex;align-items:center;gap:6px;background:#a7f0a9;color:#06381f;border-radius:16px;padding:4px 10px;margin:2px 6px 2px 0;font-weight:600}
.lh-progress{height:10px;border-radius:8px;background:#dff3e1;overflow:hidden}
.lh-progress > span{display:block;height:100%;background:#0b6b3a}
.lh-btn{background:#0b6b3a;color:#fff;border:none;border-radius:8px;padding:8px 14px;cursor:pointer}
.lh-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:700px){.lh-grid{grid-template-columns:1fr}}
