.flex-button-wrapper {
	* {
		scroll-behavior: smooth;
	}
	display: flex;
	flex-direction: column;
	gap: 8px;
	a.flex-button-under {
		height: 19px;
		margin: 0 auto;
		svg {
			height: 100%;
		}
	}
}
