/* ==========================================================================
   Contract Page
   ========================================================================== */

/* Contract reference with mover icon */
.contract-ref-cell {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 500;
    color: #2c3e50;
}

.contract-ref-cell .contract-mover-icon-small {
    height: 1.2rem;
    vertical-align: middle;
}

/* Product name */
.contract-product-name {
    color: #495057;
    font-size: 0.85rem;
}

/* ==========================================================================
   Progress bars (passed period + quantities)
   ========================================================================== */
.contract-progress.progress {
    height: 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f0f0f0;
}

.contract-progress .progress-bar {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.5rem;
    transition: width 0.4s ease;
}

/* Target not set warning */
.contract-target-warning {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #6c757d;
    font-size: 0.8rem;
    font-style: italic;
}

.contract-target-warning i {
    color: #e67e22;
}
