/* Glance 自定义样式 - 隐藏 GitHub 热点缩略图 */
.github-hot .rss-detailed-thumbnail,
.github-hot .thumbnail-container {
    display: none !important;
}
