.block-footer-totop a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme--color--primary);
}

.block-footer-totop .label {
	margin-left: 0.5em;
	font-weight: normal;
	font-size: var(--theme--font-size--xsmall);
}

@media (min-width: 768px) {
	.block-footer-totop a {
		justify-content: flex-start;
	}
}