.shift-widget {
    position: absolute;
    top: 140px;
    right: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 12px 16px;
    min-width: 160px;
    font-size: 14px;
    z-index: 10;
}

.shift-widget:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.status-pass { background-color: #739c39; }
.status-fail { background-color: #D2222D; }
.status-warning { background-color: #FFBF00; }

.metric-line {
    margin: 2px 0;
    color: #6c757d;
}

/* Shift metrics over time visual*/
.shift-outcome-cell {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

.shift-outcome-link {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px;
}

.shift-outcome-link:hover {
    text-decoration: underline;
    color: inherit;
}