/**
 * Variables
 */
/**
 * Placeholders
 */
section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement:hover div.wpt-icon {
  transition: .2s all ease-in-out; }

:root {
  --icon-bg-color: #d1d5df; }

/**
 * CSS styles
 */
section.wpt-timeline.wpt-theme-minimalist {
  border-left: 0.25rem solid #d1d5df;
  padding-left: 1.75rem; }
  section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 2.625rem;
    background: #eff0f4;
    padding: 0.875rem 0.875rem 0.875rem 1.3125rem;
    border-radius: 0 0.25rem 0.25rem 0.25rem; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement:before {
      content: "";
      display: block;
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      top: 0;
      left: -0.6rem;
      border-top: 0.9rem solid #eff0f4;
      border-left: 0.6rem solid transparent;
      border-right: 0.6rem solid transparent; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement:last-of-type {
      margin-bottom: 0.875rem; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement header.wpt-title h2 {
      font-size: 1.5rem;
      margin: 0;
      padding: 0; }
      section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement header.wpt-title h2 a:not(:hover) {
        color: inherit;
        text-decoration: inherit; }
      section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement header.wpt-title h2:before {
        display: none; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement p.wpt-meta {
      margin: .5em 0 0;
      font-size: 0.8rem;
      opacity: .5;
      font-style: italic; }
      section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement p.wpt-meta span.wpt-date {
        margin-right: 1em; }
      section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement p.wpt-meta span.wpt-tags {
        display: inline; }
      section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement p.wpt-meta i.fa {
        opacity: .75; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement footer.wpt-read-more-button {
      margin-top: 1rem; }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement div.wpt-icon {
      font-size: 1.2rem;
      background-color: #d1d5df;
      background-color: var(--icon-bg-color);
      line-height: 2rem;
      width: 2rem;
      height: 2rem;
      color: #fff;
      text-align: center;
      border-radius: 100%;
      position: absolute;
      left: -2.875rem;
      top: -0.8rem;
      z-index: 20;
      box-shadow: 0px 0px 0px 0.125rem rgba(255, 255, 255, 0.75); }
    section.wpt-timeline.wpt-theme-minimalist article.wpt-achievement:hover div.wpt-icon {
      box-shadow: 0px 0px 0px 0.125rem var(--icon-bg-color); }
