:root {
	--button-radius: 0.375rem;
}

.collect {
	text-align: center;
	flex: 1;
	position: relative;
}

/* === POTENTIALLY UNUSED SELECTORS (moved by agent, safe to delete after manual testing) ===
   2025-12-11: The following selector appears unused across .hbs and JS files.
	.collect-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0px auto;
		padding: 5px;
		position: relative;
		width: 100%;
		min-width: 300px;
	}
*/