.node-teaser--story.node-teaser--minimal .node-teaser__heading a::after {
  display: inline-block;
  font-family: "newpoint-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-teaser--story.node-teaser--minimal .node-teaser__heading a::after {
  content: "\ea11";
}

.node-teaser--story.node-teaser--minimal .node-teaser__heading a {
  --a-line-height: 1.2;
  display: inline;
  background-image: linear-gradient(0deg, currentColor 0%, currentColor 100%);
  background-size: var(--underline-animate-background-size-width, 0%) var(--underline-animate-background-size-height, 2px);
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 200ms ease-in-out;
}
.node-teaser--story.node-teaser--minimal .node-teaser__heading a:hover {
  --underline-animate-background-size-width: 100%;
}
.node-teaser--story.node-teaser--minimal .node-teaser__heading a::after {
  font-size: 0.75em;
  margin-left: 0.75em;
}

.node-teaser--story.node-teaser--minimal {
  color: #595A5C;
}
.node-teaser--story.node-teaser--minimal .node-teaser__header > * + * {
  color: var(--component-body-color);
  margin-top: 15px;
}
.node-teaser--story.node-teaser--minimal .node-teaser__heading {
  font-size: clamp(
    1.4323121856rem,
    calc(1.3258066248rem + 0.563852969vw),
    1.776889rem
  );
}
.node-teaser--story.node-teaser--minimal .node-teaser__heading a {
  --a-color: var(--component-heading-color);
}
.node-teaser--story.node-teaser--minimal .node-teaser__publish-date {
  font-weight: 700;
}
