/*
 * Auto-generated by the OWD Code Snippets plugin.
 * Do not edit this file directly. Your changes will be overwritten.
 */
/* -------------------------------------------------------------------------- */
/* Snippet: goldtext */
/* ל־HTML widget (כששמים את המחלקה על האלמנט עצמו) */
.goldtext {
  font-weight: 700;
  background: linear-gradient(90deg, #f7e8b0, #e0b251, #b87b2b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  letter-spacing: 0.02em;
  display: inline-block;
}

/* ל־Heading widget של Elementor – המחלקה על הווידג'ט */
.goldtext .elementor-heading-title {
  font-weight: 700;
  background: linear-gradient(90deg, #f7e8b0, #e0b251, #b87b2b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  letter-spacing: 0.02em;
  display: inline-block;
}

/* -------------------------------------------------------------------------- */
/* Snippet: term-box-text-color */
#terms-box,
#terms-box * {
    color: #ffffff !important;
}

