
/* GA News Section v1.5 */
.ga-section{margin:28px 0}
.ga-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.ga-section__title{margin:0;font-weight:800;font-size:22px;text-transform:uppercase}
.ga-section__more{color:#1b2eb0;text-decoration:none;font-weight:600}
.ga-section__more:hover{text-decoration:underline}

.ga-news{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 44px}
.ga-news__item{display:block}
.ga-news__thumb{display:block;border-radius:12px;overflow:hidden;background:#eee}
.ga-news__thumb img{display:block;width:100%;height:220px;object-fit:cover}

.ga-news__meta{display:flex;gap:16px;align-items:center;color:#797979;font-size:13px;margin:10px 0 8px}
.ga-news__date:before{content:"📅";margin-right:6px}
.ga-news__time:before{content:"⏰";margin-right:6px}

.ga-news__title{margin:0 0 10px;font-weight:800;font-size:18px;line-height:1.35}
.ga-news__title a{color:#111;text-decoration:none}
.ga-news__title a:hover{color:#1b2eb0}
.ga-news__excerpt{font-size:14px;line-height:1.6;color:#444}

@media (max-width:900px){
  .ga-news{grid-template-columns:1fr;gap:24px}
  .ga-news__thumb img{height:200px}
}
