.p-template-posts-single__picture {
  margin-bottom: var(--v-spacing__p);
  aspect-ratio: 768 / 450;
}

.p-template-posts-single__title {
  margin-bottom: 0.1rem;
}

.p-template-posts-single__content img {
  max-height: 30rem;
  width: auto;
}

.p-template-posts-single__meta {
  margin-bottom: var(--v-spacing__sm);
}

.p-template-posts-single__author {
  padding: 1rem;
  background-color: var(--v-color__1--150);
  border-radius: var(--v-border-radius__md);
  margin-bottom: var(--v-spacing__sm);
  font-size: 90%;
}

.p-template-posts-single__author-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: var(--v-spacing__p);
}

.p-template-posts-single__author-image {
  --author-image__size: 5rem;

  width: var(--author-image__size);
  height: var(--author-image__size);
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.p-template-posts-single__author-title-a {
  text-decoration: none;
}
