
/* Timeline */
.timeline ul {
    padding: 1em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
  }
  .timeline ul::before {
    content: " ";
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 2.5em;
  }
  .timeline li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
  }
  .timeline .bullet {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    margin-right: 1em;
  }
  .timeline .bullet.pink {
    border: 2px solid #f93b69;
    background-color: #f93b69; 
  }
  .timeline .bullet.green {
    border: 2px solid #b0e8e2;
    background-color: #b0e8e2;
  }
  .timeline .bullet.orange {
    border: 2px solid #eb8b6e;
    background-color: #eb8b6e;
  }
  .timeline .bullet.gray {
    border: 2px solid #d9d9d9;
    background-color: #d9d9d9;
  }
  .timeline .time {
    width: 10%;
    font-size: 0.75em;
    padding: 0.25em;
    text-align: center;
    background-color: #d9d9d9;
    border-radius: 4px;
  }
  .timeline .desc {
    width: 80%;
    word-wrap: break-word;
    margin-top: 0.8em;
    margin-left: 1em;
  }
  .timeline h3 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
  }
  .timeline h4 {
    margin: 0;
    font-size: 0.7em;
    font-weight: 400;
    color: #808080;
  }
  .timeline .people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  
  /* blur text */
  .wc-anypay-hide-string {
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }
  