@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Features/SmartList/Components/SmartListRunItem.razor.rz.scp.css */
.run-item[b-8v25qmewe0] {
    width: 100%;
    padding: 16px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 12px;
    align-items: center;
    box-sizing: border-box;
}

.run-item:hover[b-8v25qmewe0] {
    background-color: var(--neutral-fill-secondary-hover);
    border-color: var(--neutral-stroke-hover);
}

.run-icon[b-8v25qmewe0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--neutral-fill-secondary-rest);
}

.run-content[b-8v25qmewe0] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.run-title[b-8v25qmewe0] {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.run-description[b-8v25qmewe0] {
    font-size: 13px;
    color: var(--neutral-foreground-hint);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.run-metadata[b-8v25qmewe0] {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--neutral-foreground-rest);
    white-space: nowrap;
}

.metadata-item[b-8v25qmewe0] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.run-arrow[b-8v25qmewe0] {
    display: flex;
    align-items: center;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.run-item:hover .run-arrow[b-8v25qmewe0] {
    opacity: 1;
}

.run-item--building[b-8v25qmewe0] {
    border-color: var(--accent-stroke-control-rest);
    background-color: var(--neutral-fill-secondary-rest);
}

.metadata-item--building[b-8v25qmewe0] {
    color: var(--accent-foreground-rest);
    gap: 6px;
}

.metadata-item--failed[b-8v25qmewe0] {
    color: var(--error-foreground-rest, var(--neutral-foreground-hint));
}

.metadata-item--expired[b-8v25qmewe0] {
    color: var(--warning-foreground-rest, var(--neutral-foreground-hint));
}
