/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-content/news-item-content.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.news-item-content .button-read-more {
  border-radius: 100%;
  width: 26px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.news-item-content .button-read-more:not([href]) {
  cursor: default;
}
@media (min-width: 644px) {
  .news-item-content .button-read-more {
    position: static;
    right: unset;
    bottom: unset;
    width: 19px;
    height: 25px;
    font-size: 25px !important;
  }
}
@media (min-width: 992px) {
  .news-item-content .button-read-more {
    width: 36px;
    height: 36px;
    font-size: 36px !important;
  }
}
.news-item-content .img-wrapper img[src*="default.webp"] {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.news-item-content .default-image {
  background-image: var(--default-image-path);
  background-size: cover;
  background-position: center;
  -webkit-filter: invert(1);
          filter: invert(1);
}

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