.dcc-checklist label {
    display: flex;
    align-items: center;
}

.dcc-checklist input {
    cursor: pointer;
}

.dcc-checklist-label {
	padding-left: 10px;
	cursor: pointer;
}

.dcc-checklist input:not(:checked) + .dcc-checklist-label{
	color: grey;
}