.checklist-section-title {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 2px 2px 0;
}

.checklist-section-title.is-done { color: #91f3bc; margin-top: 10px; }

.checklist-row {
    grid-template-columns: auto 1fr auto;
    align-items: center;
}

.checklist-row__text { min-width: 0; }

.checklist-row.is-done {
    background: rgba(109,255,177,.08);
    border: 1px solid rgba(109,255,177,.18);
}

.checklist-row.is-done .checklist-row__text {
    text-decoration: line-through;
    color: #d8ffe7;
}
