.node-teaser--library-item.node-teaser--card a::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.node-teaser--library-item.node-teaser--card a {
  --a--display: block;
  --a--padding: 0 1.5em 0 0;
}
.node-teaser--library-item.node-teaser--card a::after {
  font-family: "Font Awesome 7 Sharp Regular";
  content: "\e094";
  font-size: 0.75em;
  position: absolute;
  right: 0;
  bottom: 0.375em;
}
