.mg-topbar{background:#0a1628;color:#fff;font-size:13px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mg-topbar__inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}
.mg-topbar__left{display:flex;gap:20px}
.mg-topbar__left a{color:rgba(255,255,255,.85);text-decoration:none;transition:color .2s}
.mg-topbar__left a:hover{color:#fff}
.mg-topbar__center{color:#2d8c3c;font-weight:700;letter-spacing:.3px}
.mg-topbar__right{color:rgba(255,255,255,.7)}
@media(max-width:768px){
  .mg-topbar__inner{justify-content:center;text-align:center}
  .mg-topbar__left,.mg-topbar__right{display:none}
}
