/* Pick 3 Genius Tool Pill Slider Enhancement — v2.2.0 */
.tool-scroll-hint{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:6px 0 10px;
  color:#fff;
  font-size:16px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.25px;
  text-align:center;
}
.tool-scroll-hint span{
  color:#ffc83d;
  font-size:19px;
  line-height:1;
  text-shadow:0 0 10px rgba(255,200,61,.35);
}
.enhanced-tool-pill-slider{
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  scrollbar-width:auto!important;
  scrollbar-color:#ffc83d #102f55!important;
  padding:5px 4px 22px!important;
  margin-bottom:12px!important;
  scroll-snap-type:x proximity;
}
.enhanced-tool-pill-slider .category-filter{
  scroll-snap-align:start;
  min-height:48px;
  padding:11px 16px;
  font-size:15px;
}
.enhanced-tool-pill-slider::-webkit-scrollbar{
  height:20px!important;
}
.enhanced-tool-pill-slider::-webkit-scrollbar-track{
  background:#102f55!important;
  border:2px solid #315e91;
  border-radius:999px;
  box-shadow:inset 0 2px 5px rgba(0,0,0,.4);
}
.enhanced-tool-pill-slider::-webkit-scrollbar-thumb{
  min-width:70px;
  background:linear-gradient(180deg,#ffe27a 0%,#ffc83d 48%,#e5a70e 100%)!important;
  border:3px solid #102f55!important;
  border-radius:999px;
  box-shadow:0 2px 7px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.22) inset;
}
.enhanced-tool-pill-slider::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg,#fff0a6 0%,#ffd75e 48%,#f0b91e 100%)!important;
}
.enhanced-tool-pill-slider::-webkit-scrollbar-thumb:active{
  background:#ffdf6e!important;
}
@media(max-width:640px){
  .tool-scroll-hint{
    margin:8px 0 11px;
    font-size:15px;
    gap:8px;
  }
  .tool-scroll-hint span{font-size:18px}
  .enhanced-tool-pill-slider{
    padding-bottom:24px!important;
  }
  .enhanced-tool-pill-slider::-webkit-scrollbar{
    height:22px!important;
  }
  .enhanced-tool-pill-slider .category-filter{
    min-height:50px;
    padding:12px 17px;
  }
}
