/* =========================================================
   HTF Word Search - Wrong Selection UI (v1)
   - Red flash for invalid dragged selections
   - Light outline while dragging (ws-pick)
   ========================================================= */

#ws-grid .ws-pick,
#ws-grid .ws-pick button,
#ws-grid .ws-pick div{
  outline: 2px solid rgba(0,170,255,.55) !important;
  box-shadow: 0 0 0 2px rgba(0,170,255,.18) !important;
  border-radius: 6px !important;
}

#ws-grid .ws-wrong,
#ws-grid .ws-wrong button,
#ws-grid .ws-wrong div{
  outline: 2px solid #ff3b3b !important;
  box-shadow: 0 0 0 2px rgba(255,59,59,.35) !important;
  background: rgba(255,59,59,.12) !important;
  border-radius: 6px !important;
}
