.more-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;background:none;border:none;cursor:pointer;font-size:16px;font-weight:500;color:#333;transition:all .2s ease;font-family:inherit}.more-toggle:active{background-color:transparent}.more-toggle span:first-of-type{flex:1 1;text-align:left}.more-toggle .arrow{font-size:24px;transition:transform .3s ease;color:#ff6b35;margin-left:10px;display:flex;align-items:center}.more-toggle .arrow.open{transform:rotate(90deg)}.subnav{list-style:none;padding:0;margin:0;background-color:transparent;border:none;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}.subnav .menu-item-has-children{padding:0;margin:0;list-style:none}.subnav a{display:block;padding:12px 16px 12px 24px;color:#333;text-decoration:none;font-size:14px;transition:background-color .2s ease,color .2s ease;border-left:3px solid transparent}.subnav a:active{background-color:#f5f5f5}.subnav a.activeMenu{color:#ff6b35}.subnav a.inActiveMenu{color:#333}