/* Fluent Forms' default theme couples focus to hover opacity. Keep its hover
   and disabled states, restoring the normal opacity only for standalone focus. */
.ff-default .ff_btn_style:focus:not(:hover):where(:not(:disabled):not([aria-disabled="true"])) {
	opacity: 1;
}
