p:has(img.centered) {
  margin: 0 auto;
  width: 100%;
  display: block;
}
p:has(img) {
  text-align: center;
  border-radius: 4px;
}

p:has(img.floated-right) {
  float: right;
  margin-left: 14px;
}

p:has(img.floated-left) {
  float: left;
  margin-right: 14px;
}

p:has(img) em {
  font-size: 0.9em;
}

img {
  max-width: 300px;
}

.post-tag-list {
  display: flex;
  flex-direction: row;
  gap: 0.8em;
  margin-top: 0.8em;
}