.saas-topbar {
  position: sticky;
  top: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 42px;
  padding: 0 16px;
  background: #ffffff;
  color: #17202a;
  border-bottom: 1px solid #d9e0e7;
  font: 14px/1.4 Inter, ui-sans-serif, system-ui, sans-serif;
}

.saas-topbar a {
  color: #06616b;
  font-weight: 700;
  text-decoration: none;
}

.saas-topbar em {
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #edf1f5;
  color: #06616b;
  font-style: normal;
}

.saas-topbar-spacer {
  flex: 1;
}

@media (max-width: 860px) {
  .saas-topbar {
    flex-wrap: wrap;
    padding: 8px 12px;
  }
}
