/* Hover & focus state overrides — replaces inline onmouseover/onmouseout/onfocus/onblur handlers */

[data-hov="c"]:hover   { color: #FF4400 !important; }
[data-hov="cb"]:hover  { border-color: #FF4400 !important; color: #FF4400 !important; }
[data-hov="b"]:hover   { border-color: #FF4400 !important; }
[data-hov="bg"]:hover  { background: #1a1a1a !important; }
[data-hov="bgo"]:hover { background: #FF4400 !important; border-color: #FF4400 !important; color: #fff !important; }
[data-hov="ul"]:hover  { text-decoration: underline !important; }
[data-hov="bw"]:hover  { border-color: #fff !important; }
[data-hov="bgl"]:hover { background: #f0f0f0 !important; }
[data-hov="bgw"]:hover { background: #fff !important; }
[data-hov="bgt"]:hover { background: transparent !important; border-color: rgba(0,0,0,0.2) !important; color: inherit !important; }
[data-hov="bw5"]:hover { border-color: rgba(255,255,255,0.5) !important; }
[data-hov="bc4"]:hover { border-color: rgba(255,255,255,0.15) !important; color: rgba(255,255,255,0.4) !important; }

[data-foc="b"]:focus { border-color: #FF4400 !important; outline: none; }
