/* Post page styling */
.post-container {
}

.post-header {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eaeaea;
}

.post-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

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

.post-date {
    display: inline-block;
    margin-bottom: 1rem;
}

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

.summary {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #333;
}

.related-articles {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #eaeaea;
}

.related-articles h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.related-articles ul {
    list-style-type: none;
    padding: 0;
}

.related-articles li {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f5f5f5;
}

.related-articles a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
}

.related-articles a:hover {
    text-decoration: underline;
}

.article-source {
    display: block;
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .post-title {
        font-size: 2rem;
    }

    .summary {
        font-size: 1rem;
    }
}
