form.search-form {
	display: grid;
	justify-content: center;
	gap: 8px;
	grid-template-columns: auto auto auto;
}

select {
	padding: 7px;
	top: 2px;
	position: relative;
}

input[type=submit] {
	padding: 0 10px 0 10px;
}
