.post-entry {
  line-height: 150%;
}
.post-entry .entry-header .entry-meta > * {
  padding: 0 .125em;
  color: var(--text-weak-color);
  text-transform: uppercase;
}
.post-entry .entry-header .entry-meta > * a {
  color: var(--text-color);
  text-decoration: none !important;
  pointer-events: none;
}
.post-entry .entry-header .entry-thumbnail img {
  border-radius: var(--radius-large);
}
.post-entry .entry-thumbnail .entry-thumbnail-wrapper {
  overflow: hidden;
}
.post-entry .entry-content h2,
.post-entry .entry-content h3,
.post-entry .entry-content h4,
.post-entry .entry-content h5,
.post-entry .entry-content h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.post-entry .entry-content p {
  margin-bottom: 1.25em;
}
.post-entry .entry-content p strong, .post-entry .entry-content p b {
  color: var(--text-strong-color);
}
.post-entry .entry-content ol:not(:last-child), .post-entry .entry-content ul:not(:last-child) {
	margin-bottom: 1.5rem;
}
.post-entry .entry-content ol li, .post-entry .entry-content ul li {
	line-height: 150%;
	padding-left: .5rem;
}
.post-entry .entry-content ol li:not(:last-child), .post-entry .entry-content ul li:not(:last-child) {
	margin-bottom: .5rem;
}
.post-entry .entry-content ol li::marker, .post-entry .entry-content ul li::marker {
	color: var(--brand-color);
}
.post-entry .entry-content figure {
  margin-bottom: 0 !important;
}
.post-entry .entry-content figure figcaption {
  margin-top: -1em;
  color: var(--text-weak-color);
  font-size: .75rem;
}
.post-entry .entry-content figure figcaption, .post-entry .entry-content figure img {
  margin-bottom: 1.25rem;
  border-radius: var(--radius-small);
}
.post-entry .entry-footer {
  display: block;
}
.post-entry .entry-footer a {
  opacity: 1 !important;
  color: var(--common-color);
  transition: color .375s ease;
}
.post-entry .entry-footer a:hover {
  color: var(--brand-color);
}
.post-entry .entry-footer .edit-link {
  position: fixed !important;
  top: 10rem;
  left: unset;
  right: 0;
  bottom: unset;
}
.post-entry .entry-footer .edit-link a {
  display: inline-block;
  width: 5rem;
  padding: .75rem 1rem;
  color: var(--light-color) !important;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 600;
  border-top-left-radius: var(--radius-medium);
  border-bottom-left-radius: var(--radius-medium);
  background-color: var(--background-accent-color);
  transform: translateX(1rem);
  transition: transform .375s ease;
}
.post-entry .entry-footer .edit-link a:hover {
  transform: translateX(0);
}
.post-entry + .navigation  .nav-links a .nav-subtitle {
  color: var(--text-weak-color);
}
