.tod-sf {
	max-width: 640px;
	margin: 0 auto;
}

.tod-sf__upload {
	text-align: center;
	padding: 40px 20px;
	border: 2px dashed #ccc;
	border-radius: 8px;
}

.tod-sf__hint {
	margin-top: 12px;
	font-size: 14px;
	color: #666;
}

.tod-sf__button {
	display: inline-block;
	background: #e05a1f; /* Scrapheap orange */
	color: #fff;
	padding: 12px 28px;
	border: none;
	border-radius: 4px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.tod-sf__button:hover {
	background: #c34b16;
	color: #fff;
}

.tod-sf__button--ghost {
	background: transparent;
	color: #e05a1f;
	border: 2px solid #e05a1f;
}

.tod-sf__button--ghost:hover {
	background: #e05a1f;
	color: #fff;
}

.tod-sf__canvas {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	cursor: grab;
	touch-action: none;
}

.tod-sf__canvas:active {
	cursor: grabbing;
}

.tod-sf__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
	justify-content: center;
}

.tod-sf__zoom-label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 600;
	flex: 1 1 100%;
	justify-content: center;
}

.tod-sf__zoom {
	width: 200px;
	accent-color: #e05a1f;
}

.tod-sf__frame-picker {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-bottom: 20px;
}

.tod-sf__frame-btn {
	background: #fff;
	color: #e05a1f;
	border: 2px solid #e05a1f;
	border-radius: 4px;
	padding: 10px 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.tod-sf__frame-btn:hover {
	background: #fbe9e0;
}

.tod-sf__frame-btn.is-active {
	background: #e05a1f;
	color: #fff;
}
