.file-item:hover .delete-file-btn {
    display: block !important;
}

.file-item .delete-file-btn {
    top: 50%;
    transform: translateY(-50%);
}