.portal-nav {
  min-height: 46px;
  margin: 0;
  padding: 7px clamp(14px, 4vw, 54px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow-x: auto;
  background: #092944;
  color: #fff;
  border-bottom: 3px solid #f5c64f;
  position: relative;
  z-index: 40;
}

.portal-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  padding: 6px 9px;
  border-radius: 4px;
}

.portal-nav a:hover,
.portal-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, .14);
  color: #f5c64f;
}
