/* Nav flex layout — uses :where() for zero specificity so site CSS takes priority */
:where([class*="wixui-horizontal-menu"]) { display: flex; flex-direction: row; }
:where([class*="wixui-horizontal-menu"]) > ul { display: flex; flex-direction: row; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; gap: 4px; }
:where([class*="wixui-horizontal-menu"]) li { list-style: none; }
/* Dropdown hide/show */
[class*="itemDepth0"][class*="positionBox"] { display: none !important; }
[class*="itemDepth0"][class*="itemWrapper"]:hover > [class*="positionBox"] { display: block !important; }
[class*="itemDepth0"][class*="itemWrapper"]:hover [class*="animationBox"] { opacity: 1 !important; visibility: visible !important; }