/* ====== AIG HEADER MARK + ACCOUNT LINK ====== */
.nav-right{display:flex;align-items:center;gap:20px;justify-content:flex-end}
.nav-mark{width:28px;height:28px;display:block;object-fit:contain;flex-shrink:0}
@media(max-width:760px){
  .nav-right{gap:12px}
  .nav-mark{width:22px;height:22px}
}
