.ipsData--download-category{
	--icon: "\f019";
}

.cFilePrice {
	color: var(--i-color_secondary);
	text-transform: uppercase;
	font-weight: 500;
}

#elDownloadStatsLatest > .ipsWidget_latestItem {
	margin-inline-start: 85px;
}

/* Submission */
#elDownloadsSubmit_progress > .ipsProgress {
	height: 32px;
}

#elDownloadsSubmit .ipsUploader__row {
	border: 1px solid var(--i-background_3);
}

.cDownloadsPrimaryRadio {
	background: var(--i-background_1);
	border-radius: 40px;
	position: absolute;
	top: 110px;
	inset-inline-start: 1em; 
	padding: .3em .8em .3em .3em;
	font-size: max(11px, .8em) !important;
}

	.ipsUploader__row.ipsAttach_error .cDownloadsPrimaryRadio {
		display: none;
	}

#elURLFiles, #elImportFiles, #elURLScreenshots {
	position: relative;
}

/* Rename title */
[data-controller="downloads.front.view.download"] .ipsData__title [data-role="editableTitle"]:hover{
	background: var(--i-background_selected);
	color: var(--i-color_hard);
}