%element-reset {
	all: unset;
	display: inline-flex;
	appearance: none;
	background: none;
	border: none;
	box-shadow: none;
	color: inherit;
	font: inherit;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
	text-shadow: none;
	vertical-align: baseline;
	white-space: normal;
	box-sizing: border-box;
}
