.root {
  -st-states: focus, focus-visible;
}

.root:focus {
 /* need to be extended and implemented by consumers of focusableHoc */
}

.root:focus-visible {
  /* need to be extended and implemented by consumers of focusableHoc */
}

.focus-box {
	outline: none;
}

.focus-box-error {
	outline: none;
}

/* st-namespace-reference="../../../../../src/common/Focusable/Focusable.st.css" */