In the previous lesson, we set up the initial state styles for form selects and multi-selects. Now we'll add styles for the focus and disabled states, inclusive of a workaround necessary due to the lack of a parent selector in CSS.
The way we will get around this for our focus styles is to add a sibling span element to apply the styles and position those styles on top of the Select element.