#fileInput {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	opacity: 0;
}

#faqPicContainer {
	position: relative;
}

.preview-container {
	display: flex;
}

.preview-content {
	width: 6rem;
	height: 6rem;
	border: 1px solid #cfcfcf;
	border-radius: 10px;
	margin: 0 0.5rem;
	position: relative;
	overflow: hidden;
}

.preview-content img, .preview-content video, .preview-content audio {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.file-info {
	display: none;
}

.preview-item {
	position: relative;
}

.delete-btn {
	position: absolute;
	right: -3px;
	background: #000;
	padding: 0.5rem;
	border-radius: 50%;
	color: #fff;
	top: -6px;
	z-index: 1;
}