.post {
    padding: 2rem;
}

.post-date {
    font-style: italic;
    color: #777;
    margin-bottom: 1rem;
}

.post-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.comments {
    margin-top: 2rem;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

.comment {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
}

.comment-author {
    font-weight: bold;
}