.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.wp-block-button__link.is-style-outline {
color: #000;
}
.wp-block-file .wp-block-file__button,
.wp-block-button .wp-block-button__link {
background-color: #e35d5c;
color: #fff;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: transparent;
color: #000;
-webkit-box-shadow: none;
box-shadow: none;
border: 2px solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus {
color: #fff;
background-color: #e35d5c;
border: 2px solid #e35d5c;
}
.wp-block-pullquote,
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-color: #e35d5c;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
color: #333;
}