.properties {
	display: inline-grid;
	grid-template-columns: auto auto;
	grid-auto-flow: column;
	gap: 1rem;
	column-gap: 2rem;
}