/* Banner Meta - 作者和评论链接样式 */
.banner-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.banner-meta .author {
    font-weight: 500;
}

.banner-meta .separator {
    opacity: 0.5;
}

.banner-meta .comment-link {
    color: #ffce00;
    text-decoration: none;
    transition: color 0.2s;
}

.banner-meta .comment-link:hover {
    color: #ffe666;
    text-decoration: underline;
}