table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-head,
table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-cell {
	width: 112px;
	min-width: 112px;
	text-align: center;
	vertical-align: middle;
}

table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-head {
	white-space: nowrap;
}

table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-cell {
	padding-left: 14px;
	padding-right: 14px;
}

.lfx-qc-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	background: #f5f1e8;
	border: 1px solid rgba(168, 138, 78, 0.22);
	box-shadow: 0 8px 20px rgba(17, 18, 25, 0.08);
	text-decoration: none;
}

.lfx-qc-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.lfx-qc-thumb:hover img {
	transform: scale(1.04);
}

.lfx-qc-thumb.is-loading,
.lfx-qc-thumb.is-empty {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #8a6a2f;
}

.lfx-qc-thumb-placeholder,
.lfx-qc-thumb-empty {
	display: inline-block;
	padding: 6px;
	text-align: center;
	line-height: 1.2;
}

@media (max-width: 782px) {
	table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-head,
	table[data-lfx-qc-images-done="1"] .lfx-qc-thumb-cell {
		width: 86px;
		min-width: 86px;
	}

	.lfx-qc-thumb {
		width: 64px;
		height: 64px;
		border-radius: 12px;
	}
}
