/* Vásárlói előnézet a termékoldalon. Visszafogott: a kosárba tétel a fő
   művelet, ez csak segít eldönteni, hogy jó-e a kiválasztott fotó. */
.fsz-preview {
	margin: 14px 0;
	padding: 14px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fafafa;
}

.fsz-preview-go {
	background: #2f6f4e;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 16px;
	font-weight: 600;
	cursor: pointer;
}

.fsz-preview-go:disabled { opacity: .55; cursor: default; }

.fsz-preview-hint {
	margin: 8px 0 0;
	font-size: 13px;
	color: #666;
}

.fsz-preview-warn { color: #8a6100; }

.fsz-preview-state {
	margin-top: 10px;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.fsz-spin {
	width: 14px;
	height: 14px;
	border: 2px solid #cfcfcf;
	border-top-color: #2f6f4e;
	border-radius: 50%;
	display: inline-block;
	animation: fsz-spin .8s linear infinite;
}

@keyframes fsz-spin { to { transform: rotate(360deg); } }

.fsz-preview-result { margin: 12px 0 0; }

.fsz-preview-result img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
	display: block;
}

.fsz-preview-result figcaption {
	margin-top: 6px;
	font-size: 12.5px;
	color: #666;
}
