/*
 * KKSET desktop mega-menu continuity — V1.13.5.
 *
 * The panel is moved to the bottom edge of the actual top navigation link,
 * rather than the bottom of the entire tall header row. This removes the
 * visible white strip and the pointer dead zone shown in the KKSET header.
 */
@media (min-width: 1000px) {
	#header,
	.ct-header,
	header[data-id],
	#header [data-id*="menu"],
	.ct-header [data-id*="menu"],
	header[data-id] [data-id*="menu"] {
		--dropdown-top-offset: 0px !important;
		--menu-dropdown-top-offset: 0px !important;
		--dropdown-vertical-offset: 0px !important;
		--theme-dropdown-top-offset: 0px !important;
	}

	.kkset-mega-panel-positioned {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		z-index: 999999 !important;
		will-change: transform;
	}

	.kkset-dropdown-locked > .ct-menu-link,
	.kkset-dropdown-locked > a {
		color: var(--theme-link-hover-color, #0b56f0) !important;
	}
}
