.dabet-theme-additional {
    margin-top: 20px;
}

.archive-post {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.archive-post h2 {
    margin-top: 0;
}

.archive-post h2 a {
    color: #2c3e50;
    text-decoration: none;
}

.archive-post h2 a:hover {
    color: #0073aa;
}

.post-excerpt {
    color: #666;
    margin: 15px 0;
}

.post-meta {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

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

.entry-content {
    margin-top: 30px;
}

.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination .nav-links {
    display: inline-flex;
    gap: 10px;
}

.pagination a,
.pagination span {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}

.pagination a:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .current {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.comments-area {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.comment-list {
    list-style: none;
}

.comment {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.comment-author {
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-meta {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.comment-respond {
    margin-top: 30px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: inherit;
}

.comment-form textarea {
    min-height: 120px;
}

.comment-form input[type="submit"] {
    background: #0073aa;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.comment-form input[type="submit"]:hover {
    background: #005f8b;
}

@media (max-width: 768px) {
    .archive-post {
        padding: 20px;
    }
    
    .pagination .nav-links {
        flex-direction: column;
    }
}
