@mixin unfocused-style {
@content;
&:focus:not(:focus-visible):not(:hover) {
}
@mixin focused-style {
&:hover, &:focus {
&:focus-visible {