.elementor-14116 .elementor-element.elementor-element-98a4940{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14116 .elementor-element.elementor-element-98a4940:not(.elementor-motion-effects-element-type-background), .elementor-14116 .elementor-element.elementor-element-98a4940 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-14116 .elementor-element.elementor-element-2830a25{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(min-width:768px){.elementor-14116 .elementor-element.elementor-element-98a4940{--content-width:1350px;}}/* Start custom CSS for container, class: .elementor-element-98a4940 */.woolf-news-wrapper{
    max-width:800px;
    margin:auto;
}

.news-article{
    margin-bottom:120px;
}

.news-media{
    margin-bottom:35px;
}

.news-media img,
.news-media iframe{
    width:100%;
    max-width:800px;
    max-height:800px;

    display:block;
    margin:auto;

    object-fit:cover;
}

.news-media iframe{
    aspect-ratio:16/9;
    height:auto;
}

.news-heading{
   
    margin-bottom:30px;
}

.news-heading a{
    
    color:#d32891;
    text-decoration:none;
    font-size:42px;
    line-height:1.2;
    font-weight:500;
}

.news-full-content{
    color:#ffffff;
    line-height:1.9;
    font-size:18px;
}

.news-full-content p{
    color:#ffffff;
}

.news-full-content a{
    color:#d32891;
}

.news-pagination{
        margin-top:80px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    border-top:1px solid rgba(255,255,255,0.1);

    padding-top:40px;
}

.news-pagination a{
    display:inline-block;
    border:1px solid #d32891;
    padding:4px 28px;

    color:#d32891 !important;
    text-decoration:none !important;

    transition:.3s;
    
}
.news-article{
    margin-bottom:80px;
    padding-bottom:50px;

    border-bottom:1px solid grey;
}
.news-pagination a:hover{
    background:#d32891;
    color:#ffffff !important;
}

@media(max-width:768px){

    .news-heading a{
        font-size:28px;
    }

    .news-full-content{
        font-size:16px;
        line-height:1.8;
    }

    .news-article{
        margin-bottom:80px;
    }
    
    .news-pagination{
        justify-content: space-between;
        align-items:flex-start;
    }

}/* End custom CSS */