.rtmd-checkout-consents,
.rtmd-register-consents,
.dpo-register-consents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 8px 0 16px;
}

.rtmd-checkout-consents .rtmd-register-consent,
.rtmd-register-consents .rtmd-register-consent,
.dpo-consent-row {
  margin: 0;
  padding: 0;
  width: 100%;
}

.rtmd-register-consents .rtmd-register-consent label,
.rtmd-checkout-consents .rtmd-register-consent label,
.dpo-consent-row label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(10, 8, 59, 0.7);
  cursor: pointer;
}

.rtmd-checkout-consent-error,
.dpo-consent-error {
  display: block;
  margin: 4px 0 0 26px;
  font-size: 13px;
  line-height: 18px;
  color: #b42318;
}

.rtmd-checkout-consent-error[hidden],
.dpo-consent-error[hidden] {
  display: none;
}

.rtmd-register-consent.is-invalid label,
.dpo-consent-row.is-invalid label {
  color: #991b1b;
}

.rtmd-register-consent input[type="checkbox"],
.dpo-consent-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  cursor: pointer;
  accent-color: #84b056;
}

.rtmd-register-consent a,
.dpo-consent-row a {
  color: #84b056;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rtmd-register-consent a:hover,
.dpo-consent-row a:hover {
  color: #6f9647;
}

.rtmd-register-consent .required,
.dpo-consent-row .required {
  color: #84b056;
  text-decoration: none;
  border: 0;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none;
}

#tutor-registration-form .dpo-register-consents,
#tutor-registration-form .rtmd-register-consents {
  margin-top: 0;
  margin-bottom: 16px;
}
