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