/* 自定义样式补充 */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: #333;
}

.header-actions {
    display: flex;
    align-items: center;
}

.logout-btn, .dashboard-btn, .login-register-btn {
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 10px;
}

.logout-btn {
    background: #f8f9fa;
    color: #333;
}

.dashboard-btn {
    background: #2c7db1;
    color: white;
}

.login-register-btn {
    background: #2c7db1;
    color: white;
}

.logout-btn:hover, .dashboard-btn:hover, .login-register-btn:hover {
    opacity: 0.9;
}

/* 页面标题样式 */
.page-header {
    margin-bottom: 40px;
    text-align: center;
}

.page-title {
    color: #2c7db1;
    font-size: 2rem;
    margin-bottom: 15px;
}

.taxonomy-description {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    color: #666;
}

/* 无结果样式 */
.no-results {
    text-align: center;
    padding: 60px 20px;
}

.no-results h2 {
    color: #2c7db1;
    margin-bottom: 20px;
}

.no-results p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

/* 文章详情页样式 */
.entry-header {
    margin-bottom: 30px;
    text-align: center;
}

.entry-title {
    font-size: 2.2rem;
    color: #2c7db1;
    margin-bottom: 15px;
}

.entry-meta {
    color: #666;
    font-size: 0.9rem;
}

.entry-meta span {
    margin-right: 15px;
}

.post-thumbnail {
    margin-bottom: 30px;
}

.entry-content {
    line-height: 1.8;
    margin-bottom: 40px;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
    margin: 30px 0 15px;
    color: #2c7db1;
}

.entry-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 40px;
}

.post-tags, .post-categories {
    margin-bottom: 15px;
}

.post-tags a, .post-categories a {
    display: inline-block;
    background: #e8f4fc;
    color: #2c7db1;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* 相关文章 */
.related-posts {
    margin: 60px 0;
}

/* 404页面样式 */
.error-404 {
    text-align: center;
    padding: 60px 0;
}

.error-404 .page-content {
    max-width: 800px;
    margin: 0 auto;
}

.popular-categories, .recent-posts {
    margin: 40px 0;
    text-align: left;
}

.popular-categories h2, .recent-posts h2 {
    color: #2c7db1;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.popular-categories ul, .recent-posts ul {
    list-style: none;
}

.popular-categories li, .recent-posts li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.popular-categories li:before, .recent-posts li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2c7db1;
}

/* 侧边栏样式 */
.widget-area {
    margin-left: 40px;
}

.widget {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.widget-title {
    color: #2c7db1;
    font-size: 1.2rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.widget ul {
    list-style: none;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 评论样式 */
.comments-area {
    margin-top: 60px;
}

.comments-title {
    color: #2c7db1;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    margin-bottom: 40px;
}

.comment {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.comment-meta {
    margin-bottom: 15px;
}

.comment-author {
    font-weight: bold;
    color: #2c7db1;
}

.comment-metadata {
    font-size: 0.9rem;
    color: #666;
}

.comment-content {
    line-height: 1.6;
}

.comment-reply-link {
    display: inline-block;
    padding: 5px 10px;
    background: #2c7db1;
    color: white;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-top: 10px;
}

.comment-respond {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.comment-reply-title {
    color: #2c7db1;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.comment-form input, .comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.comment-form-cookies-consent input {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}

.form-submit {
    margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .content-area {
        display: block;
    }
    
    .widget-area {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .header-actions {
        display: none;
    }
    
    .entry-title {
        font-size: 1.8rem;
    }
    
    .comment {
        padding: 15px;
    }
}