.NodeArticleTeaser-title {
  line-height: 1.26;
  font-family: var(--title-font);
  font-weight: normal;
  margin: 0 0 2rem;
  font-size: clamp(9px, 2.3rem, 23px);
}
@media (max-width: 999px) {
  .NodeArticleTeaser-title {
    font-size: 2.2rem;
  }
}

.NodeArticleTeaser-type {
  font-size: clamp(9px, 1.2rem, 12px);
  text-transform: uppercase;
  font-family: var(--base-font);
  letter-spacing: 1px;
  margin: 0 0 2rem;
  order: -1;
}

.NodeArticleTeaser {
  display: flex;
  gap: 2rem 4rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--gray);
  position: relative;
}
@media (max-width: 999px) {
  .NodeArticleTeaser {
    display: grid;
    grid-template-columns: auto 1fr 207px;
    gap: 0 1rem;
    border-top: 1px solid var(--gray);
    border-bottom: none;
    padding-bottom: 0;
  }
  .NodeArticleTeaser:last-child {
    padding-bottom: 0;
    margin-bottom: -2rem;
  }
}
@media (max-width: 679px) {
  .NodeArticleTeaser {
    grid-template-columns: auto 1fr 110px;
  }
}
@media (min-width: 1000px) {
  .NodeArticleTeaser--result {
    flex-direction: column;
    border-bottom: 0;
  }
  .ParagraphFeatured-content .NodeArticleTeaser--result {
    grid-row: span 4;
  }
  .NodeArticleTeaser--result .NodeArticleTeaser-img {
    flex: 0 0 auto;
  }
}
.NodeArticleTeaser-img {
  order: -1;
  flex: 0 0 19rem;
  overflow: hidden;
}
@media (max-width: 999px) {
  .NodeArticleTeaser-img {
    grid-column: 3/4;
    grid-row: 1/4;
    margin-bottom: 2rem;
  }
}
@media (max-width: 679px) {
  .NodeArticleTeaser-img {
    grid-row: 1/3;
  }
}
.NodeArticleTeaser-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 305/210;
  object-fit: cover;
  transform: none;
  transition: transform 0.2s ease-out 0s;
}
.NodeArticleTeaser-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 999px) {
  .NodeArticleTeaser-wrapper {
    display: contents;
  }
}
.NodeArticleTeaser-type {
  order: -2;
}
.NodeArticleTeaser-type:not(:empty) {
  margin-bottom: 1rem;
}
.NodeArticleTeaser-type a {
  text-decoration: none;
}
.NodeArticleTeaser-type a:hover {
  text-decoration: underline;
}
.NodeArticleTeaser-title {
  margin-bottom: 1rem;
}
.NodeArticleTeaser-title a {
  text-decoration: none;
}
.NodeArticleTeaser-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.NodeArticleTeaser-title a:hover {
  text-decoration: underline;
}
@media (max-width: 999px) {
  .NodeArticleTeaser-title {
    grid-column: 1/3;
    margin-bottom: 2rem;
  }
}
.NodeArticleTeaser-date {
  font-size: clamp(9px, 1.2rem, 12px);
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 999px) {
  .NodeArticleTeaser-date {
    order: -1;
  }
}
.NodeArticleTeaser:hover .NodeArticleTeaser-img img, .NodeArticleTeaser:focus-within .NodeArticleTeaser-img img {
  transition-timing-function: ease-in;
  transform: scale(1.05);
}
.NodeArticleTeaser-chapo {
  margin-bottom: 1rem;
}
@media (max-width: 999px) {
  .NodeArticleTeaser-chapo {
    grid-column: 1/3;
    margin-bottom: 2rem;
  }
}
@media (max-width: 679px) {
  .NodeArticleTeaser-chapo {
    grid-column: 1/4;
    margin-top: -1rem;
  }
}
.NodeArticleTeaser-chapo p:last-child {
  margin-bottom: 0;
}

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