/*
 * BAOI 5.3.36.2 — Selection, Progress & Live Status Convergence
 */

.baoi-v5362-choice:focus-visible{
  outline:2px solid #53d8ff!important;
  outline-offset:3px!important;
}

[role="progressbar"]{
  position:relative;
}

[role="status"][aria-live="polite"]{
  overflow-wrap:anywhere;
}

@media (pointer: coarse){
  .baoi-v5362-choice{
    min-height:44px!important;
    min-width:44px!important;
  }
}

@media (prefers-reduced-motion: reduce){
  .baoi-v5362-choice,
  [role="progressbar"] > span{
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
  }
}
