.post__header {
  margin-bottom: 24px;
}
.post__header-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}
.post__header-tags span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 6px;
  background-color: var(--border);
  border-radius: 4px;
  color: var(--high);
  font-size: 11px;
  font-weight: 550;
  line-height: 1;
}
.post__header-tags time {
  flex: 1;
  color: var(--low);
  font-size: 13px;
  font-style: normal;
  text-align: right;
}
.post__header-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  margin-top: 4px;
}
.post__header-meta > * {
  color: var(--low);
  font-size: 13px;
  font-style: normal;
}
.post__header h1 {
  margin: 0;
  color: var(--high);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}
.post__body p {
  margin: 0 0 16px;
  font-size: 14px;
}
.post__body p:last-child {
  margin: 0;
}
.post__body h2 {
  margin: 24px 0 8px;
  color: var(--high);
  font-size: 20px;
  font-weight: 650;
}
.post__body h3 {
  margin: 20px 0 8px;
  color: var(--high);
  font-size: 16px;
  font-weight: 650;
}
.post__body ul, .post__body ol {
  margin: 0 0 16px;
  padding-left: 20px;
}
.post__body ul li, .post__body ol li {
  padding-left: 8px;
}
.post__body code {
  display: inline-block;
  margin: 0 1px;
  padding: 0 4px;
  background-color: var(--border);
  border-radius: 2px;
  color: var(--primary);
  font-family: "D2Coding", monospace;
  font-size: 13px;
}
.post__body a {
  color: var(--primary);
  text-underline-offset: 4px;
}
.post__body figure {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  margin: 4px 0 16px;
}
.post__body figure img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 4px;
}
.post__body figure figcaption {
  color: var(--low);
  font-size: 12px;
}
.post__body--images img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.post__comment {
  width: 100%;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
.post__comment #comment-form {
  width: 100%;
  height: 200px;
  border: 0 none;
}
.post__comment #comments {
  margin: 24px 0;
  border-top: 1px solid var(--border);
}
.post__comment #comments:last-child {
  display: none;
}
.post__comment-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.post__comment-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__comment-item-header img {
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}
.post__comment-item-header span {
  flex: 1;
  color: var(--mid);
  font-size: 13px;
  font-weight: 600;
}
.post__comment-item-header time {
  color: var(--low);
  font-size: 12px;
}
.post__comment-item-body {
  color: var(--mid);
  font-size: 13px;
}

/*# sourceMappingURL=post.css.map */
