/* Assistant + Burgundy theme to match soft pink fields and burgundy CTA */
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700&display=swap');

:root{
  --lifko-burgundy:#8b1e57; /* תואם כפתור */
  --lifko-text:#2b2b2b;     /* טקסט כהה */
}

.al-privacy-checkbox.assistant-burgundy-soft{ direction:rtl; margin:10px 0 14px; }
.al-privacy-checkbox.assistant-burgundy-soft .elementor-field-label{
  display:flex; gap:8px; align-items:flex-start; font-family:'Assistant',sans-serif;
}

.al-privacy-checkbox.assistant-burgundy-soft input[type="checkbox"]{
  margin-top:3px; transform:scale(1.05); accent-color: var(--lifko-burgundy);
}

.al-privacy-checkbox.assistant-burgundy-soft .lifko-privacy-text{
  color: var(--lifko-text) !important; font-size:15px; line-height:1.6; font-weight:400;
}

.al-privacy-checkbox.assistant-burgundy-soft a{
  color: var(--lifko-burgundy) !important; font-weight:700; text-decoration:underline;
}
.al-privacy-checkbox.assistant-burgundy-soft a:hover{ text-decoration:none; }
