
div.results-ordering {
	display: flex;
	justify-content: space-between;
	align-items: center;

	> p {
		width: 100%;
		margin-bottom: 0px;
	}
	> form {
		width: 100%;
	}
}