.mcb-theme-mps button.mcb-button--secondary:hover,
.mcb-theme-mps button.mcb-button--secondary:active,
.mcb-theme-mps button.mcb-button--secondary:focus,
.mcb-theme-rn button.mcb-button--secondary:hover,
.mcb-theme-rn button.mcb-button--secondary:active,
.mcb-theme-rn button.mcb-button--secondary:focus,
.mcb-theme-infohub button.mcb-button--secondary:hover,
.mcb-theme-infohub button.mcb-button--secondary:active,
.mcb-theme-infohub button.mcb-button--secondary:focus,
.mcb-theme-mps .mcb-button--secondary a[href]:hover,
.mcb-theme-mps .mcb-button--secondary a[href]:active,
.mcb-theme-mps .mcb-button--secondary a[href]:focus,
.mcb-theme-rn .mcb-button--secondary a[href]:hover,
.mcb-theme-rn .mcb-button--secondary a[href]:active,
.mcb-theme-rn .mcb-button--secondary a[href]:focus,
.mcb-theme-infohub .mcb-button--secondary a[href]:hover,
.mcb-theme-infohub .mcb-button--secondary a[href]:active,
.mcb-theme-infohub .mcb-button--secondary a[href]:focus
{
	color: #3f4244;
}

.mcb-theme-infohub .mcb-profile-info-block .infohub-news-subscription .infohub-new-subscription-btn.subscribed {
    background-color: var(--mcb-design--colors--palette--green--dark--two);
    color: var(--mcb-fonts--normal--color--on-dark);
}

@media screen and (min-width: 640px) {
    footer .link-collection.mcb-footer-links {
        padding: 0 2rem;
        justify-content: center;
    }
}