.ts-wuf-uploader {
	border: 1px solid #d8dde6;
	border-radius: 8px;
	margin: 18px 0;
	padding: 16px;
	background: #fff;
	color: #1f2937;
}

.ts-wuf-header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: baseline;
	margin-bottom: 12px;
}

.ts-wuf-header strong {
	font-size: 16px;
}

.ts-wuf-header span {
	color: #5f6b7a;
	font-size: 13px;
}

.ts-wuf-note-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.ts-wuf-note {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.ts-wuf-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}

.ts-wuf-input {
	display: none !important;
}

.ts-wuf-message {
	min-height: 20px;
	margin-top: 10px;
	font-size: 14px;
}

.ts-wuf-message--success {
	color: #166534;
}

.ts-wuf-message--error {
	color: #b91c1c;
}

.ts-wuf-message--busy {
	color: #374151;
}

.ts-wuf-empty {
	margin: 10px 0 0;
	color: #6b7280;
}

.ts-wuf-files {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
}

.ts-wuf-file {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #eceff3;
	padding: 10px 0;
}

.ts-wuf-file span,
.ts-wuf-file em {
	display: block;
	color: #6b7280;
	font-size: 13px;
}

.ts-wuf-delete {
	border: 0;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background: #f3f4f6;
	color: #374151;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.ts-wuf-delete:hover,
.ts-wuf-delete:focus {
	background: #fee2e2;
	color: #991b1b;
}
