/* =========================================================
   Custom: Sidebar
   ========================================================= */

/* Icon mũi tên trước link (thay cho ký tự ▶ trong HTML) */
.xq-menu.xq-menu-box a::before{
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da"; /* fa-caret-right */
  padding-right: 8px;
}
