/**
 * Mega Menu Spacing Fix
 * Reduces excessive spacing in the MetCreative Mega Menu dropdown
 */

/* Reduce padding on mega menu items */
.met_primary_nav_mega > ul > li.menu-item-has-children {
	padding: 5px 10px !important; /* Reduced from 10px to 5px vertical padding */
}

/* Optionally reduce top margin if the menu dropdown appears too far from the header */
.met_primary_nav > li.menu-item.met_primary_nav_mega > ul {
	margin-top: 0 !important;
}

/* Additional fix: ensure no extra spacing on the mega menu wrapper */
.met_primary_nav li.menu-item.met_primary_nav_mega > ul {
	padding-top: 0 !important;
}
