.elementor-6711 .elementor-element.elementor-element-3fa5cbd{--display:flex;}.elementor-6711 .elementor-element.elementor-element-3fa5cbd:not(.elementor-motion-effects-element-type-background), .elementor-6711 .elementor-element.elementor-element-3fa5cbd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-6095122 ) 50%, var( --e-global-color-2f29919 ) 100%);}.elementor-6711 .elementor-element.elementor-element-724c169{text-align:center;}.elementor-6711 .elementor-element.elementor-element-724c169 .elementor-heading-title{color:var( --e-global-color-190945c );}.elementor-6711 .elementor-element.elementor-element-e926d78 a{color:var( --e-global-color-9e3ccc9 );}/* Start custom CSS for html, class: .elementor-element-c5ef669 */.last-updated-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.last-updated {
  font-size: 1rem;
  color: #ccc;
  font-weight: normal;
}
.last-updated strong {
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86ffc68 *//* מכולת ה־CTA */
.savings-widget {
  background: #1f1f2e;
  color: #f1f1f5;
  max-width: 800px;
  margin: 20px auto;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  font-family: sans-serif;
}

/* גריד של 2 כפתורים */
.cta-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* כל “כפתור” הוא לינק גדול */
.cta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a2a3d;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

/* הטאב השמח הפנימי */
.cta-tag {
  background: #51b59f;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
}

/* אפקט קופץ קל ב־hover */
.cta-item:hover {
  background: #3b3b4d;
  transform: translateY(-2px);
}

.savings-widget {
  /* ... השארת כל הקוד הקיים ... */
  text-align: center;    /* מוסיף יישור מרכזי לכל התוכן הפנימי */
}

.cashback {
  display: inline-block; /* ישמרו במרכז לפי text-align של ההורה */
  margin-top: 16px;
  color: #51b59f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s;
}
.cashback:hover {
  text-decoration: underline;
}

/* מובייל: עמודה אחת */
@media (max-width: 600px) {
  .cta-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b97168d */.fpf-coupon {
  /* במקום background: #00566a; */
  background-image: linear-gradient(360deg, #51b59f 0%, #00566a 100%);
  /* שאר ההגדרות כפי שהיו */
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  /* … */
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-image 0.3s ease;
}

/* ואפשר גם לשנות גרדיינט בהובר */
.fpf-coupon:hover {
  background-image: linear-gradient(135deg, #51b59f 0%, #00566a 100%);
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.fpf-logo {
  max-height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
}

.fpf-coupon h3 {
  margin: 0 0 6px;
  color: #008000; /* שם החברה - ירוק */
  font-size: 20px;
  font-weight: 600;
}

.fpf-coupon h3 a {
  color: inherit;
  text-decoration: none;
}

.fpf-coupon h3 a:hover {
  color: #baf1f1; /* בעת hover - שחור */
}

.fpf-top5 {
  display: inline-block;
  background: #10b981;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.fpf-details {
  min-height: 60px; /* גובה מינימלי אחיד לטקסט ההנחה */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fpf-code-box {
  margin: 10px auto;
  background: #e0e7ff;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  max-width: 160px;
  width: 100%;
}

.fpf-code-box button {
  background: #51b59f;
  color: white;
  border: none;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

.fpf-btn {
  display: inline-block;
  background: #3b82f6;
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 10px;
  font-weight: 600;
}

.review-btn {
  background: #f97316;
  margin-left: 10px;
}

.fpf-label.cashback {
  background: #d1fae5;
  color: #065f46;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 10px;
}

.fpf-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fpf-btn:hover {
  background-color: #baf1f1;
}

.review-btn:hover {
  background-color: #baf1f1;
}
@media (max-width: 640px) {
  /* במובייל: קופון אחד בשורה */
@media (max-width: 640px) {
  .fpf-coupon-grid {
    grid-template-columns: 1fr !important; /* עמודה אחת במובייל */
  }
  .fpf-coupon {
    height: auto !important;      /* במקום height: 380px; */
    min-height: 320px !important; /* גובה מינימלי (ניתן להתאים) */
  }
}/* End custom CSS */