.elementor-9534 .elementor-element.elementor-element-88a4ba1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9534 .elementor-element.elementor-element-07464da{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-07464da *//* ==============================
   NEWS FOOTER (BBC STYLE)
============================== */

.news-footer{
background:#1f4d2b;
color:#d6e3da;
font-family:system-ui;
direction:rtl;
}

/* container */

.news-footer-container{
max-width:1200px;
margin:auto;
padding:50px 20px;
}

/* grid */

.news-footer-grid{
display:grid;
grid-template-columns:1fr;
gap:35px;
}

/* logo */

.news-footer-logo{
font-size:24px;
font-weight:700;
color:#fff;
margin-bottom:10px;
}

.news-footer-desc{
font-size:14px;
line-height:1.7;
opacity:.85;
}

/* titles */

.news-footer-title{
color:#fff;
font-size:15px;
margin-bottom:15px;
font-weight:700;
}

/* links */

.news-footer-links{
list-style:none;
padding:0;
margin:0;
}

.news-footer-links li{
margin-bottom:8px;
}

.news-footer-links a{
text-decoration:none;
color:#d6e3da;
font-size:14px;
transition:.2s;
}

.news-footer-links a:hover{
color:#f4b740;
padding-right:4px;
}

/* social */

.news-footer-social{
display:flex;
gap:10px;
margin-top:15px;
}

.news-footer-social a{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:#2f6a3d;
border-radius:50%;
transition:.2s;
}

.news-footer-social a:hover{
background:#f4b740;
}

.news-footer-social svg{
width:18px;
height:18px;
fill:#fff;
}

/* bottom bar */

.news-footer-bottom{
background:#f4b740;
color:#1f2933;
text-align:center;
padding:14px;
font-size:13px;
}

/* ==============================
   Tablet
============================== */

@media (min-width:700px){

.news-footer-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* ==============================
   Desktop
============================== */

@media (min-width:1000px){

.news-footer-grid{
grid-template-columns:2fr 1fr 1fr 1fr 1fr;
}

}/* End custom CSS */