.elementor-5389 .elementor-element.elementor-element-0db2a0b{--display:flex;}.elementor-5389 .elementor-element.elementor-element-0db2a0b:not(.elementor-motion-effects-element-type-background), .elementor-5389 .elementor-element.elementor-element-0db2a0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-6095122 ) 60%, var( --e-global-color-2f29919 ) 100%);}.elementor-5389 .elementor-element.elementor-element-7910d74 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-2f29919 ) 0%, var( --e-global-color-6095122 ) 100%);}.elementor-5389 .elementor-element.elementor-element-7910d74{text-align:center;}.elementor-5389 .elementor-element.elementor-element-7910d74 .elementor-heading-title{color:var( --e-global-color-190945c );}.elementor-5389 .elementor-element.elementor-element-72874e7 a{color:var( --e-global-color-9e3ccc9 );}.elementor-5389 .elementor-element.elementor-element-1b3bb40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5d458c7 */.fpf-coupon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 10px;
}

.fpf-coupon {
  background-image: linear-gradient(360deg, #00566a 0%, #51b59f 100%);
  border: 1px solid #d1d5db;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 380px; /* גובה אחיד לכל הקופונים */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fpf-coupon:hover {
  background-image: linear-gradient(135deg, #3b82f6 0%, #baf1f1 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: #000000; /* בעת 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; /* גובה מינימלי (ניתן להתאים) */
  }
}
.fpf-coupon-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* לפי מה שביקשת בדף הראשי */
  gap: 20px;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 10px;
}
.fpf-discount {
  color: #ffffff !important;
}

.fpf-details-text {
  /* יורש את הצבע הרגיל של הטמפלט */
  color: inherit;
}/* End custom CSS */