/* Start custom CSS for html, class: .elementor-element-b75de6e */.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-left: 20px;
    flex-wrap: nowrap;
}
.custom-checkbox input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    cursor: pointer;
}
.checkbox-text {
    flex: 1;
    line-height: 1.4;
}
.custom-checkbox input:checked ~ .checkbox-text {
    text-decoration: line-through;
    color: #888;
}/* End custom CSS */