.joomla-menu-mobile{background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.08);font-family:Inter,sans-serif;margin-top:1rem;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.joomla-menu-mobile.open{max-height:1000px}.joomla-menu-mobile>ul{list-style:none;margin:0;padding:0}.joomla-menu-mobile>ul>li{border-bottom:1px solid #f1f5f9}.joomla-menu-mobile>ul>li:last-child{border-bottom:none}.joomla-menu-mobile>ul>li>a{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease}.joomla-menu-mobile>ul>li.active>a,.joomla-menu-mobile>ul>li>a:hover{background-color:#f0f9ff;color:#1e40af}.joomla-menu-mobile>ul>li>a .menu-toggle{font-size:.8rem;transition:transform .3s ease}.joomla-menu-mobile>ul>li>a.active .menu-toggle{transform:rotate(180deg)}.joomla-menu-mobile ul li ul{background:#f8fafc;list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.joomla-menu-mobile ul li ul.open{max-height:500px}.joomla-menu-mobile ul li ul li a{border-left:3px solid transparent;color:#4b5563;display:block;font-size:.95rem;font-weight:500;padding:.875rem 2rem;text-decoration:none;transition:all .2s ease}.joomla-menu-mobile ul li ul li a:hover{background-color:#e0f2fe;border-left-color:#1e40af;color:#1e40af}