.sectionwrap{margin:60px 0;}
.sectionwrap section{margin:40px 0!important;}
.sectionwrap h2.heading{font-size:1.638rem;}

[data-custom-section="news-entry"] {margin:60px 0 60px 0;}
[data-custom-section="news-entry"] .headwrap{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;align-items:center;padding-bottom:60px;border-bottom:1px solid;border-color:var(--darkBlue);margin-bottom:60px;}
[data-custom-section="news-entry"] .headwrap .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="news-entry"] .headwrap p.datewrap{margin-bottom:20px;}
[data-custom-section="news-entry"] .headwrap .text-content{font-size:1.125rem;}
[data-custom-section="news-entry"] .headwrap .image img{border-radius:15px;}

[data-custom-section="news-entry"] .image-block-wrapper{margin:40px 0;display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center;}
[data-custom-section="news-entry"] .image-block-wrapper img{border-radius:15px;}

[data-custom-section="news-entry"] .downloads{margin:40px 0;}
[data-custom-section="news-entry"] ul.downloads{margin:20px 0;padding:0;list-style:none;width:fit-content;}
[data-custom-section="news-entry"] ul.downloads li a{display:grid;grid-template-columns:1fr 22px;align-items:center;font-size:1.068rem;font-weight:400;border-bottom:1px solid;border-color:var(--darkBlue);text-decoration:none;padding:6px 0;gap:20px;color:var(--darkBlue);}
[data-custom-section="news-entry"] ul.downloads li a::after{content:'';width:22px;height:12px;background-image:url('../../core/icons/rightarrow.svg');background-repeat:no-repeat;background-size:contain;filter:var(--darkBlueFilter);transition: transform 0.25s ease;}
[data-custom-section="news-entry"] ul.downloads li a:hover::after{transform: translateX(4px);}

@media (max-width:960px)
{
    [data-custom-section="news-entry"] .headwrap{grid-template-columns:unset;gap:40px;}
}
@media (max-width:720px)
{
    [data-custom-section="news-entry"] .image-block-wrapper{flex-direction:column;}
}