.offer-muted {
    filter: grayscale(.35);
    opacity: .74;
}

.price-history-chart {
    display: grid;
    gap: .65rem;
    margin-top: .85rem;
}

.price-history-row {
    align-items: center;
    display: grid;
    gap: .45rem;
    grid-template-columns: 82px 1fr auto;
}

.price-history-row span {
    color: #64748b;
    font-size: .78rem;
    font-weight: 800;
}

.price-history-row i {
    background: #eef2ff;
    border-radius: 999px;
    display: block;
    height: 9px;
    overflow: hidden;
    position: relative;
}

.price-history-row i::before {
    background: linear-gradient(90deg, var(--blue), var(--lime));
    border-radius: inherit;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: var(--bar);
}

.price-history-row b {
    color: #0f172a;
    font-size: .88rem;
    white-space: nowrap;
}

.price-history-row small {
    color: #94a3b8;
    font-size: .72rem;
    grid-column: 2 / 4;
    margin-top: -.35rem;
}
