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