.change-button:after {
	background: #0066FF;
}
.change-button.--active {
	color: #0066FF;
	background: #ffffff;
}
.change-button.--active:after {
	color: #0066FF;
	background: #ffffff;
	border: 1px solid #0066FF;
}