.article {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-xsmall);
}
.article__image-link {
  display: block;
}
.article__image {
  margin: 0;
}
.article__image picture,
.article__image img {
  aspect-ratio: 4/3;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article__title, .editor-styles-wrapper .article__title {
  font-size: var(--wdg-font-size-alt-small);
}
.article__title a:not([class]), .editor-styles-wrapper .article__title a:not([class]) {
  color: var(--wdg-color-text);
  text-decoration: none;
}
.article__title a:not([class]):hover, .editor-styles-wrapper .article__title a:not([class]):hover {
  text-decoration: underline;
  text-decoration-color: var(--wdg-color-link);
}
.article__content {
  flex-grow: 1;
}
.article__content > * + *, .editor-styles-wrapper .article__content > * + * {
  margin-block-start: var(--wdg-gap-2xsmall);
}
.article__content > :first-child {
  margin-block: 0;
}
.article__excerpt {
  font-size: var(--wdg-font-size-small);
}
.article__date {
  display: block;
}

/*# sourceMappingURL=style.css.map */