.exchange-row .person .user-name {
  font-size: 11px;
  font-weight: 750;
}

.exchange-row .person .carpool {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-top: 5px;
}

.exchange-row .person .carpool-label {
  color: #77777e;
  font-size: 12px;
  font-weight: 600;
}

.exchange-row .person .carpool-number {
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.exchange-row .person .masked-phone {
  margin-top: 6px;
  color: #9999a0;
  font-size: 9px;
}

.line-lock[data-lock-icon="open"] {
  color: var(--ink);
  background: #fff;
}

.line-lock[data-lock-icon="closed"] {
  color: var(--ink);
  background: #f5f5f7;
}

