.elementor-73578 .elementor-element.elementor-element-1ac0b60:not(.elementor-motion-effects-element-type-background), .elementor-73578 .elementor-element.elementor-element-1ac0b60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.meshekdaniel.shop/wp-content/uploads/2026/01/07EE0714-8A97-41D5-A87E-CB4AED64B7E0.jpg");background-position:center center;background-repeat:no-repeat;background-size:100% auto;}.elementor-73578 .elementor-element.elementor-element-1ac0b60 > .elementor-container{min-height:400px;}.elementor-73578 .elementor-element.elementor-element-1ac0b60{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-73578 .elementor-element.elementor-element-1ac0b60 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-73578 .elementor-element.elementor-element-9cb84f9{width:var( --container-widget-width, 44.486% );max-width:44.486%;--container-widget-width:44.486%;--container-widget-flex-grow:0;text-align:center;}.elementor-73578 .elementor-element.elementor-element-9cb84f9 .elementor-heading-title{font-size:35px;font-weight:700;}.elementor-73578 .elementor-element.elementor-element-6ac1788{text-align:center;}.elementor-73578 .elementor-element.elementor-element-6ac1788 .elementor-heading-title{font-size:15px;font-weight:700;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-73578 .elementor-element.elementor-element-1ac0b60 > .elementor-container{max-width:500px;min-height:250px;}.elementor-73578 .elementor-element.elementor-element-1ac0b60:not(.elementor-motion-effects-element-type-background), .elementor-73578 .elementor-element.elementor-element-1ac0b60 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-73578 .elementor-element.elementor-element-6ac1788{width:var( --container-widget-width, 139.319px );max-width:139.319px;--container-widget-width:139.319px;--container-widget-flex-grow:0;}}/* Start custom CSS *//* ===== עיצוב בסיסי למתכון ===== */
.recipe {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px;
  font-family: 'Rubik', sans-serif;
  color: #3E4A38;
  line-height: 1.7;
  font-size: 18px; /* 👈 גודל מושלם לדסקטופ */
}

.recipe .section {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}

.recipe h2 {
  font-size: 26px;
  margin-bottom: 16px;
  border-bottom: 2px solid #4F5532;
  padding-bottom: 8px;
}

.recipe h3 {
  font-size: 18px;
  margin-top: 24px;
}

.recipe ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recipe ul li {
  margin-bottom: 10px;
}

/* ===== שלבי הכנה ===== */
.recipe .step {
  display: flex;
  gap: 16px;
  background: #f0f0e8;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}

.recipe .step-number {
  font-size: 28px;
  color: #c6bfa4;
  min-width: 32px;
  text-align: center;
}

/* ===== כפתורים ===== */
.recipe .actions {
  text-align: center;
  margin-top: 32px;
}
/* ===== כפתורי מתכון ===== */
.recipe .actions button,
.recipe .actions .elementor-button {
  background-color: #3E4A38;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: inherit;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
/* ===== הדפסה – ספר בישול נקי ===== */
@media print {

  /* מסתיר הכל */
  body * {
    visibility: hidden !important;
  }

  /* מציג רק מתכון */
  .recipe,
  .recipe * {
    visibility: visible !important;
  }

  .recipe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.7;
  }

  /* כותרות */
  .recipe h2 {
    font-size: 20px;
    margin: 24px 0 12px;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
    page-break-after: avoid;
  }

  .recipe h3 {
    font-size: 16px;
    margin-top: 18px;
    font-weight: bold;
  }

  /* מצרכים */
  .recipe ul {
    margin: 0 0 16px;
    padding-right: 18px;
  }

  .recipe ul li {
    margin-bottom: 6px;
  }

  /* שלבי הכנה */
  .recipe .step {
    background: none !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 12px;
    page-break-inside: avoid;
  }

  .recipe .step-number {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }

  /* בלי כפתורים */
  .recipe .actions {
    display: none !important;
  }

  /* מבטל אלמנטור */
  header,
  footer,
  nav,
  .elementor-location-header,
  .elementor-location-footer {
    display: none !important;
  }
}
.recipe .actions button {
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* hover */
.recipe .actions button:hover,
.recipe .actions .elementor-button:hover {
  background-color: #878652;
  color: #ffffff;
}
/* ===== מובייל – רק הקטנה, בלי שינוי עיצוב ===== */
@media (max-width: 768px) {

  .recipe {
    font-size: 14px;
    padding: 16px;
  }

  .recipe h2 {
    font-size: 20px;
  }

  .recipe h3 {
    font-size: 16px;
  }

  .recipe .section {
    padding: 16px;
  }

  .recipe .step {
    padding: 14px;
    gap: 10px;
  }

  .recipe .step-number {
    font-size: 20px;
  }
}/* End custom CSS */