/* Stafflancer - A11Y: dot tap targets + 30px active dot (mobile/tablet) */
@media (max-width: 1024px){
  button.sl-fw2__dot{
    /* Total tap target ~= 32px while keeping dot visuals small */
    box-sizing: content-box;
    width: 12px;
    height: 12px;
    padding: 10px;
    border-radius: 999px;
    background-clip: content-box;
    background-origin: content-box;
    touch-action: manipulation;
  }
  button.sl-fw2__dot.is-active{
    width: 30px;
    height: 30px;
    padding: 1px;
  }
}
