.topbar-nav > .topbar-btn,
.topbar-nav > .topbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: none;
}

.topbar-nav > .topbar-btn.active {
  border-bottom-color: #e6d064;
  color: #e6d064;
}

.topbar-nav > .topbar-btn:hover,
.topbar-nav > .topbar-link:hover {
  color: #e6d064;
}
