/* =========================================================
   Custom: Box badges (Solved + Featured)
   ========================================================= */

/* Solved tick in box title */
.xq-solved-tick{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  margin-left:8px;
  border-radius:999px;
  background:#2fb24a;
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1;
}

/* Featured star in box title */
.xq-featured-star{
  display:inline-block;
  color:#d4a300;
  margin-right:6px;
  /* ★ lớn hơn tiêu đề 2px (vd title 14px -> 16px) */
  font-size:1em;
  font-size:calc(1em + 2px);
  line-height:1;
  vertical-align:baseline;
  font-weight:700;
}
