/* Keep the desktop mega menu centered on ultrawide displays across the site. */
@media (min-width: 1921px) {
	.cabana-mega-menu {
		inset: 88px auto auto 50% !important;
		left: 50% !important;
		right: auto !important;
		width: min(1040px, calc(100vw - 96px)) !important;
		transform: translate(-50%, -8px) !important;
	}

	.cabana-mega-menu.is-open {
		transform: translate(-50%, 0) !important;
	}
}
