.map-region-list-row {
  display: flex;
}

.map-region-list-column {
	flex: 1; /* Makes both columns grow to fill available space equally */
	padding: 10px;
	box-sizing: border-box; /* Ensures padding and borders are included in the element's total width */
	font-size: 13px;
	font-family: 'gotham-book';
	color: #808080;
	line-height: 1.5em;	
}