 html { scroll-behavior: smooth; } :target { scroll-margin-top: 280px;  } .highlight { color: #c00d0d; } .nav-scroll-wrap{ display:flex; align-items:center; gap:10px; position:relative; } .nav-arrow{ flex:0 0 auto; cursor:pointer; user-select:none; padding:8px; display:flex; align-items:center; justify-content:center; z-index:5; }  .nav-scroll{ flex:1 1 auto; min-width:0; overflow-x:auto; white-space:nowrap; -webkit-overflow-scrolling: touch; scrollbar-width:none;  -ms-overflow-style:none;  } .nav-scroll::-webkit-scrollbar{ display:none; }  .nav-scroll ul{ display:flex; flex-wrap:nowrap; } .nav-scroll li{ flex:0 0 auto; }  .nav-scroll{ cursor: grab; } .nav-scroll.is-dragging{ cursor: grabbing; user-select:none; }