:root :where(.back-to-top) {
	background: var(--wp--preset--color--accent-1);
	border-radius: var(--wp--preset--border-radius--x-small);
	bottom: var(--wp--preset--spacing--50);
	color: var(--wp--preset--color--white);
	display: none;
	padding: var(--wp--preset--spacing--30);
	position: fixed;
	right: var(--wp--preset--spacing--50);
	text-decoration: none;
	z-index: 1000;
}

:root :where(.back-to-top:hover) {
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--accent-1);
}

:root :where(.back-to-top.show) {
	align-items: center;
	display: flex;
	justify-content: center;
}
