.preview-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.preview-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 14px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
