﻿:root {
  --hd-logo-size: 42px;
  --hd-logo-y: -7px;
}

/* HerdDeck user-controlled logo adjustment */
header a:first-child img:first-of-type,
.site-header a:first-child img:first-of-type,
nav a:first-child img:first-of-type,
.navbar a:first-child img:first-of-type {
  height: var(--hd-logo-size) !important;
  max-height: var(--hd-logo-size) !important;
  width: auto !important;
  transform: translateY(var(--hd-logo-y)) !important;
  object-fit: contain !important;
  display: block !important;
}

header a:first-child,
.site-header a:first-child,
nav a:first-child,
.navbar a:first-child {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}
