.b7-mfimg-wrapper .b7-mfimg-image-container {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f9f9f9;
}

.b7-mfimg-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.b7-mfimg-image-preview {
    margin-bottom: 10px;
    text-align: center;
    min-height: 50px; /* Ensure some space even without image */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ccc;
}

.b7-mfimg-image-preview img {
    max-width: 100%;
    height: auto;
    display: block; /* Prevent extra space below image */
    margin: 0 auto;
}

.b7-mfimg-image-preview .placeholder-text {
    color: #777;
    font-style: italic;
}

.b7-mfimg-upload-button,
.b7-mfimg-remove-button {
    margin-right: 5px;
}
