#p214AccountBar {
  background: #314027;
  color: #f8f6f1;
  font-size: 0.92rem;
}

#p214AccountBar .p214-account-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
}

#p214AccountBar .p214-account-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

#p214AccountBar a,
#p214AccountBar .p214-account-logout {
  color: #f8f6f1;
}

#p214AccountBar a {
  text-decoration: underline;
}

#p214AccountBar .p214-account-logout {
  background: transparent;
  border: 1px solid rgba(248, 246, 241, 0.55);
  border-radius: 999px;
  padding: 4px 12px;
  cursor: pointer;
  font: inherit;
}

/* Login button: same footprint as .donate in the main nav */
.header .nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Login sizing lives in index.html with .donate so both nav pills always match. */

@media (max-width: 1120px) {
  .header .nav-account.is-authed {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}