/* Fix checkbox not clickable in Reviewer form */
.pkp_page_review input[type="checkbox"] {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    position: static !important;
    opacity: 1 !important;
    margin-right: 6px;
}
