/* Hack for Sticky Promo Without Link */

.cc--sticky-promo .c--sticky-promo .subscribe-block-wrapper .f--link .button {
	cursor: initial;
	pointer-events: none;
}

.cc--sticky-promo .c--sticky-promo .subscribe-block-wrapper .f--link .button:focus,
.cc--sticky-promo .c--sticky-promo .subscribe-block-wrapper .f--link .button:hover {
	color: black;
	text-decoration: none;
}