@import '_content/Zeiss.WebApp.Components/Zeiss.WebApp.Components.dktsvgelk2.bundle.scp.css';

/* /Areas/ProductPhasesList/Pages/ProductPhases.razor.rz.scp.css */
/* ── Phase cell: single value ─────────────────────────────────────────────── */

.phase-country-badge[b-tzq1ehbi58] {
    display: inline-block;
    margin-left: 4px;
    padding: 0 4px;
    font-size: 0.7rem;
    border-radius: 3px;
    background: var(--rz-secondary-lighter, #e9ecef);
    color: var(--rz-secondary-dark, #495057);
    vertical-align: middle;
}

/* ── Phase cell: collapsed multi-country header row ──────────────────────── */

.phase-expand-row[b-tzq1ehbi58] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.phase-toggle-btn[b-tzq1ehbi58] {
    flex-shrink: 0;
    padding: 0 !important;
    min-width: 20px !important;
    height: 20px !important;
}

.phase-more-badge[b-tzq1ehbi58] {
    display: inline-block;
    padding: 0 5px;
    font-size: 0.7rem;
    border-radius: 3px;
    background: var(--rz-info-lighter, #cfe2ff);
    color: var(--rz-info-dark, #084298);
    vertical-align: middle;
    flex-shrink: 0;
}

/* ── Phase cell: expanded per-country sub-list ───────────────────────────── */

.phase-sublist[b-tzq1ehbi58] {
    margin-top: 4px;
    border-top: 1px solid var(--rz-border-color, #dee2e6);
    padding-top: 2px;
}

.phase-sublist-row[b-tzq1ehbi58] {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 4px;
    padding: 1px 0;
    font-size: 0.78rem;
    line-height: 1.3;
    align-items: baseline;
}

.phase-sublist-row:not(:last-child)[b-tzq1ehbi58] {
    border-bottom: 1px dotted var(--rz-border-color, #dee2e6);
}

.phase-sublist-code[b-tzq1ehbi58] {
    font-weight: 600;
    color: var(--rz-text-secondary-color, #6c757d);
    white-space: nowrap;
}

.phase-sublist-country[b-tzq1ehbi58] {
    color: var(--rz-text-secondary-color, #6c757d);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phase-sublist-date[b-tzq1ehbi58] {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
