.post {
  padding: 1.25rem 1rem;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.post__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.post__title {
  font-size: 1.6rem;
  font-weight: normal;
}

.post__meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 2rem;
}

.post__body {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.post__body p,
.post__body ol,
.post__body ul,
.post__body h2,
.post__body h3,
.post__body h4,
.post__body pre {
  margin-bottom: 1.25rem;
}

.post__body h2,
.post__body h3,
.post__body h4 {
  margin-top: 2rem;
}

.post__body ol,
.post__body ul {
  padding-left: 1.5rem;
}

.post__body li {
  margin-bottom: 0.4rem;
}

.post__body figure {
  margin-bottom: 1.25rem;
  text-align: center;
}

.post__body figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.post__body figcaption {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #888;
  text-align: center;
}

.post__attachments {
  margin-top: 2rem;
}

.post__attachments-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
  margin-bottom: 0.5rem;
}

.post__attachment-link {
  display: block;
  font-size: 0.9rem;
}

.post__header-image {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.post__back {
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 2rem;
}
