section .upload-content {
	width: fit-content;
	padding: 0;
	display: block;
	border: none;
	margin-top: 0;
}
section #preview {
	width: 100%;
	height: 30rem;
	background-image: url(../../inc/images/logo.svg), linear-gradient(60deg, rgba(17, 17, 20, 1) 0%, rgba(59, 59, 69, 1) 100%);
	background-repeat: no-repeat;
	background-size: 60% auto, 100% auto;
	background-position: center;
	border-radius: 0.5rem;
}
section #preview.upload {
	background-size: cover;
}
section .input-wrapper.text {
	width: 12rem;
	min-width: 12rem;
}