/* Supplied CI originals: preserve accent colours on every surface. */
.header .brand img,.footer .brand img,.roles-v2 img,
.connected-products a>img,.product-mini-row img,.osj-connected-list>a>img,
.cover-logo,.log-analyzer img {filter:none;}
.product-logo img,.mosaic-copy>img {filter:drop-shadow(0 2px 6px #0008);}
.uni-logo:before,.uni-core-logo:before {
  background:var(--brand-image) center/contain no-repeat;
  mask-image:none;-webkit-mask-image:none;
  filter:drop-shadow(0 0 8px color-mix(in srgb,var(--node-accent) 25%,transparent));
}
.cover-logo[src*="brand/osboard-"] {width:255px;max-width:100%;height:43px;}
.product-logo img[src*="brand/osboard-"] {width:220px;max-width:220px;height:42px;}
.connected-products a>img[src*="brand/osboard-"] {width:220px;height:43px;}
.mosaic-copy>img[src*="brand/osboard-"] {width:240px;height:43px;}
.product-mini-row img[src*="brand/osboard-"] {width:95px;height:32px;}
.roles-v2 img[src*="brand/osboard-"] {width:185px;max-width:100%;}
.osj-connected-list>a>img[src*="brand/osboard-"] {width:115px;height:36px;}
.osj-connected-list>a:has(>img[src*="brand/osboard-"]) {grid-template-columns:115px 1fr auto;}
.universe-node[data-product="whiteboard"] .uni-logo {width:175px;}
@media(max-width:760px){
  .cover-logo[src*="brand/osboard-"] {width:220px;height:36px;}
  .product-logo img[src*="brand/osboard-"] {width:195px;max-width:195px;height:38px;}
  .mosaic-copy>img[src*="brand/osboard-"] {width:210px;height:36px;}
  .connected-products a>img[src*="brand/osboard-"] {width:205px;height:38px;}
  .product-mini-row img[src*="brand/osboard-"] {width:68px;min-width:68px;height:28px;}
  .universe-node[data-product="whiteboard"] .uni-logo {width:94px;}
}
