/* General */
body .si-theme--light
{
	--si-primary : #ec2178;
	--si-primary-100 : #ec2178;
	--si-primary-200 : #ec2178;
	--si-primary-300 : #ec2178;
	--si-primary-400 : #ec2178;
}

body #ed .o-btn--primary
{
	background-image : linear-gradient(320deg,#ec2178,#ec2145);
	border-radius : 500px;
	border-color : transparent;
}

body #ed .o-btn--primary:hover,
body #ed .o-btn--primary:focus,
body #ed .o-btn--primary:active,
body #ed .o-btn--primary:active:focus
{
	border-color : transparent;
	box-shadow : 0 0 0 .2rem rgba(230, 105, 105, 0.5);
}

body #ed a.si-link { color : #4a4a4a; }
body #ed a.si-link:hover { color : #ec2178; }