/* איפוס כפוי עבור Chrome ו-Webkit */html body #nextBtn, html body #prevBtn,html body .nav-arrow {  position: absolute !important;  top: 50% !important;  transform: translateY(-50%) !important;  bottom: auto !important;  z-index: 99999 !important;}/* מיקום RTL כפוי */html body #nextBtn {  left: 10px !important;  right: auto !important;}html body #prevBtn {  right: 10px !important;  left: auto !important;}