/* כוכבית אדומה לצ'קבוקס פרטיות חובה + קו תחתון לקישור מדיניות הפרטיות
   1) מוסיף כוכבית אדומה צמודה לצ'קבוקס הפרטיות דרך ה-label הפנימי של Contact Form 7
   2) מוסיף קו תחתון לקישור מדיניות הפרטיות בתוך אזור הצ'קבוקסים */

.cf-consent-required .wpcf7-list-item label{
  position: relative;
  padding-right: 1px !important;
}

.cf-consent-required .wpcf7-list-item label::after{
  content: "*";
  color: #d92121;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 1;
}

.cf-consent-wrap a,
.cf-consent-required a,
.cf-consent-wrap a.privacy-link,
.cf-consent-required a.privacy-link{
  text-decoration: underline !important;
}