.is-style-knop-roze .wp-block-button__link{
    background-color: #ff7bab !important;
	padding: 5px 20px 5px 25px !important;
	border-radius: 30px !important;
	color: white !important;
	font-size: 16px !important;
}


.is-style-knop-roze .wp-block-button__link:hover{
	background-color: #e36492 !important;
}


.is-style-knop-zeeblauw .wp-block-button__link{
    background-color: #2cc8bc !important;
	padding: 5px 20px 5px 25px !important;
	border-radius: 30px !important;
	color: white !important;
	font-size: 16px !important;
}


.is-style-knop-zeeblauw .wp-block-button__link:hover{
	background-color: #27b9ae !important;
}


.is-style-knop-licht-blauw .wp-block-button__link{
    background-color: #b06981 !important;
	padding: 5px 20px 5px 25px !important;
	border-radius: 30px !important;
	color: white !important;
	font-size: 16px !important;
}


.is-style-knop-licht-blauw .wp-block-button__link:hover{
	background-color:    #b06981 !important;
}


.is-style-knop-geel .wp-block-button__link{
    background-color: #ffba1e !important;
	padding: 5px 20px 5px 25px !important;
	border-radius: 30px !important;
	color: white !important;
	font-size: 16px !important;
}


.is-style-knop-geel .wp-block-button__link:hover{
	background-color: #dd9f14 !important;
}


.is-style-knop-roze .wp-block-button__link:after,
.is-style-knop-zeeblauw	 .wp-block-button__link:after,
.is-style-knop-licht-blauw	 .wp-block-button__link:after,
.is-style-knop-geel	 .wp-block-button__link:after{
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	font-size: 16px;
}