.yw-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
}

.yw-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#e6e9ee, #cfd6dd);
}

.yw-timeline-item {
  position: relative;
  margin: 0;
  padding: 12px 10px 12px 10px;
  background: transparent;
}

.yw-timeline-item .marker {
  position: absolute;
  left: -30px;
  top: 10px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1f3b88;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(31, 59, 136, 0.06);
}

.yw-timeline-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.yw-timeline-year {
  font-weight: 700;
  margin-right: 8px;
}

.yw-timeline-subtitle {
  color: #666;
  font-size: 13px;
  margin-bottom: 6px;
}

.yw-timeline-content {
  color: #333;
}
.yw-timeline-content p {
  margin-bottom: 5px;
}

.yw-timeline-more {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #e3e7ee;
  background: #fff;
  cursor: pointer;
}

.yw-timeline-wrapper {
  position: relative;
}
.yw-timeline-wrapper .yw-timeline-overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0.13));
  z-index: 1;
}
.yw-timeline-wrapper .yw-timeline-load-more {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  border: 1px solid #e8e5e5;
  padding: 5px 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0705882353);
  z-index: 2;
  left: 45%;
  transition: 0.6s ease;
}
.yw-timeline-wrapper .yw-timeline-load-more:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}
.yw-timeline-wrapper.yw-timeline-collapsed .yw-timeline {
  max-height: 300px;
  overflow: hidden;
}
.yw-timeline-wrapper.yw-timeline-collapsed .yw-timeline-overlay {
  display: block;
}

/*# sourceMappingURL=yw-timeline.css.map */
