/* okvipth mobile menu fix.
 *
 * The static capture lost Elementor's JS-driven sub-menu accordion, so the
 * captured `.elementor-nav-menu ul { display:none }` rule would keep every
 * sub-menu hidden — also inside the open burger dropdown. Reveal sub-items
 * flattened (no accordion) while the panel is open, and give them the
 * Elementor-style indent that was part of the un-captured widget CSS.
 */
.elementor-nav-menu--dropdown.elementor-active ul.sub-menu {
	display: block;
}

.elementor-nav-menu--dropdown.elementor-active ul.sub-menu .elementor-sub-item {
	padding: 10px 20px;
	padding-inline-start: 40px;
}
