/* Devenders: enlarge header logo (header is 56px; default logo cap was 18px) */
:root { --logo-height: 40px; }
.logo img,
.logo picture,
.logo span > img { max-height: 40px !important; width: auto !important; height: auto !important; }
