.inventory-scopes {
	margin-bottom: 20px;
}

.inventory-scopes-row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.inventory-scopes-label {
	width: 120px;
	font-weight: 600;
}

.inventory-scopes-dropdowns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	flex: 1;
}

.scope-dropdown {
	display: flex;
	flex-direction: column;
	min-width: 200px;
}

.scope-dropdown select {
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
