.entry-header > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.entry-header > .section-icon,
.page-header > .section-icon {
  width: 56px;
  height: 56px;
  aspect-ratio: 1;
  object-fit: contain;
  box-shadow: none;
  margin: 0 0 1rem;
}
