/* בלוק ההסכמה – שורה בפני עצמה, מעל הכפתור */
.elementor-form .epc-consent {
  display: block;
  margin-top: 1rem;
  font-size: 18px !important;   /* דסקטופ */
  line-height: 1.6 !important;
  font-weight: 400 !important;
  text-align: right;

  flex: 0 0 100% !important;
  width: 100% !important;
  order: 9 !important;          /* לפני שורת ה-submit */
}

/* כל הטקסט בפנים – אותו גודל, אותו line-height */
/* בלי color בכלל → שואב מההגדרות הגלובליות/אלמנט */
.elementor-form .epc-consent *,
.elementor-form .epc-consent label,
.elementor-form .epc-consent a {
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

/* הלינק – רק קו תחתון. הצבע מהאלמנט עצמו */
.elementor-form .epc-consent a {
  text-decoration: underline;
}

/* צ'קבוקס */
.elementor-form .epc-consent input[type=checkbox] {
  margin-left: .45em;
  vertical-align: top;
}

/* שורת כפתור – גם שורה מלאה */
.elementor-form .elementor-field-type-submit {
  flex: 0 0 100% !important;
  width: 100% !important;
  order: 10 !important;
}

/* הודעת שגיאה */
.elementor-form .epc-error {
  margin-top: .3rem;
  font-size: .9em;
  color: #ff4d4d;
  display: none;
}

/* מובייל: 14px */
@media (max-width: 768px) {
  .elementor-form .epc-consent,
  .elementor-form .epc-consent *,
  .elementor-form .epc-consent label,
  .elementor-form .epc-consent a {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}