/* ===== 每日QT 索引頁（/daily-qt/、/daily-qt/otqt/、/daily-qt/ntqt/）=====
   項目符號改用「打開的書本」Emoji U+1F4D6（📖）。
   加上 U+FE0E（文字呈現）＋ font-variant-emoji:text，讓它吃 color 變成暖棕色。
   若瀏覽器仍以彩色 Emoji 呈現，屬正常（部分平台不支援文字呈現）。
   換色只要改下面這個變數（暖棕 #8B5A2B ／ 暗紅 #9B2C2C ／ 琥珀金 #B7791F ／ 石墨灰 #4A5568）。
*/

.qt-index {
  --qt-icon-color: #8B5A2B;
}

.qt-index .main__content ul {
  list-style: none;
  padding-left: 0;
}

.qt-index .main__content ul > li {
  margin-bottom: 0.35em;
}

.qt-index .main__content ul > li::before {
  content: "\1F4D6\FE0E";          /* 📖 打開的書本（文字呈現） */
  font-variant-emoji: text;
  color: var(--qt-icon-color);
  margin-right: 0.4em;
  font-size: 0.95em;
  line-height: 1;
}
