/* Single Post Styles */
.single-post-wrapper {
    padding: 40px 20px;
}

.content-area {
    max-width: 800px;
    margin: 0 auto;
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.entry-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.entry-meta svg {
    width: 16px;
    height: 16px;
}

.post-thumbnail {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.entry-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

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

.entry-content h2,
.entry-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.entry-content li {
    margin-bottom: 10px;
}

.entry-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

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

.post-categories .label,
.post-tags .label {
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}

.sidebar {
    max-width: 350px;
    margin: 40px auto 0;
}

@media (max-width: 768px) {
    .entry-title {
        font-size: 28px;
    }
    .entry-content {
        font-size: 16px;
    }
}
