/* Owner delivery updates shown to the customer on the tracking screen. */
.tracking-owner-note {
  margin: 14px 0;
  padding: 12px 14px;
  border: 1px solid #dbe8dc;
  border-radius: 12px;
  background: #f3faf3;
  color: #245337;
  font-size: .92rem;
  line-height: 1.45;
}

.tracking-owner-note.cancelled {
  border-color: #f0cccc;
  background: #fff3f1;
  color: #942a1d;
}

.tracking-steps li.active i {
  background: #245337;
  border-color: #245337;
  color: #fff;
}
