/* lechappartv1 — language switcher (lXoOb nav style) */
.lc-btn { cursor: pointer; -webkit-user-select: none; user-select: none; }
.lc-menu-ul { max-height: 0 !important; overflow: hidden !important; transition: max-height .2s; }
.lc-menu-ul.open { max-height: 300px !important; }
.lc-menu-ul a.active { font-weight: 700; }
.lc-menu-ul .lang-full { font-size: 12px; color: #868994; margin-left: 6px; }
