.status-table {
    white-space: normal;
}

.status-cell {
    min-width: 12rem;
    vertical-align: top;
    font-size: 0.875rem;
}

.status-table th[scope="row"] {
    white-space: nowrap;
}

.status-cell .status-note {
    display: inline-block;
    color: #6c757d;
}

.status-cell.status-loading .status-note {
    font-style: italic;
}

.status-cell.status-error {
    background-color: #fff5f5;
}

.status-cell.status-error .status-note {
    color: #dc3545;
    font-weight: 600;
}

.status-cell.status-empty .status-note {
    color: #adb5bd;
}

.status-cell.status-cached {
    background-color: #fff3cd;
}

.status-version {
    font-weight: 600;
    margin-bottom: 0.25rem;
    display: block;
}

.status-branch-wrapper,
.status-revision-wrapper {
    margin-bottom: 0.25rem;
}

.status-branch {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.status-revision {
    display: inline-block;
    max-width: 100%;
    font-family: monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-date {
    color: #6c757d;
    font-size: 0.75rem;
    white-space: nowrap;
}

.status-cache-warning {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #856404;
}

.status-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.status-refresh-btn[disabled] {
    pointer-events: none;
    opacity: 0.65;
}

