header .burger-menu-nav .burger-menu-nav-content nav ul #history a {
  color: var(--accent);
}

#vp-history-content {
  padding: var(--m) var(--gutter) var(--l);
}
#vp-history-content .heading {
  margin-bottom: 0.5em;
}
#vp-history-content .history-section {
  width: 100%;
  height: auto;
  margin-bottom: var(--xl);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--s);
}
#vp-history-content .history-section:last-of-type {
  margin-bottom: 0px;
}
#vp-history-content .history-section .subheading {
  position: relative;
  color: var(--secondary);
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
#vp-history-content .history-section .subheading::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 4em;
  height: 1px;
  background-color: var(--accent);
}
#vp-history-content .history-section .post-content {
  width: 100%;
  height: auto;
  display: block;
}
#vp-history-content .history-section .post-content .image {
  float: left;
  margin-right: 1em;
}
@media (max-width: 768px) {
  #vp-history-content .history-section .post-content .image {
    float: none;
    margin-right: 0px;
    margin-bottom: 1em;
  }
}
#vp-history-content .history-section .image {
  width: min(50%, 600px);
  height: auto;
}
@media (max-width: 768px) {
  #vp-history-content .history-section .image {
    width: 100%;
  }
}
#vp-history-content .history-section .image img {
  width: 100%;
  height: auto;
}
#vp-history-content .history-section .quote-container .quote {
  font-style: italic;
}
#vp-history-content .history-section .quote-container .quote::before, #vp-history-content .history-section .quote-container .quote::after {
  content: '"';
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  opacity: 0.8;
}
#vp-history-content .history-section .quote-container .source {
  color: var(--secondary-alt);
  font-weight: 600;
  margin-top: 0.5em;
}
#vp-history-content .history-section .quote-container .source::before {
  content: " - ";
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}
#vp-history-content .history-section .embed {
  width: 100%;
}
#vp-history-content .footnote {
  width: 100%;
  height: auto;
  padding: var(--s);
  background-color: var(--primary-alt2);
}
#vp-history-content .footnote .body {
  color: var(--secondary-alt);
  line-height: 1.5em;
  font-style: italic;
}/*# sourceMappingURL=vp-history.css.map */