.refund__file-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    white-space: nowrap !important;
}

.refund__file-area {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.refund__file-area .refund__file-icon {
    display: block !important;
    flex: 0 0 auto;
    cursor: pointer;
}

.refund__file-list {
    display: none;
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
	scrollbar-width: thin;
    padding: 2px 0;
}

.refund__file-area_has-files .refund__file-list {
    display: flex;
}

.refund__file-area_has-files .refund__file-note,
.refund__file-area_has-files .refund__file-note-default {
    display: none !important;
}

.refund__file-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex: 0 0 210px;
    gap: 8px;
    height: 56px;
    min-width: 0;
    padding: 7px 8px;
    border: 1px solid #d9dcdf;
    border-radius: 6px;
    background: #fff;
}

.refund__file-item-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 4px;
    background: #f1f3f4;
    color: #777d82;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.refund__file-item-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.refund__file-item-name {
    overflow: hidden;
    color: #31363a;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.refund__file-item-size {
    color: #a0a5a9;
    font-size: 11px;
    line-height: 15px;
}

.refund__file-item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8b9094;
    font: inherit;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.refund__file-item-remove:hover {
    background: #f1f3f4;
    color: #31363a;
}

@media (max-width: 600px) {
    .refund__file-item {
        flex-basis: 180px;
    }
}
