/* Mobile menu: flip the expand icon of an open submenu (not on Sondra, where the megamenu items drill down) */
@media screen and (max-width: 1025px) {
	li.expanded > button.expand-icon {
		transform: rotate(180deg) !important;
	}
}
