﻿.controls {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 60px;
	box-sizing: border-box;
	width: 100%;
	flex: 0 0 100%; 
	align-self: stretch;
}

.control-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 100%;
	flex: 1 1 0;
	min-width: 0;
}




