.post-image-container {
    margin: 1rem 0;
}

.post-image-preview {
    margin-bottom: 1rem;
    text-align: center;
}

.post-image-preview img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 0.25rem;
    background: #fff;
}

#upload_post_image_button,
#remove_post_image_button {
    width: 100%;
    margin-bottom: 0.5rem;
}

#remove_post_image_button {
    color: #dc3232;
} 