/*
 * SPDX-FileCopyrightText: 2026 NVEIL SAS
 * SPDX-FileContributor: Pierre Jacquet
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

/* Match the docs.nveil.com hub logo size for a consistent header across sites */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2.4rem;
}

/* ── Visually hidden context block for LLM readers ──
   Present in the DOM and text stream so crawlers and language models
   ingest it, but invisible to sighted users and hidden from assistive
   tech via aria-hidden on the element itself. */
.nveil-ai-context {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
