.score-history {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  color: var(--cream);

  & th {
    padding: 4px 6px 6px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    color: var(--cream-dim);
    opacity: 0.75;
    border-bottom: 1px solid var(--line);
  }

  & td {
    padding: 6px;
    vertical-align: baseline;
    border: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  & .round {
    width: 2.2em;
    color: var(--cream-dim);
  }

  & .points {
    text-align: right;
    white-space: nowrap;
  }

  & th.points.-us {
    color: var(--team-us);
  }

  & th.points.-them {
    color: var(--team-them);
  }

  & .bidder {
    display: inline-block;
    max-width: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    color: var(--cream-dim);
  }

  & .amount {
    margin-left: 4px;
    font-family: var(--font-display);
    font-weight: 600;
  }

  & .outcome {
    margin-left: 3px;

    &.-made {
      color: var(--up);
    }

    &.-set {
      color: var(--down);
    }
  }

  & .delta {
    margin-right: 6px;
    font-size: 11px;
    color: var(--up);

    &.-negative {
      color: var(--down);
    }
  }

  & .total {
    display: inline-block;
    min-width: 2.2em;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
  }
}
