.preview-wrapper {
    position: relative;
    display: inline-block;
}

.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}

.preview-thumb {
    width: 100px;
    height: auto;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 6px;
}


.preview-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px;
    background: #fafafa;
    width: 120px;
    text-align: center;
}

.preview-thumb {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    display: block;
    margin-bottom: 4px;
    border-radius: 4px;
}

.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff4d4f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1;
}

.error-message {
    font-size: 0.9rem;
    color: #d9534f;
    padding: 8px;
    background: #fff5f5;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
}
