/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./source/components/teaser-banner/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.c-teaser-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 40vh;
  padding-top: 6rem;
  padding-bottom: 2rem;
  border-radius: 5px;
  overflow: hidden;
}

.c-teaser-banner__image {
  position: relative;
  margin-bottom: 14px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 690px) {
  .c-teaser-banner__image {
    margin-bottom: 8px;
  }
}
.c-teaser-banner__image img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.c-teaser-banner__content {
  position: relative;
  z-index: 1;
  margin: 0 2rem;
  max-width: 460px;
}
.has-backdrop.c-teaser-banner .c-teaser-banner__content {
  color: white;
}

.c-teaser-banner__date {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.125rem;
}
@media (min-width: 690px) {
  .c-teaser-banner__date {
    margin-bottom: 4px;
  }
}

.c-teaser-banner__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.938rem;
  color: inherit;
}
.c-teaser-banner__title a {
  color: inherit;
}
.entry-content .c-teaser-banner__title {
  margin-top: 8px;
  margin-bottom: 0;
}

.c-teaser-banner__brief {
  margin: 16px 0;
}

.c-teaser-banner__button {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  align-self: flex-start;
}

.c-teaser-banner--large {
  padding: 32px;
}

.c-teaser-banner--grey {
  background-color: var(--theme-palette-color-6);
}

/*# sourceMappingURL=styles.css.map*/