
/* Header__nav 菜单项基础样式 */

.Header__menuList {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* 鼠标悬停时的动态效果 */
.Header__menuList:hover {
    transform: scale(1.1);  /* 按钮放大 */
}

/* 鼠标点击时的缩小效果 */
.Header__menuList:active {
    transform: scale(0.95);  /* 按钮缩小 */
}
.Header__banneralt{
    font-size: 16px;
    font-weight: bold;
}
.Header__banneralt.selected {
    color: #666; /* 粉红色 */
}

/* 關閉help center comment icon */
.ConversationForm__conversationTarea .ConversationForm__openThreadForm+.ConversationForm__openThreadForm {
display: none;
}

.articleDetail .Layout__twoColumn { max-width: 90.8rem; }
