/* Keep the logo at the top-left and align with the title */
#branding.amspec-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

#branding .amspec-logo img {
  height: 36px;     /* adjust to taste */
  display: block;
}

#branding #site-name { margin: 0; }
#branding #site-name a { text-decoration: none; }
