/* Blend the approved mark into its surface; no tile or border. */
.brand{display:inline-flex;align-items:center;gap:8px}
.brand .brand-icon{display:inline-block;position:relative;width:36px;height:36px;flex:0 0 36px;transform:none;border:0;border-radius:0;background:transparent url("notatky-logo.png") center/contain no-repeat;mix-blend-mode:var(--logo-blend,multiply);filter:var(--logo-filter,contrast(1.2))}
.brand .brand-icon::before,.brand .brand-icon::after{content:none}
[data-theme=dark]{--logo-blend:screen;--logo-filter:contrast(1.2) invert(1) hue-rotate(180deg)}
[data-theme=light]{--logo-blend:multiply;--logo-filter:contrast(1.2)}
@media(max-width:600px){.brand .brand-icon{width:32px;height:32px;flex-basis:32px}}
