.distance-matrix-editor {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #404040;
    color: var(--whispr-white);
    display: flex;
    flex-direction: column;
}

.distance-matrix-editor .distance-matrix-grid {
    overflow: scroll;
}

.distance-matrix-editor td.header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
    font-weight: bold;
    text-align: center;
    background: var(--whispr-dark-blue);
    padding: 10px;
    white-space: nowrap;
}

.distance-matrix-editor td.empty {
    background: #202020;
}

.distance-matrix-cell-display-value {
    text-align: center;
    width: 100%;
}
