.cell-loading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
}

.dark .cell-loading {
    color: #9ca3af;
}

.cell-loading svg {
    width: 1rem;
    height: 1rem;
}
