.elementor-462 .elementor-element.elementor-element-37a4a9e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-462 .elementor-element.elementor-element-9d024fb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-37a4a9e *//* ========== תיקון וידאו בטאבלט – יציב ונקי ========== */

/* דסקטופ – כרגיל */
.reco-short-frame {
  position: relative;
  width: 100%;
  max-width: 260px;
  padding-bottom: 177.78%; /* 9:16 */
  border-radius: 16px;
  overflow: hidden;
}

/* טאבלט גדול 1200–900px */
@media (max-width:1200px) and (min-width:900px) {
  .reco-shorts {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-items: center;
    gap: 22px;
  }

  /* מקטינים רוחב → הגובה קטן אוטומטית */
  .reco-short-frame {
    max-width: 200px !important;
    padding-bottom: 177.78% !important;
  }
}

/* טאבלט קטן 900–600px */
@media (max-width:900px) and (min-width:600px) {
  .reco-shorts {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .reco-short-frame {
    max-width: 180px !important;
    padding-bottom: 177.78% !important;
  }
}

/* מובייל */
@media (max-width:600px) {
  .reco-shorts {
    grid-template-columns: 1fr;
  }

  .reco-short-frame {
    max-width: 90% !important;
    padding-bottom: 177.78% !important;
  }
}/* End custom CSS */