.gtsp-aff-header{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; padding:12px; margin:12px 0;
  background:#fff; border:1px solid #ddd; border-radius:8px;
}
.gtsp-aff-nav{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; }
.gtsp-aff-nav a{
  display:inline-block; padding:8px 10px; border:1px solid #ddd; border-radius:6px;
  text-decoration:none;
}
.gtsp-aff-nav a.is-active{ font-weight:700; border-color:#2271b1; }
.gtsp-aff-right{ display:flex; gap:10px; align-items:center; margin-left:auto; }
.gtsp-aff-right .who{ font-weight:700; }
.gtsp-aff-right a.logout{ text-decoration:none; }
