.article--teaser,
.blog--teaser,
.news--teaser {
  width: 24rem;
  max-width: 100%;
}

@media only screen and (min-width: 37.5rem) {
  .article--teaser,
  .blog--teaser,
  .news--teaser {
    width: auto;
  }
}

.article--teaser .teaser-content,
.blog--teaser .teaser-content,
.news--teaser .teaser-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article--teaser .teaser-content--column.image,
.blog--teaser .teaser-content--column.image,
.news--teaser .teaser-content--column.image {
  margin-right: 2rem;
}

@media only screen and (min-width: 60rem) {
  .article--teaser .teaser-content--column.image,
  .blog--teaser .teaser-content--column.image,
  .news--teaser .teaser-content--column.image {
    width: 24rem;
    max-width: 100%;
  }
}

.article--teaser .teaser-content--column.image img,
.blog--teaser .teaser-content--column.image img,
.news--teaser .teaser-content--column.image img {
  display: block;
}

.article--teaser .teaser-content--column.text,
.blog--teaser .teaser-content--column.text,
.news--teaser .teaser-content--column.text {
  position: relative;
  padding: 3.75rem 2.75rem 2.75rem;
  z-index: 1;
  display: inline-block;
  margin-left: 2rem;
  margin-top: -2rem;
}

.article--teaser .teaser-content--column.text:before,
.blog--teaser .teaser-content--column.text:before,
.news--teaser .teaser-content--column.text:before {
  content: "";
  transition: border 0.15s linear;
  border: 0.0625rem solid #FFCE67;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.article--teaser .teaser-content--column.text:hover:before,
.blog--teaser .teaser-content--column.text:hover:before,
.news--teaser .teaser-content--column.text:hover:before {
  border: 0.3125rem solid #6A24F5;
}

@media only screen and (max-width: 19.9375rem) {
  .article--teaser .teaser-content--column.text,
  .blog--teaser .teaser-content--column.text,
  .news--teaser .teaser-content--column.text {
    padding: 2.75rem 1rem 2.75rem 1rem;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 37.5rem) {
  .article--teaser .teaser-content--column.text,
  .blog--teaser .teaser-content--column.text,
  .news--teaser .teaser-content--column.text {
    margin-top: -4rem;
    padding: 6rem 2rem 2.7rem 2rem;
  }
}

@media only screen and (min-width: 60rem) {
  .article--teaser .teaser-content--column.text,
  .blog--teaser .teaser-content--column.text,
  .news--teaser .teaser-content--column.text {
    width: 24rem;
    max-width: 100%;
  }
}

.article--teaser .teaser-content--column.text .teaser-bundle,
.blog--teaser .teaser-content--column.text .teaser-bundle,
.news--teaser .teaser-content--column.text .teaser-bundle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.article--teaser .teaser-content--column.text h2,
.blog--teaser .teaser-content--column.text h2,
.news--teaser .teaser-content--column.text h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.93rem;
  overflow-wrap: break-word;
}

@media only screen and (min-width: 37.5rem) {
  .article--teaser .teaser-content--column.text h2,
  .blog--teaser .teaser-content--column.text h2,
  .news--teaser .teaser-content--column.text h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}

.article--teaser .teaser-content--column.text .teaser-link,
.blog--teaser .teaser-content--column.text .teaser-link,
.news--teaser .teaser-content--column.text .teaser-link {
  -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;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.125rem 1.3125rem 0.125rem 0.125rem;
  position: relative;
}

.article--teaser .teaser-content--column.text .teaser-link:before,
.blog--teaser .teaser-content--column.text .teaser-link:before,
.news--teaser .teaser-content--column.text .teaser-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #6A24F5;
  z-index: -1;
  transition: all .2s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .article--teaser .teaser-content--column.text .teaser-link:before,
  .blog--teaser .teaser-content--column.text .teaser-link:before,
  .news--teaser .teaser-content--column.text .teaser-link:before {
    transition: none;
  }
}

.article--teaser .teaser-content--column.text .teaser-link:hover,
.blog--teaser .teaser-content--column.text .teaser-link:hover,
.news--teaser .teaser-content--column.text .teaser-link:hover {
  color: #ffffff;
}

.article--teaser .teaser-content--column.text .teaser-link:hover:before,
.blog--teaser .teaser-content--column.text .teaser-link:hover:before,
.news--teaser .teaser-content--column.text .teaser-link:hover:before {
  width: calc(100% + 0.125rem + 0rem);
  height: calc(100% + 0.125rem);
  left: -0.125rem;
  right: 0;
}

.article--teaser .teaser-content--column.text .teaser-link:focus-visible,
.blog--teaser .teaser-content--column.text .teaser-link:focus-visible,
.news--teaser .teaser-content--column.text .teaser-link:focus-visible {
  outline: 0.125rem solid #6A24F5;
}

.article--teaser .teaser-content--column.text .teaser-link:focus-visible:before,
.blog--teaser .teaser-content--column.text .teaser-link:focus-visible:before,
.news--teaser .teaser-content--column.text .teaser-link:focus-visible:before {
  display: none;
}

.article--teaser .teaser-content--column.text .teaser-link:after,
.blog--teaser .teaser-content--column.text .teaser-link:after,
.news--teaser .teaser-content--column.text .teaser-link:after {
  content: "";
  background-image: url(/sites/default/themes/kansallisteatteri/components/_global/dist/right.svg);
  background-size: 0.75rem;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.125rem;
  width: 0.75rem;
}

.article--teaser .teaser-content--column.text .teaser-link:hover:after, .article--teaser .teaser-content--column.text .teaser-link:focus:after,
.blog--teaser .teaser-content--column.text .teaser-link:hover:after,
.blog--teaser .teaser-content--column.text .teaser-link:focus:after,
.news--teaser .teaser-content--column.text .teaser-link:hover:after,
.news--teaser .teaser-content--column.text .teaser-link:focus:after {
  background-image: url(/sites/default/themes/kansallisteatteri/components/_global/dist/right-white.svg);
}
