

.news-item__fusion::before {
    content: '';
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;

  background-image: linear-gradient(to right top, #70d16b, #60c060, #51b055, #419f4b, #318f40, #2b934b, #249656, #1d9a60, #24b284, #32caa8, #46e3cc, #5ffbf1);
}




.news-item__compat_checker {
    background-color: #GGGGGG;
}

.news-item__compat_checker::before {
    content: '';
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
/*
background:
    linear-gradient(135deg, rgb(34, 76, 152) 10%, transparent),
    repeating-linear-gradient(45deg, rgba(34, 76, 152, 1) 0%, rgba(31, 48, 94, 0.6) 5%, transparent 5%, transparent 10%),
    repeating-linear-gradient(-45deg, rgba(34, 76, 152, 0.4) 0%, rgba(31, 48, 94, 0.5) 5%, transparent 5%, transparent 10%);
  background-color: rgba(34, 76, 152, 0.25);
  */
background:
    linear-gradient(135deg, rgb(57, 127, 49) 10%, transparent),
    repeating-linear-gradient(45deg, rgba(57, 127, 49, 1) 0%, rgba(57, 127, 49, 0.6) 5%, transparent 5%, transparent 10%),
    repeating-linear-gradient(-45deg, rgba(57, 127, 49, 0.4) 0%, rgba(57, 127, 49, 0.5) 5%, transparent 5%, transparent 10%);
  background-color: rgba(57, 127, 49, 0.25);    
    
}

.news-item-base__compat_checker::before {
    content: '';
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
background:
    linear-gradient(135deg, rgb(35, 108, 187) 10%, transparent),
    repeating-linear-gradient(45deg, rgba(57, 127, 49, 1) 0%, rgba(57, 127, 49, 0.6) 5%, transparent 5%, transparent 10%),
    repeating-linear-gradient(-45deg, rgba(57, 127, 49, 0.4) 0%, rgba(57, 127, 49, 0.5) 5%, transparent 5%, transparent 10%);
  background-color: rgba(57, 127, 49, 0.25);    
    
}    
.news-item-priority__compat_checker::before {
    content: '';
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
background:
    linear-gradient(135deg, rgb(239, 65, 53) 10%, transparent),
    repeating-linear-gradient(45deg, rgba(57, 127, 49, 1) 0%, rgba(57, 127, 49, 0.6) 5%, transparent 5%, transparent 10%),
    repeating-linear-gradient(-45deg, rgba(57, 127, 49, 0.4) 0%, rgba(57, 127, 49, 0.5) 5%, transparent 5%, transparent 10%);
  background-color: rgba(57, 127, 49, 0.25);    
    
}    



.news-item {
    background-color: #GGGGGG;
}
.news-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;

  background-color: rgba(57, 127, 49, 1);    
    
}


.news-item__box-shadow {
    border-radius: 0.25rem;
    box-shadow: 0.1rem 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
    }


.news-item_subcont {
    background-color: #GGGGGG;
margin: 1rem auto;
    padding: 1rem 1rem 1rem;    
}

.news-item_specheight_280 {
    height: 280px !important;
}
.news-item_specheight_210 {
    height: 210px !important;
}
.news-item_specheight_350 {
    height: 350px !important;
}
.news-item_specheight_420 {
    height: 420px !important;
}

.news-item_specmargin_20_5 {
    margin: 20px 0px 20px 20px!important;
    width: 360px !important;
}
.news-item_specmargin_20_0 {
    margin: 20px 10px 20px 10px !important;    
    width: 360px !important;
}

.readmore_bottom_right {
  position: absolute;
  
  right: 0;
  bottom: 0;
}