/* STS Media — Print Proof + Preflight (v1.4.0) — dark theme, matches .sts-print-options */

.sts-upload-preview {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 14px;
	margin-top: 14px;
}

.sts-proof-item {
	position: relative;
	background: #141414;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	padding: 10px;
}

.sts-proof-remove {
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 2;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #FF5C00;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, transform 0.15s ease;
}

.sts-proof-remove:hover,
.sts-proof-remove:focus-visible {
	background: #ff7a2e;
	transform: scale(1.08);
}

.sts-proof-remove:focus-visible {
	outline: 2px solid #FF5C00;
	outline-offset: 2px;
}

.sts-proof-clear-all {
	display: inline-block;
	padding: 8px 16px;
	border: none;
	border-radius: 6px;
	background: #FF5C00;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	align-self: start;
}

.sts-proof-clear-all:hover,
.sts-proof-clear-all:focus-visible {
	background: #ff7a2e;
}

.sts-proof-notice {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	color: #ffb020;
	background: rgba(255, 176, 32, 0.08);
	border: 1px solid rgba(255, 176, 32, 0.35);
	border-radius: 6px;
	padding: 8px 12px;
	margin-top: 12px;
}

.sts-proof-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 110px;
	background: #0c0c0c;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 8px;
}

.sts-proof-thumb img.sts-preview-thumb,
.sts-proof-thumb canvas.sts-preview-thumb {
	max-width: 100%;
	max-height: 140px;
	width: auto;
	height: auto;
	display: block;
}

.sts-proof-name {
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: #bbbbbb;
	word-break: break-all;
	margin-bottom: 6px;
}

.sts-proof-status {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 500;
	color: #999999;
}

.sts-proof-status.sts-proof-ok   { color: #3ddc84; }
.sts-proof-status.sts-proof-warn { color: #ffb020; }
.sts-proof-status.sts-proof-bad  { color: #ff4d4d; }

.sts-proof-check {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #e6e6e6;
	cursor: pointer;
	margin: 0 0 10px;
}

.sts-proof-check input[type="checkbox"] {
	accent-color: #FF5C00;
	width: 16px;
	height: 16px;
	margin-top: 2px;
	flex: none;
}

.sts-proof-check.sts-proof-risk {
	color: #ff4d4d;
}

.single_add_to_cart_button.sts-proof-blocked {
	opacity: 0.45;
	cursor: not-allowed;
}
