.wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:0 auto;
}

/* Transition */
.wp-block-button .wp-block-button__link{
	transition: background-color .2s,color .2s,outline .2s;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
	border-color: currentColor;
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
	color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
	background-color: transparent;
}

.wp-block-button .is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*=radius]:focus,
.wp-block-button a.wp-block-button__link[style*=radius]:focus {
	outline-offset: 2px;
	outline: 2px dotted;
}
.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){ 
color:rgba(255,255,255,1);
}
.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background){ 
background-color:rgba(231,181,180,1);
}
.sv100_sv_content_wrapper article .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color){ 
color:rgba(255,255,255,1);
}
.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover, .sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) .wp-block-button__link:active{ 
background-color:rgba(255,255,255,1);
color:rgba(231,181,180,1);
}
.sv100_sv_content_wrapper article .wp-block-button.is-style-outline .wp-block-button__link:hover, .sv100_sv_content_wrapper article .wp-block-button.is-style-outline .wp-block-button__link:active{ 
background-color:rgba(255,255,255,1);
color:rgba(231,181,180,1);
}
.sv100_sv_content_wrapper article .has-background .wp-block-button.is-style-outline .wp-block-button__link:hover, .sv100_sv_content_wrapper article .has-background .wp-block-button.is-style-outline .wp-block-button__link:active{ 
background-color:rgba(255,255,255,1);
}
.sv100_sv_content_wrapper article .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover, .sv100_sv_content_wrapper article .has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active{ 
color:rgba(231,181,180,1);
}
.sv100_sv_content_wrapper article .is-style-outline .wp-block-button__link[style*=radius]:focus, .sv100_sv_content_wrapper article .editor-styles-wrapper .wp-block-button a.wp-block-button__link[style*=radius]:focus{ 
outline-color:rgba(231,181,180,1);
}
.sv100_sv_content_wrapper article .wp-block-buttons .wp-block-button > .wp-block-button__link{ 
font-size:16px;
line-height:1;
padding:10px 40px 10px 40px;
border-top:1px none rgba(192,192,192,1);
border-right:1px none rgba(192,192,192,1);
border-bottom:1px none rgba(192,192,192,1);
border-left:1px none rgba(192,192,192,1);
border-radius:30px 30px 30px 30px;
}
.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-text-background-color{border-color:rgba(77,77,77,1);}.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-grey-blue-background-color{border-color:rgba(122,145,154,1);}.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-white-background-color{border-color:rgba(255,255,255,1);}.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-petrol-background-color{border-color:rgba(39,88,109,1);}.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-green-background-color{border-color:rgba(146,200,122,1);}.sv100_sv_content_wrapper article .wp-block-button:not(.is-style-outline) > .wp-block-button__link.has-pink-background-color{border-color:rgba(231,181,180,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-text-color{border-color:rgba(77,77,77,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-grey-blue-color{border-color:rgba(122,145,154,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-white-color{border-color:rgba(255,255,255,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-petrol-color{border-color:rgba(39,88,109,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-green-color{border-color:rgba(146,200,122,1);}.sv100_sv_content_wrapper article .wp-block-button.is-style-outline > .wp-block-button__link.has-pink-color{border-color:rgba(231,181,180,1);}