.node--type-stream-page.stream-page--teaser-detailed {
  width: 21rem;
  max-width: 100%;
  height: 100%;
}

.node--type-stream-page.stream-page--teaser-detailed .stream-page__inner {
  height: 100%;
}

.node--type-stream-page.stream-page--teaser-detailed .stream-page__inner > div {
  height: 100%;
}

.node--type-stream-page.stream-page--teaser-detailed .stream-page-teaser-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.node--type-stream-page.stream-page--teaser-detailed .field--name-field-placeholder-image {
  margin-right: 1rem;
}

@media (prefers-reduced-motion: no-preference) {
  .node--type-stream-page.stream-page--teaser-detailed .field--name-field-placeholder-image .field--name-field-media-image {
    overflow: hidden;
  }
  .node--type-stream-page.stream-page--teaser-detailed .field--name-field-placeholder-image img {
    transition: all 0.3s ease-in-out;
  }
  .node--type-stream-page.stream-page--teaser-detailed .field--name-field-placeholder-image img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper {
  margin: -2.5rem 0 0 1rem;
  background-color: #FFFFFF;
  padding: 2.43rem 2rem 5.43rem;
  z-index: 1;
  position: relative;
  height: 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 19.9375rem) {
  .node--type-stream-page.stream-page--teaser-detailed .text-wrapper {
    padding: 0.5rem;
  }
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 37.5rem) {
  .node--type-stream-page.stream-page--teaser-detailed .text-wrapper h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper .field--name-field-media-lead-highlight {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 2.5rem;
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  border: 0.0625rem solid #FFCE67;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0.75rem 2.625rem 0.75rem 1.5rem;
  text-decoration: none;
  position: absolute;
  bottom: 2.43rem;
  left: 2rem;
}

@media only screen and (max-width: 19.9375rem) {
  .node--type-stream-page.stream-page--teaser-detailed .text-wrapper a {
    left: 0.5rem;
    max-width: calc(100% - 1rem);
  }
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.18rem;
  bottom: 0;
  width: 0.75rem;
  z-index: 1;
  background-image: url(right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper a:hover, .node--type-stream-page.stream-page--teaser-detailed .text-wrapper a:focus {
  background-color: #6A24F5;
  border: 0.0625rem solid #6A24F5;
  color: #FFFFFF;
}

.node--type-stream-page.stream-page--teaser-detailed .text-wrapper a:hover:after, .node--type-stream-page.stream-page--teaser-detailed .text-wrapper a:focus:after {
  background-image: url(right-white.svg);
}
