.scope-9aa453afc392744f78aab2c266bbfc94.preview {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.scope-9aa453afc392744f78aab2c266bbfc94.delete-button {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 5px;
}

.scope-9aa453afc392744f78aab2c266bbfc94.delete-circle {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 1px;
}

.scope-9aa453afc392744f78aab2c266bbfc94.delete-button svg {
    fill: #FFF;
}
