.combo_select {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	justify-content: center;
}

.combo_select label {
	font-weight: bold;
}

.combo_select select {
	padding: 0.5em 1em;
	color: #666;
}