/* Style dla linków do regulaminu i RODO */
.terms-privacy-link {
  text-decoration: underline !important;
  color: #007bff;
  font-weight: 500;
}

.terms-privacy-link:hover {
  text-decoration: underline !important;
  color: #0056b3;
}

/* Wyróżnienie checkboxa z linkami do regulaminu i RODO */
.form-item-accept-terms label,
.form-item-accept-rodo label,
.form-item-regulamin label,
.form-item-zgoda-regulamin label,
.form-item-zgoda-przetwarzanie label {
  font-weight: normal;
}

.form-item-accept-terms label a,
.form-item-accept-rodo label a,
.form-item-regulamin label a,
.form-item-zgoda-regulamin label a,
.form-item-zgoda-przetwarzanie label a {
  text-decoration: underline !important;
  color: #007bff;
  font-weight: 500;
}

.form-item-accept-terms label a:hover,
.form-item-accept-rodo label a:hover,
.form-item-regulamin label a:hover,
.form-item-zgoda-regulamin label a:hover,
.form-item-zgoda-przetwarzanie label a:hover {
  text-decoration: underline !important;
  color: #0056b3;
}
