.rfa-news-body{background:#f5f5f5}
.rfa-news-header{background:#fff;border-bottom:1px solid #e7e7e7}
.rfa-news-header-row{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.rfa-news-header #logo{margin:0}
.rfa-news-header #logo img{width:auto;max-width:241px;height:55px;object-fit:contain}
.rfa-news-account{display:flex;align-items:center;gap:9px}
.rfa-news-account a{display:inline-flex;align-items:center;min-height:36px;padding:0 13px;border:1px solid #ddd;border-radius:3px;color:#333;font-size:12px;font-weight:700;text-decoration:none}
.rfa-news-account a:last-child{border-color:#097a41;background:#097a41;color:#fff}
.rfa-news-header .nav-wrap{background:#151515}
.rfa-news-header .nav-wrap>.container{display:flex;align-items:center;justify-content:space-between;gap:20px}
.rfa-news-header .mainnav{float:none}
.rfa-news-header .mainnav>ul>li>a{padding:20px 14px;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}
.rfa-news-header .mainnav>ul>li>a.active,.rfa-news-header .mainnav>ul>li>a:hover{background:#097a41;color:#fff}
.rfa-news-search{display:flex;align-items:center;gap:0;min-width:260px}
.rfa-news-search input{height:36px;min-width:0;flex:1;padding:0 10px;border:0;background:#fff;color:#222;font-size:12px}
.rfa-news-search button{height:36px;padding:0 12px;border:0;background:#097a41;color:#fff;font-size:11px;font-weight:800}
.rfa-news-main{padding:45px 0 70px}
.rfa-news-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.rfa-news-heading h1{margin:0;color:#181818;font-size:36px;line-height:1.05;font-weight:800}
.rfa-news-heading p{margin:8px 0 0;color:#777}
.rfa-news-categories{display:flex;gap:7px;flex-wrap:wrap}
.rfa-news-categories a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid #ddd;border-radius:3px;background:#fff;color:#444;font-size:11px;font-weight:700;text-decoration:none}
.rfa-news-categories a.active,.rfa-news-categories a:hover{border-color:#097a41;background:#097a41;color:#fff}
.rfa-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.rfa-news-card{overflow:hidden;border:1px solid #e2e2e2;background:#fff;box-shadow:0 7px 24px rgba(0,0,0,.05)}
.rfa-news-card>a{display:block;color:inherit;text-decoration:none}
.rfa-news-card img{width:100%;height:220px;object-fit:cover}
.rfa-news-card__body{padding:18px}
.rfa-news-card__body span{color:#097a41;font-size:10px;font-weight:800;text-transform:uppercase}
.rfa-news-card__body h2{margin:8px 0 9px;color:#181818;font-size:20px;line-height:1.25;font-weight:800}
.rfa-news-card__body p{margin:0;color:#676767;font-size:13px;line-height:1.65}
.rfa-news-card__body small{display:block;margin-top:13px;color:#999;font-size:10px}
.rfa-news-featured{display:grid;grid-template-columns:1.25fr .75fr;min-height:390px;margin-bottom:28px;background:#111;color:#fff}
.rfa-news-featured img{width:100%;height:100%;min-height:390px;object-fit:cover}
.rfa-news-featured>div{display:flex;flex-direction:column;justify-content:center;padding:34px}
.rfa-news-featured span{color:#42c77f;font-size:11px;font-weight:800;text-transform:uppercase}
.rfa-news-featured h2{margin:12px 0 16px;color:#fff;font-size:34px;line-height:1.15;font-weight:800}
.rfa-news-featured p{color:#c8c8c8;line-height:1.7}
.rfa-news-featured a{margin-top:18px;color:#42c77f;font-weight:800;text-decoration:none}
.rfa-news-article{max-width:900px;margin:auto;padding:45px 0 70px}
.rfa-news-article__meta{display:flex;gap:12px;flex-wrap:wrap;color:#097a41;font-size:11px;font-weight:800;text-transform:uppercase}
.rfa-news-article h1{margin:14px 0 22px;color:#181818;font-size:clamp(34px,5vw,58px);line-height:1.05;font-weight:850}
.rfa-news-article>img{width:100%;max-height:560px;margin-bottom:28px;object-fit:cover}
.rfa-news-article__content{padding:28px;background:#fff;border:1px solid #e3e3e3;color:#444;font-size:16px;line-height:1.8}
.rfa-news-article__content p{margin:0 0 18px}
.rfa-news-back{display:inline-flex;margin-top:18px;color:#097a41;font-weight:800;text-decoration:none}
.rfa-news-empty{grid-column:1/-1;padding:35px;background:#fff;border:1px dashed #ccc;color:#777;text-align:center}
.rfa-news-footer{padding:35px 0;background:#111;color:#aaa}
.rfa-news-footer>.container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.rfa-news-footer img{width:auto;height:45px;object-fit:contain}
.rfa-news-footer p{margin:10px 0 0;font-size:12px}
.rfa-news-footer nav{display:flex;gap:16px;flex-wrap:wrap}
.rfa-news-footer nav a{color:#ddd;font-size:12px;text-decoration:none}
@media(max-width:980px){.rfa-news-header .nav-wrap>.container{align-items:stretch;flex-direction:column;padding-bottom:12px}.rfa-news-header .mainnav>ul>li>a{padding:14px 10px}.rfa-news-search{width:100%;min-width:0}.rfa-news-grid{grid-template-columns:1fr 1fr}.rfa-news-featured{grid-template-columns:1fr}}
@media(max-width:640px){.rfa-news-header-row{min-height:82px}.rfa-news-header #logo img{max-width:168px;height:44px}.rfa-news-account a{padding:0 9px;font-size:10px}.rfa-news-header .mainnav>ul{display:flex;overflow:auto}.rfa-news-header .mainnav>ul>li{float:none;flex:0 0 auto}.rfa-news-heading{align-items:flex-start;flex-direction:column}.rfa-news-grid{grid-template-columns:1fr}.rfa-news-featured img{min-height:240px}.rfa-news-featured>div{padding:24px}.rfa-news-featured h2{font-size:27px}.rfa-news-card img{height:210px}.rfa-news-article{width:min(100% - 24px,900px);padding-top:28px}.rfa-news-article__content{padding:20px}.rfa-news-footer>.container{align-items:flex-start;flex-direction:column}}
