.map-region-list-row {
  display: flex;
  font-family: 'gotham-book';
  color: #808080;
  line-height: 1.5em;
}

.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 */
}