/* Copyright (c) 2025 HaxScrpt */
.post {
  margin-block: 1rem;
  display: grid;
  row-gap: .75rem;
}

.post__header {
  font-size: small;
}

.post__date {
  margin-block: 0;
}

.post__content {
  padding-inline: 2rem 1rem;
  display: flex;
  flex-direction: column;
  row-gap: .25rem;
}
.post__body {
  position: relative;
}
.post__lang {
  position: absolute;
  right: 100%;
  top: calc(.5rlh - .5lh);
  padding-inline-end: .5ch;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
}
