.comment-form-attachment > span:not(.required),
.comment-form-attachment__drop-area {
	display: none;
}

.dco-image-attachment {
	width: 200px;
	height: 150px;
	overflow: hidden;
	line-height: 0;
	border-radius: 15px;
}

.dco-image-attachment img {
	width: 200px;
	height: 150px;
	object-fit: cover;
}

.input-file-row,
.input-file {
	position: relative;
	display: inline-block;
}

.input-file {
	color: var(--gray-color);
	border: 1px solid var(--gray-color);
}

.input-file input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.input-file:focus-within {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-file-list {
	padding: 10px 0;
}

.input-file-list-item {
	position: relative;
	display: inline-block;
	width: 150px;
	margin: 0 15px 15px;
	vertical-align: top;
}

.input-file-list-item img {
	width: 150px;
	height: 112px;
	object-fit: cover;
}

.input-file-list-name {
	display: block;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.input-file-list-remove {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	padding: 0;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	background: #d60000;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}
