.post-content {
    margin-top: 20px;
}

.post-content p {
    margin-bottom: 18px;
}

.post-content img {
    width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

.post-content h2 {
    margin-top: 30px;
}

.post-content blockquote {
    border-left: 3px solid #ddd;
    padding-left: 15px;
    color: #666;
    font-style: italic;
}