.coi-timeline {
  max-width: 600px;
  margin: 0 auto;
  background: transparent;
  padding: 0;
}

.coi-timeline-entry {
  position: relative;
  padding-left: 40px;
  margin-bottom: 50px;
}

.coi-timeline-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #d1d2dd;
  border-radius: 50%;
  left: 0;
  top: 0.4em;
  background-color: transparent;
}

.coi-timeline-entry:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 14px;
  bottom: -50px;
  width: 1px;
  background-color: #d1d2dd;
}

.coi-timeline-body {
  color: #d1d2dd;
}

.coi-date {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  color: inherit;
}

.coi-title {
  font-weight: bold;
  margin-bottom: 0.4em;
  color: inherit;
}

.coi-note {
  line-height: 1.6;
  color: inherit;
}

/* Title Color Overrides */
.coi-timeline-body.title-red .coi-title    { color: #ff5a5a; }
.coi-timeline-body.title-green .coi-title  { color: #6adb7c; }
.coi-timeline-body.title-orange .coi-title { color: #ffb347; }
