/* Restore Ethical Research Solution CTA buttons when page global-styles set background-color: inherit on all links. */
.is-style-nlsn-solid-btn .wp-block-button__link,
.is-style-nlsn-solid-btn :where(.wp-block-button__link) {
    background-color: var(--wp--preset--color--primary, #6e37fa);
    color: #fff;
    border-width: 0;
    border-style: none;
}

.is-style-nlsn-outlined-btn .wp-block-button__link,
.is-style-nlsn-outlined-btn :where(.wp-block-button__link) {
    background-color: transparent;
    border-color: var(--wp--preset--color--primary, #6e37fa);
    border-width: 2px;
    border-style: solid;
    color: var(--wp--preset--color--primary, #6e37fa);
}
