/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
/*

- Add icon variables here, f.e.

$icon-check: '<svg width="18" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 11.2 3.4 7.6 2 9l5 5 9-9-1.4-1.4z" fill="currentColor"/></svg>';


- This variables can be used like this:

.className {
  background-image: background-icon($icon-check, $primary-color-1);
}

*/
@media (min-width: 768px) {
  .snk-news-teaser:nth-child(3n+1) .snk-news-teaser-link::after {
    content: "";
    position: absolute;
    left: -100vw;
    width: 200vw;
    bottom: 0;
    height: 0.5px;
    background: #101010;
  }
}
.snk-news-teaser-block {
  padding-bottom: 0;
  margin-bottom: 6.5rem;
  overflow: visible;
}
@media (min-width: 768px) {
  .snk-news-teaser-block.snk-news-teaser-type-teaser {
    border-bottom: 0.5px solid #101010;
  }
}
@media (min-width: 768px) {
  .snk-news-teaser-main-heading {
    position: relative;
  }
  .snk-news-teaser-main-heading .snk-roofline {
    padding-bottom: 2.5rem;
  }
  .snk-news-teaser-main-heading .snk-btn-primary {
    position: absolute;
    bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .snk-news-teaser-main-heading .snk-h2_semibold {
    margin-bottom: 1.5rem;
  }
}
.snk-news-teaser-category {
  background: #101010;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  color: #fff;
  padding: 0.25rem 1rem 0.1875rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3;
}
.snk-news-teaser-category::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #101010;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.snk-news-teaser-category::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background: #101010;
  position: absolute;
  transform: rotate(45deg);
  left: -0.71875rem;
  top: -0.25rem;
}
.snk-news-teaser-link {
  position: relative;
  padding-top: 0.125rem;
  padding-left: 0.125rem;
  flex-basis: calc(50% - 1.5rem);
  text-decoration: none;
  display: block;
}
@media (max-width: 767.98px) {
  .snk-news-teaser-link::after {
    content: "";
    position: absolute;
    left: -1.5rem;
    right: -1.5rem;
    bottom: 0;
    height: 0.5px;
    background: #101010;
  }
}
.snk-news-teaser-link::before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 0;
  bottom: -1.5rem;
  width: 0.5px;
  background: #101010;
}
.snk-news-teaser-link:hover .snk-news-teaser-img-wrapper img, .snk-news-teaser-link:active .snk-news-teaser-img-wrapper img {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
.snk-news-teaser-link:hover .snk-btn-icon-only, .snk-news-teaser-link:active .snk-btn-icon-only {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #00ff59;
}
.snk-news-teaser-link:hover .snk-btn-icon-only svg, .snk-news-teaser-link:active .snk-btn-icon-only svg {
  color: #101010;
}
.snk-news-teaser-link:focus-visible .snk-btn-icon-only {
  outline: 1px solid #101010;
  outline-offset: 3px;
}
.snk-news-teaser-img-wrapper {
  overflow: hidden;
}
.snk-news-teaser-img-wrapper img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease;
}
.snk-news-teaser-content {
  padding: 2rem 1rem 1rem;
}
.snk-news-teaser-date {
  color: #101010;
  font-size: 0.875rem;
  line-height: 1.3;
}
.snk-news-teaser-description {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #101010;
  display: -webkit-box;
  font-weight: 400;
  text-overflow: ellipsis;
  height: 2.8rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .snk-news-teaser-description {
    height: 3.1494375rem;
  }
}