@import url("/assets/docs-translation-assistant.css");

.xueai-docs-bar {
  position: relative;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 44px;
  padding: 8px 22px;
  color: #dffcf0;
  background: #06251a;
  border-bottom: 1px solid #1a5c43;
  font: 600 13px/1.4 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.xueai-docs-bar a {
  color: inherit;
  text-decoration: none;
}

.xueai-docs-bar a:hover {
  color: #72f1bd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.xueai-docs-bar__home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.xueai-docs-bar__home::before {
  content: "←";
  color: #72f1bd;
}

.xueai-docs-bar__source {
  color: #a9c8ba;
  font-weight: 500;
  text-align: right;
}

.xueai-docs-bar__source a {
  color: #dffcf0;
}

@media (max-width: 720px) {
  .xueai-docs-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 9px 14px;
  }

  .xueai-docs-bar__source {
    text-align: left;
  }
}
