/**
 * Single posts/pages
 */
.single .featured-image img,
.page .featured-image img,
.page-header-image-single img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: var(--aos-radius-lg);
  box-shadow: var(--aos-shadow-soft);
}

.single .entry-header,
.page .entry-header {
  margin-bottom: var(--aos-space-lg);
}

.single .entry-content > p:first-of-type,
.page .entry-content > p:first-of-type {
  font-size: 1.08em;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.35rem;
}

.entry-content li + li {
  margin-top: 0.45rem;
}
