h2.block__title {
    letter-spacing: -0.01em;
    font-size: 1.5rem;
    line-height: var(--sp2);
    color: var(--color--black);
    padding-left: 3px;
    border-left: 10px solid var(--color--primary-50);
}
@media (min-width: 43.75rem) {
    h2 {
        font-size: 1rem;
        line-height: var(--sp3);
    }
}
.node__title a {
  padding-block-end: 0.1875rem;
  transition:
    background-size 0.2s,
    color 0.2s;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--color-text-neutral-loud);
  background-color: transparent;
  background-image: linear-gradient(var(--color--primary-50), var(--color--primary-50)); /* Two values are needed for IE11 support. */
  background-repeat: no-repeat;
  background-position: center; /* LTR */
  background-size: 0 0.1875rem;
}
.text-content, .cke_editable {
    color: hsl(201deg 73.66% 20.94%);
    font-family: var(--font-serif);
    line-height: var(--sp1-7);
}
.teaser--card {
    background-color: hsl(201deg 25.68% 76.89%);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
}