/* 修正引言內粗體字不明顯的問題 */
.md-typeset blockquote strong {
    color: var(--md-default-fg-color); /* 回歸主文字顏色，避免被引言淡化 */
    font-weight: 800; /* 加強粗細 */
    text-shadow: 0 0 1px rgba(255,255,255,0.1); /* 微弱光暈增加清晰度 */
}
