html body .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(0deg) !important;
	transform-origin: 50% 50% !important;
	transition: transform 0.16s ease !important;
}

html body .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="false"] + .tribe-events-c-subscribe-dropdown__button-icon,
html body .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="false"] ~ .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(0deg) !important;
}

html body .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="true"] + .tribe-events-c-subscribe-dropdown__button-icon,
html body .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="true"] ~ .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(180deg) !important;
}
	
