/* Shared blog post styles — link this from every post page */

.post-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}
.post-header {
    margin-bottom: 2rem;
}
.post-header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}
.post-meta {
    color: #888;
    font-size: 0.9rem;
}
.post-content {
    line-height: 1.7;
    color: #333;
}
.post-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.post-content p {
    margin-bottom: 1rem;
}
.post-content ul {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}
.post-content li {
    margin-bottom: 0.5rem;
}
.post-content a {
    color: #007acc;
}
.post-content code {
    background: #f4f4f4;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
}
.post-content blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1rem;
    color: #555;
    font-style: italic;
    margin: 1.5rem 0;
}
.post-content figure {
    margin: 2rem 0;
    text-align: center;
}
.post-content figure img {
    max-width: 100%;
    border-radius: 4px;
}
.post-content figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
    font-style: italic;
}
.back-link {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
