.nav-client-portal {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 16px;
  height: 44px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.18s;
  vertical-align: middle;
  line-height: 44px;
}
.nav-client-portal:hover {
  color: #0467fb;
}
.nav-client-portal svg {
  flex-shrink: 0;
  margin-bottom: 1px;
}

.nav-btn-sep {
  display: inline-block;
  width: 1px;
  height: 22px;
  background: #e5e7eb;
  vertical-align: middle;
  margin: 0 4px;
  flex-shrink: 0;
}

.nav-talk-pill {
  display: inline-flex;
  align-items: center;
  height: 42px;
  padding: 0 24px;
  margin-left: 8px;
  border-radius: 9999px;
  background: #0467fb;
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 12px rgba(4, 103, 251, 0.30);
  transition: box-shadow 0.2s, transform 0.15s;
  vertical-align: middle;
  border: none;
  line-height: 42px;
}
.nav-talk-pill:hover {
  box-shadow: 0 4px 20px rgba(4, 103, 251, 0.45);
  transform: translateY(-1px);
  color: #fff !important;
}
