/* Custom styles for post content */
.post-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2.2rem;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}
.post-content h3 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.post-content p {
    font-size: 1rem;
    margin-bottom: 1.1rem;
    line-height: 1.7;
}
.post-content ul {
    margin-bottom: 1.1rem;
    padding-left: 1.5rem;
}
.post-content li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}
.post-image {
    margin: 2rem 0 0.5rem 0;
    max-width: 100%;
    border-radius: 8px;
    display: block;
}
.post-image-caption {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 2rem;
    text-align: center;
}
@media (max-width: 900px) {
    .post-content h2 { font-size: 1.25rem; }
    .post-content h3 { font-size: 1rem; }
}
@media (max-width: 600px) {
    .post-content h2 { font-size: 1.1rem; }
    .post-content h3 { font-size: 0.95rem; }
    .post-content p, .post-content li { font-size: 0.97rem; }
} 