/* 文章详情页样式 */

.private-card {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%) !important;
    border-left: 4px solid #ff6b6b;
}

.private-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ff6b6b;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.private-notice {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.private-notice i {
    font-size: 4rem;
    color: #ff6b6b;
    margin-bottom: 20px;
    display: block;
}

.private-notice p {
    font-size: 1.1rem;
}

.publish-time {
    color: #666;
    font-weight: 500;
}

.time-ago {
    color: #ff6b6b;
    font-size: 0.9rem;
}

/* 文章内容样式优化 */
#md-view img {
    max-width: 100%;
    border-radius: 8px;
    margin: 15px 0;
}

#md-view video {
    max-width: 100%;
    border-radius: 8px;
    margin: 15px 0;
}

#md-view blockquote {
    border-left: 4px solid #ff6b6b;
    padding: 10px 20px;
    margin: 15px 0;
    background: #f8f9fa;
    border-radius: 0 8px 8px 0;
}

#md-view code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    color: #e83e8c;
}

#md-view pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 15px 0;
}

#md-view pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}
