#example, #distanceTable, #distanceTableBody {
  width: 100%; /* Ensures the table takes up the full width of its container */
  margin-bottom: 0;
  font-size: 14px;
}

.pac-container,
.pac-item,
.pac-item span {
  font-size: 12px;
}

/* Ensure horizontal scrolling if the table is too wide */
.table-responsive {
  overflow-x: auto;
  overflow-y: auto;
}

/* Optional: Force table layout to handle content properly */
/*#example, #distanceTable {*/
/*  table-layout: fixed;*/
/*}*/

/*#distanceTable th, #distanceTable td {*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  overflow: hidden;*/
/*}*/