.import-runs-table table {
    min-width: 1040px;
    table-layout: fixed;
}

.import-runs-table th:nth-child(1),
.import-runs-table td:nth-child(1) {
    width: 42px;
}

.import-runs-table th:nth-child(2),
.import-runs-table td:nth-child(2) {
    width: 78px;
}

.import-runs-table th:nth-child(3),
.import-runs-table td:nth-child(3) {
    width: 18%;
}

.import-runs-table th:nth-child(5),
.import-runs-table td:nth-child(5) {
    width: 112px;
}

.import-runs-table th:nth-child(6),
.import-runs-table td:nth-child(6) {
    width: 17%;
}

.import-runs-table th:nth-child(7),
.import-runs-table td:nth-child(7) {
    width: 72px;
}

.import-runs-table th:nth-child(10),
.import-runs-table td:nth-child(10) {
    width: 132px;
}

.import-runs-table td,
.import-runs-table td small {
    overflow-wrap: anywhere;
}

.import-runs-table tbody tr[data-import-run-row] {
    --table-row-bg: var(--table-row-base);
}

.import-runs-table tbody tr[data-import-run-row]:nth-child(4n + 3) {
    --table-row-bg: var(--table-row-alt);
}

.import-runs-table tbody tr[data-import-run-row]:hover {
    --table-row-bg: var(--table-row-hover);
}

.import-detail-control-heading,
.import-detail-control-cell {
    text-align: center;
}

.import-detail-control-cell {
    padding-left: 7px;
    padding-right: 7px;
}

.import-run-cell {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.import-run-cell > span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.import-detail-toggle {
    width: 30px;
    min-height: 24px;
    padding: 0;
    border-color: #c9d7dd;
    border-radius: 6px;
    background: #ffffff;
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

.import-detail-toggle:hover {
    background: #eef7f5;
    border-color: #9fbec3;
}

.import-run-detail-row td {
    padding-top: 0;
    background: #f8fbfc;
    border-top: 0;
}

.import-run-detail-row[hidden] {
    display: none !important;
}

.import-run-detail-panel {
    display: grid;
    gap: 5px;
    padding: 10px 12px;
    border: 1px solid var(--line-soft);
    border-radius: 6px;
    background: #ffffff;
}

.import-run-detail-panel span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.import-run-detail-panel p {
    margin: 0;
    color: var(--text);
    font-size: 13px;
    line-height: 1.4;
}

.run-progress-note {
    display: grid;
    gap: 3px;
}

.run-progress-note strong {
    color: var(--text);
    font-size: 12px;
    line-height: 1.25;
}

.run-progress-note small {
    color: var(--muted);
}
