/* Closer match to payoneer.com header (overrides Bootstrap link blue / underlines) */
.top-header {
	background-color: var(--wp--preset--color--payoneer-black);
}
.top-menu .menu-item a {
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	font-weight: 600;
}
.top-menu .menu-item a:hover {
	opacity: 0.9;
}
.top-menu .menu-item-has-children > a {
	display: inline-flex !important;
	align-items: center;
	gap: 0.35rem;
}
.top-menu .menu-item-has-children > a::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fff;
	opacity: 0.85;
	flex-shrink: 0;
	margin-top: 1px;
}

/* Top-level nav links only (mega panel links styled in mega-menu.css) */
.main-navigation #primary-menu > .menu-item > a {
	color: var(--wp--preset--color--payoneer-black) !important;
	text-decoration: none !important;
	font-weight: 500;
}
.main-navigation {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

/* Hero Lottie: reserve space so layout does not jump */
dotlottie-player.minisite-header-left,
dotlottie-player.minisite-header-right {
	min-height: 220px;
	min-width: 200px;
}
dotlottie-player.minisite-header-center {
	display: block;
	min-height: 120px;
	width: 100%;
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
