/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./components/news/news-item-thumbnail/news-item-thumbnail.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.news-item-thumbnail {
  aspect-ratio: 15/25;
  position: relative;
  --news-item-thumbnail-padding: 1rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 644px) {
  .news-item-thumbnail {
    aspect-ratio: 1;
    --news-item-thumbnail-padding: 1.5rem;
  }
}
.news-item-thumbnail .content-wrapper,
.news-item-thumbnail .img-wrapper {
  position: absolute;
  inset: 0;
}
.news-item-thumbnail .news-item-thumbnail-title {
  line-height: 17px;
}
@media (min-width: 992px) {
  .news-item-thumbnail .news-item-thumbnail-title {
    line-height: 27px;
  }
}
.news-item-thumbnail .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  bottom: 0;
  z-index: 5;
  padding: 0 1rem 3rem 1rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8029586835) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background-image 0.2s;
  min-height: 50%;
}
@media (min-width: 644px) {
  .news-item-thumbnail .content-wrapper {
    padding: var(--news-item-thumbnail-padding);
  }
}
.news-item-thumbnail .content-wrapper .tags {
  height: 1rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .news-item-thumbnail .content-wrapper .tags {
    height: 1.4rem;
  }
}
.news-item-thumbnail .img-wrapper {
  aspect-ratio: unset;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.news-item-thumbnail.news-item-content .button-read-more {
  position: absolute;
  bottom: 0.4rem;
  right: 0.4rem;
  z-index: 5;
}
.news-item-thumbnail .background-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(var(--color-primary-rgb), 0);
  z-index: 1;
  transition: background-color 0.2s;
}
.news-item-thumbnail .button-read-more,
.news-item-thumbnail .tag {
  transition: all 0.2s;
}
.news-item-thumbnail:hover .background-overlay {
  background-color: rgba(var(--color-primary-rgb), 0.85);
}
.news-item-thumbnail:hover .button-read-more {
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.news-item-thumbnail:hover .tag {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

/*# sourceMappingURL=news-item-thumbnail.css.map*/