:root{--page-title-display:none;}/* Start custom CSS *//* רקע שחור לסרגל הגלילה */
::-webkit-scrollbar {
  width: 8px;
}

/* רקע המסילה (track) — שחור */
::-webkit-scrollbar-track {
  background: #000000;
}

/* צבע הסקרול — כתום */
::-webkit-scrollbar-thumb {
  background-color: #F36F21;
  border-radius: 10px;
}

/* בעת ריחוף */
::-webkit-scrollbar-thumb:hover {
  background-color: #e55f10;
}/* End custom CSS */