.news-wrap{
    display: flex;
    background: #f3f8f9;
    position: relative;

    padding: 0px 30px;
    flex-grow: 1;
    height: 150px;
    gap: 25px;
    overflow: hidden;
}
.news-wrap:after{
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 218px;
    height: calc(100% - 3px);
    position: absolute;
    background-image: linear-gradient(to right, #f3f8f9 30px, rgba(243, 248, 249, 0) 69px);
}
.news-title{
    width: 127px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0 25px;
    box-shadow: -5px 4px 7px 0 rgba(0, 0, 0, 0.12);
    border: solid 0 #de1a1a;
    background-color: #f3f8f9;
    flex-shrink: 0;
    box-sizing: border-box;
    z-index: 1;
    text-decoration: none !important;
    height: 100%;
}
.slider-header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
}
.slider-header__tag{
    color: #fff;
    text-decoration: none;
    background: red;
    padding: 0 4px;
    font-size: 14px;
}
.news-slider{
        width: calc(100% - 127px);
}
.slider-item{
    width: 276px;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(205, 205, 205, 0.25);
    border: solid 1px #efefef;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    direction: rtl;
    cursor: pointer;
    transition: all .3s ease;
  
}
.slider-header__time{
    font-size: 14px;
    font-weight: 340;
    letter-spacing: 0.14px;
    color: #78787b;
}
.slider-body{
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .14px;
    text-decoration: none !important;
}
.more-btn{
    width: 25px;
    height: 25px;
    box-shadow: 0 2px 5px 0 rgba(123, 123, 123, 0.4);
    border-radius: 50%;
    border: solid 1px #efefef;
    margin: 0 10px;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E %3Cpath id='arrow' d='M7.41,8.59,12,13.17l4.59-4.58L18,10l-6,6L6,10Z' transform='translate(-6 -8.59)'/%3E %3C/svg%3E") no-repeat center 9px #fff;
    box-sizing: border-box;
    cursor: pointer;
transition: all .3s ease;
   
}
.more-btn.active{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.sharing-btn{
    width: 25px;
    height: 25px;
    margin: 0 10px;
    background-size: contain;
    background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23z96p6565za)'%3E %3Cpath d='M17.188 5.469a2.344 2.344 0 0 0-2.344 2.343c0 .14.014.278.04.414l-5.358 2.681a2.343 2.343 0 0 0-1.713-.75 2.344 2.344 0 0 0 0 4.687 2.344 2.344 0 0 0 1.713-.751l5.354 2.68a2.344 2.344 0 1 0 1.372-1.733c-.294.13-.56.318-.778.555l-5.354-2.678a2.338 2.338 0 0 0-.004-.835l5.358-2.676a2.344 2.344 0 0 0 1.713.75 2.344 2.344 0 1 0 0-4.687z' fill='%23000'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='z96p6565za'%3E %3Cpath fill='%23fff' d='M0 0h25v25H0z'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") no-repeat center center transparent;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
.slider-footer__sharing{
    position: relative;
}
.slider-footer{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.more-wrapper{
    display: none;
    
}
.sharing-wrapper{
    display: flex;
    gap: 10px;
    border-radius: 27px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    box-sizing: border-box;
    align-items: center;
    z-index: 2;
    padding: 8px 12px;
    position: absolute;
    top: -7px;
    left: 100%;
    display: none;
}
.sharing-wrapper__item{
    width: 20px;
    display: flex;
}
.footer-btns{
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;

}
.active{
    display: flex;
}
.slick-slide {
    margin-right: 10px; /* Adjust this value to set the desired gap */
}

/* Optional: Adjust the last slide's margin to avoid extra spacing */
.slick-slide:last-child {
    margin-right: 0;
}
.slick-arrow{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: unset;
    z-index: 2;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-arrow.slick-prev {
    left: -5px;
    right: unset;
}
.slick-arrow.slick-next {
    right: -20px;
    left: unset;

}
.slick-arrow svg{
    width: 23px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(123, 123, 123, 0.4);
    padding: 4px;
}
.slick-arrow svg path{
    stroke: #de1a1a;
}
.slick-arrow.slick-next svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.news-slider .slick-track{
    margin-top: 13px;
}
.news-title h3{
    font-weight: bold;
    font-family: var( --e-global-typography-f4f672c-font-family ), Sans-serif;
}
.news-title .gotoButton{
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px;
    border-radius: 18px;
    border: solid 1px #000;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-family: var( --e-global-typography-f4f672c-font-family ), Sans-serif;
}
@media screen and (max-width:767px){
    .news-wrap{
        width: 100%;
        flex-direction: column;
        height: auto;
        gap: 0;
    }
    .news-slider{
        width: auto;
    }
    .news-slider .slick-track{
        margin-top: 0;
        padding: 10px 0;
    }
    .news-wrap:after{
        display: none;
    }
    .slick-arrow.slick-prev{
        left: -30px;
    }
}