.es-upload-telemetry {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.45;
	color: #667085;
}

.es-upload-telemetry.is-success {
	color: #027a48;
}

.es-upload-telemetry.is-warning {
	color: #b54708;
}

.es-upload-telemetry.is-error {
	color: #b42318;
}

.es-upload-telemetry__text {
	display: inline-block;
}

.es-upload-telemetry__action {
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.queue-item .es-upload-telemetry {
	display: block;
}

.es-story-video-progress-wrap .es-upload-telemetry,
.es-story-audio-progress-wrap .es-upload-telemetry {
	display: block;
	text-align: center;
}

.es-story-files-progress .es-upload-telemetry,
.es-photo-upload-item .es-upload-telemetry {
	padding-right: 40px;
}

.es-video-upload-card__native {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.es-video-upload-card {
	border: 1px solid #cfe0ff;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	padding: 22px 24px;
	box-shadow: 0 6px 18px rgba(17, 38, 146, 0.04);
}

.es-video-upload-card[data-es-video-mode="empty"] {
	border-style: dashed;
}

.es-video-upload-card__empty {
	display: flex;
	align-items: center;
	gap: 18px;
}

.es-video-upload-card__empty [data-es-video-browse] {
	margin-left: auto;
	flex: 0 0 auto;
	white-space: nowrap;
}

.es-video-upload-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: linear-gradient(180deg, #f3f2ff 0%, #efeafe 100%);
	color: #7651ff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.es-video-upload-card__badge--active {
	background: linear-gradient(180deg, #f6f2ff 0%, #f1ecff 100%);
}

.es-video-upload-card__empty-copy,
.es-video-upload-card__main {
	min-width: 0;
	flex: 1 1 auto;
}

.es-video-upload-card__empty-title,
.es-video-upload-card__name {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	color: #1f2a44;
	word-break: break-word;
}

.es-video-upload-card__name {
	flex: 1 1 auto;
	min-width: 0;
}

.es-video-upload-card__empty-meta,
.es-video-upload-card__meta,
.es-video-upload-card__substatus {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.6;
	color: #667085;
}

.es-video-upload-card__file {
	display: block;
}

.es-video-upload-card__header {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.es-video-upload-card__topline {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.es-video-upload-card__status {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin-top: 18px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #2747b2;
}

.es-video-upload-card__progress {
	margin-top: 18px;
	height: 12px;
	border-radius: 999px;
	background: #e8edf5;
	overflow: hidden;
}

.es-video-upload-card__progress-bar {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #4d73f7 0%, #62b4f9 100%);
	transition: width 0.25s ease;
}

.es-video-upload-card__remove {
	margin-left: auto;
	flex: 0 0 auto;
	padding: 11px 20px;
	border: 1px solid #f4c8c1;
	border-radius: 999px;
	background: #fff7f5;
	color: #c84534;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.es-video-upload-card__retry {
	flex: 0 0 auto;
	padding: 11px 20px;
	border: 1px solid #c9d7f7;
	border-radius: 999px;
	background: #f7f9ff;
	color: #2747b2;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
}

.es-video-upload-card__retry:hover,
.es-video-upload-card__retry:focus {
	background: #eef3ff;
	color: #183796;
	text-decoration: none;
}

.es-video-upload-card__remove:hover,
.es-video-upload-card__remove:focus {
	background: #fff1ed;
	color: #b43a29;
	text-decoration: none;
}

.es-video-upload-card__feedback {
	margin-top: 12px;
	margin-bottom: 0;
}

.o-form-group.has-error .es-video-upload-card {
	border-color: #f1a5a5;
	box-shadow: 0 6px 18px rgba(180, 35, 24, 0.06);
}

[data-es-video-mode="success"] .es-video-upload-card__status {
	color: #0f8b57;
}

[data-es-video-mode="success"] .es-video-upload-card__progress-bar {
	background: linear-gradient(90deg, #18a957 0%, #4bd78b 100%);
}

[data-es-video-mode="error"] .es-video-upload-card__status {
	color: #b42318;
}

[data-es-video-mode="error"] .es-video-upload-card__progress-bar {
	background: linear-gradient(90deg, #ef6b5b 0%, #ff9d8f 100%);
}

@media (max-width: 767px) {
	.es-upload-telemetry {
		font-size: 11px;
	}

	.es-video-upload-card {
		padding: 18px;
		border-radius: 18px;
	}

	.es-video-upload-card__empty,
	.es-video-upload-card__header,
	.es-video-upload-card__topline {
		flex-direction: column;
		align-items: stretch;
	}

	.es-video-upload-card__badge {
		width: 56px;
		height: 56px;
		flex-basis: 56px;
		border-radius: 18px;
	}

	.es-video-upload-card__remove {
		margin-left: 0;
		align-self: flex-start;
	}

	.es-video-upload-card__retry {
		align-self: flex-start;
	}

	.es-video-upload-card__empty [data-es-video-browse] {
		margin-left: 0;
		align-self: flex-start;
	}

	.es-video-upload-card__status {
		margin-top: 14px;
	}

	.es-video-upload-card__progress {
		margin-top: 16px;
	}
}
