/* =============================================================================
   new-captain-boost.css - New Captain Boost countdown line (char-summary)
   Compact single-line row below #active-task-panel while the boost is active.
   ============================================================================= */

.new-captain-boost {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    padding: 0 2px;
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
}

.new-captain-boost[hidden] {
    display: none;
}

.new-captain-boost__icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-top: -2px;
    opacity: 0.85;
}

.new-captain-boost__label {
    color: var(--gold);
    font-weight: 600;
}

.new-captain-boost__sep,
.new-captain-boost__dot {
    color: var(--text-muted);
}

.new-captain-boost__timer {
    font-variant-numeric: tabular-nums;
}
