.footer .theme-info {
    display: none !important;
}

/* 隐藏 Giscus 底部版权信息的 Hack 方案 (clip-path 裁剪) */
.giscus-comments-container {
    clip-path: inset(0 0 50px 0); /* 裁剪底部 50px */
    margin-bottom: -50px;         /* 消除裁剪留下的空白 */
}

/* 威少雷霆蓝勋章样式 */
.post-author-badge {
    background-color: #007AC1 !important; /* 雷霆队标准蓝色 */
    color: #FFFFFF !important;            /* 字体设为白色 */
    border-radius: 4px;                   /* 圆角让它更有质感 */
    padding: 2px 8px;                     /* 增加一点呼吸感 */
    font-weight: bold;                    /* 让文字更有力量 */
}