/* Logo. Astra's header logo link gets the u-logo class from inc/nav.php.
   The image is 40px wide, which left the link a 40x17 tap target on
   phones; a 44px minimum height with the image centred in it makes the
   link a proper target without changing what is drawn. Audit,
   27 August 2026. All rules under .u-logo. */

.u-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
