.checklist-group{
    margin-bottom: 2rem;
}
.checklist-header {
    margin-bottom: 1rem;
}
.checklist-item.checked {
    /*background-color: rgba(95, 165, 106, 0.1);
    transition: background-color 0.2s ease;*/
}
.checklist-item.readonly {
    opacity: 0.7;
}
.checklist-desc {
    margin-top: 6px;
}

/* Mobile */
@media (max-width: 600px) {
    .checklist-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .checklist-actions {
        width: 100%;
    }

    .checklist-actions button {
        flex: 1;
    }
}