.news-item-button:after, .news-item-content .date:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light); }

.div.dynamic_page_field .dynamic_field_type_news {
  padding: 0px; }

.comp-news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  container-name: comp-news;
  container-type: inline-size;
  gap: 15px;
  font-size: 14px; }

.news-item {
  container-name: news-item;
  container-type: inline-size;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-grow: 1;
  text-decoration: none;
  color: #000; }

.news-item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  grid-area: button;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all .2s ease-in-out; }
  .news-item-button:after {
    content: '\f105';
    margin-left: 10px;
    transition: margin .2s ease-in-out; }

.news-item-content {
  background: #fff;
  border: 1px solid #e4e4e4;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  grid-template-areas: "image" "title" "text" "date" "button";
  padding: 15px;
  transition: all .2s ease-in-out;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  flex-grow: 1; }
  .news-item-content .image {
    position: relative;
    grid-area: image;
    overflow: hidden;
    height: 200px; }
    .news-item-content .image .image-container {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover;
      transition: all .2s ease-in-out;
      background-color: #fff;
      background-blend-mode: multiply; }
  .news-item-content .title {
    grid-area: title;
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all .2s ease-in-out; }
  .news-item-content .date {
    grid-area: date;
    font-size: 13px;
    padding-top: 10px;
    text-align: right; }
    .news-item-content .date:before {
      content: '\f073';
      margin-right: 5px; }
  .news-item-content .text {
    grid-area: text;
    font-size: 14px;
    line-height: 25px;
    max-height: 127px;
    overflow: hidden; }
  .news-item-content:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.2); }
    .news-item-content:hover .image .image-container {
      width: 110%;
      height: 110%;
      left: -5%;
      top: -5%; }
    .news-item-content:hover .news-item-button {
      background: transparent;
      color: #000; }
      .news-item-content:hover .news-item-button:after {
        margin-left: 20px; }

@container news-item (width < 300px) {
  .news-item-content .image {
    height: 100px; } }
@container comp-news (width < 500px) {
  .news-item {
    width: 100%; } }
@container comp-news (width >= 500px) and (width < 1000px) {
  .news-item {
    min-width: 40%; } }
@container comp-news (width >= 1000px) and (width < 1500px) {
  .news-item {
    min-width: 300px; } }
@container comp-news (width >= 1500px) {
  .news-item {
    min-width: 300px; } }
.sinside-cms .comp-news {
  /*        &:before{
              @extend %fa_light;
              content: '\f044';
              display: flex;
              justify-content: center;
              align-items: center;
              width: 100%;
              height: 100%;
              left: 0px;
              top: 0px;
              position: absolute;
              background: rgba(#fff, 0.8);
              color: #000;
              opacity: 0;
              z-index: 100;
              font-size: 40px;
              transition: all .2s ease-in-out;
          }
          
          &:hover{
              &:before{
                  opacity: 1;
              }
          }*/ }
  .sinside-cms .comp-news * {
    pointer-events: none; }

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