.article-wrap > img,
.article-wrap > video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  margin-bottom: var(--space-md, 16px);
}
.article-wrap .description img,
.article-wrap .description video {
  width: auto;
  height: auto;
  max-width: 100%;
}
.article-wrap > video {
  object-fit: cover;
}
.article-lab-cat {
  margin-bottom: var(--space-lg, 24px);
}
.article-lab-cat img {
  border: 1px solid var(--color-border-width-border-width-default, #DEDEE0);
  border-radius: var(--border-radius-border-radius-rounded, 999px);
  width: 48px;
  height: 48px;
  aspect-ratio: 1 / 1;
  margin-right: var(--space-sm, 8px);
}
.article-lab-cat img + div {
  width: calc(100% - 56px);
}
.article-wrap .heading {
  margin-bottom: var(--space-md, 16px);
}
.article-den {
  margin-bottom: var(--space-lg, 24px);
}