.sidebar-categories { font-family: inherit; }
.sidebar-categories .title { background:#fff; padding:10px 15px; font-weight:700; text-align:center; border-bottom:3px solid #FFD500; margin-bottom:15px; }
.sm-menu-list, .sm-menu-list ul { list-style:none; padding-left:0; margin:0; }
.sm-menu-list li { margin-bottom:8px; }
.sm-link { display:flex; justify-content:space-between; align-items:center; background:#ffffff; padding:10px 15px; border-radius:5px; text-decoration:none; color:#333; font-weight:500; transition:all .18s ease; }
.sm-link:hover { background:#FFD500; color:#000; }
.sm-menu-list ul.children { display:none; margin-top:5px; margin-left:10px; padding-left:0; }
.sm-menu-list ul.children li .sm-link { background:#ffffff; font-size:14px; font-weight:400; }
.sm-icon { margin-left:8px; }
.sm-open > .sm-link { background:#FFD500; color:#000; }
