/*
 * SPDX-FileCopyrightText: 2026 NVEIL SAS
 * 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;
  /* The "NVEIL" wordmark sits high in the logo canvas; nudge down to
     baseline-align it with the header title text. */
  transform: translateY(0.2rem);
}
