.population-density-controls {
    align-items: flex-end;
}

.population-density-table .col-continent {
    width: 1%;
    min-width: 140px;
    white-space: nowrap;
    color: var(--text-secondary);
}

.population-density-table .col-number .metric-note {
    max-width: 180px;
    white-space: normal;
}

@media (max-width: 900px) {
    .population-density-table .col-continent {
        min-width: 120px;
    }
}
