.oc-status-events {
  display: grid;
  gap: 0;
  padding-left: 8px;
}

.oc-status-event {
  position: relative;
  display: flex;
  gap: 12px;
  padding-bottom: 18px;
}

.oc-status-event::before {
  position: absolute;
  top: 11px;
  bottom: -2px;
  left: 5px;
  width: 1px;
  background: #dce6f1;
  content: "";
}

.oc-status-event:last-child::before {
  display: none;
}

.oc-status-event > i {
  position: relative;
  z-index: 1;
  flex: none;
  width: 11px;
  height: 11px;
  margin-top: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccd8e6;
}

.oc-status-event > i.paid {
  background: #16825f;
}

.oc-status-event > i.unpaid {
  background: #ba5454;
}

.oc-status-event b,
.oc-status-event span {
  display: block;
}

.oc-status-event b {
  color: #354a65;
  font-size: 12px;
}

.oc-status-event span {
  margin-top: 4px;
  color: #8391a4;
  font-size: 10px;
}
