#ve-professional-nav {
  clear: both;
  position: relative;
  z-index: 20;
  width: 100%;
  background: #fff;
  border-top: 1px solid #edf0f3;
  box-shadow: 0 5px 18px rgba(7, 31, 61, .07);
}

.ve-main-nav {
  background: #071f3d;
  padding: 0 max(24px, calc((100vw - 1568px) / 2));
}

.ve-nav-links {
  min-height: 48px;
  display: flex;
  align-items: stretch;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ve-nav-links::-webkit-scrollbar { display: none; }

.ve-nav-links a {
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.ve-nav-links a:hover,
.ve-nav-links a:focus-visible {
  color: #ffd55c;
  background: rgba(255,255,255,.07);
  border-bottom-color: #f4bf00;
  outline: none;
}

.ve-nav-links .ve-rfq-link {
  color: #071f3d;
  background: #f4bf00;
  font-weight: 800;
}

.ve-nav-links .ve-rfq-link:hover,
.ve-nav-links .ve-rfq-link:focus-visible {
  color: #071f3d;
  background: #ffd55c;
}

.ve-trust-strip {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3.5vw, 54px);
  padding: 7px 20px;
  color: #30445c;
  background: #fffaf0;
  border-bottom: 1px solid #f1e2b7;
  font-size: 12.5px;
  font-weight: 650;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.ve-trust-strip::-webkit-scrollbar { display: none; }
.ve-trust-strip b { color: #138a4a; margin-right: 4px; }

@media (max-width: 760px) {
  .ve-main-nav { padding: 0; }
  .ve-nav-links { min-height: 44px; padding: 0 8px; }
  .ve-nav-links a { padding: 0 13px; font-size: 12.5px; }
  .ve-trust-strip {
    justify-content: flex-start;
    gap: 18px;
    padding: 7px 12px;
    font-size: 11.5px;
  }
}
