.node--sustainability-reports--teaser {
  width: 100%;
  height: 100%;
  padding: var(--spacing--3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing--3);
  border-radius: var(--radius--3);
  overflow: hidden;
  border: 1px solid var(--c--gray--light--ultra);
  position: relative;
}
.node--sustainability-reports--teaser > div:last-child {
  margin-top: auto;
}
.node--sustainability-reports--teaser .reports--date {
  font-size: var(--typography--font-size--sm);
}
.node--sustainability-reports--teaser .reports--date + * {
  margin-top: var(--spacing--2);
}
.node--sustainability-reports--teaser .btn--icon-text > span {
  font-size: var(--typography--font-size--sm);
  font-weight: 600;
  color: var(--link--primary);
}
.node--sustainability-reports--teaser .btn--icon-text > * {
  transition: all 0.3s ease;
}
.node--sustainability-reports--teaser h3 {
  font-weight: 600;
}
.node--sustainability-reports--teaser h3 + * {
  margin-top: var(--spacing--1);
}
.node--sustainability-reports--teaser a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.node--sustainability-reports--teaser:hover .btn--icon-text > span, .node--sustainability-reports--teaser:active .btn--icon-text > span {
  color: var(--link--primary-hover);
}
.node--sustainability-reports--teaser:hover .btn--icon-text > i, .node--sustainability-reports--teaser:active .btn--icon-text > i {
  background-color: var(--button--primary-hover);
}
/*# sourceMappingURL=node--sustainability-reports--teaser.css.map */
