/* Additional Styles */

.deshee-labs-post-content {
    max-width: 800px;
    margin: 40px auto;
    line-height: 1.8;
    font-size: 18px;
}

.deshee-labs-post-content p {
    margin-bottom: 20px;
}

.deshee-labs-post-content h1,
.deshee-labs-post-content h2,
.deshee-labs-post-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.deshee-labs-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.deshee-labs-post-meta {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

.deshee-labs-post-meta span {
    margin-right: 15px;
}

.deshee-labs-pagination {
    margin-top: 60px;
    text-align: center;
}

.deshee-labs-pagination a,
.deshee-labs-pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #f9f9f9;
    color: #1a1a1a;
    text-decoration: none;
    border-radius: 4px;
}

.deshee-labs-pagination a:hover,
.deshee-labs-pagination .current {
    background: #667eea;
    color: #fff;
}

.deshee-labs-post-thumbnail {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.deshee-labs-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.deshee-labs-service-card a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.deshee-labs-service-card a:hover {
    text-decoration: underline;
}

.deshee-labs-page-content {
    max-width: 800px;
    margin: 40px auto;
    line-height: 1.8;
    font-size: 18px;
}

@media (max-width: 768px) {
    header .deshee-labs-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .deshee-labs-post-content,
    .deshee-labs-page-content {
        font-size: 16px;
    }
}
