
/* Remove the inner border and padding in Firefox. */
:where(.panel-area) button::-moz-focus-inner,
:where(.panel-area) [type="button"]::-moz-focus-inner,
:where(.panel-area) [type="reset"]::-moz-focus-inner,
:where(.panel-area) [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Restore the focus styles unset by the previous rule.*/
:where(.panel-area) button:-moz-focusring,
:where(.panel-area) [type="button"]:-moz-focusring,
:where(.panel-area) [type="reset"]:-moz-focusring,
:where(.panel-area) [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
