.post-timeline {
  width: 300px;
  min-height: 245px;
  top: 4px;
  margin-right: 16px;
  padding: 8px;
  float: left;
  border-top: 5px solid #ccc;
  background-color: #f5f5f5;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media (max-width: 1023px) {
  .post-timeline {
    width: 100%;
    margin: 2rem 0;
    float: none;
  }
}

.post-timeline .timeline-title {
  margin: 0 0 12px;
  font-size: 2rem;
  color: #444;
}

.post-timeline .timeline-items {
  min-height: 70px;
  max-height: 245px;
  overflow: auto;
  width: auto;
  height: 230px;
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
}

.post-timeline .timeline-items article + article {
  margin-top: 1.5rem;
}

.post-timeline .timeline-items article h3 {
  margin: 0;
}

.post-timeline .timeline-items article .article-tile__content {
  margin-top: -3px;
}

.post-timeline .timeline-items article .article-tile__image {
  width: 30%;
}

.post-timeline .timeline-items article .article-tile__upper-date, .post-timeline .timeline-items article h3 {
  font-size: 1.3rem;
}

.post-timeline ::-webkit-scrollbar {
  width: 7px;
  border-radius: 14px;
}

.post-timeline ::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 14px;
}

.post-timeline ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 14px;
}

.post-timeline ::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 14px;
}
/*# sourceMappingURL=timeline.css.map */