.elementor-28664 .elementor-element.elementor-element-92b5ac9{text-align:center;}.elementor-28664 .elementor-element.elementor-element-802ee97{text-align:center;}.elementor-28664 .elementor-element.elementor-element-12fcded{text-align:center;}/* Start custom CSS for html, class: .elementor-element-5623341 */.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between elements */
    padding-left: 20px; /* Indent the entire checkbox */
}

.custom-checkbox input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Apply strikethrough to the span inside the label when checkbox is checked */
.custom-checkbox input:checked ~ span {
    text-decoration: line-through;
    color: #888;
}/* End custom CSS */