.elementor-3970 .elementor-element.elementor-element-7c10423e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-a031477 */Paste this snippet:
/* Enlarge PMPro checkbox and label */
.pmpro_checkout .pmpro_checkout-field input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  transform: scale(1.3);
  vertical-align: middle;
  margin-right: 8px;
}

/* Make the label text larger */
.pmpro_checkout .pmpro_checkout-field label {
  font-size: 18px !important;
  line-height: 1.4em;
  font-weight: 500;
}/* End custom CSS */