nav.fixed .co-brand-original { display: none !important; }

.co-brand-header {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.co-brand-header img {
  display: block;
  mix-blend-mode: multiply;
}

.co-brand-header .co-brand-pharmlabz { width: auto; height: 36px; }
.co-brand-header .co-brand-tirzena { width: auto; height: 31px; }
.co-brand-header .co-brand-divider { width: 1px; height: 38px; flex: 0 0 1px; background: #c8c7c2; }

@media (max-width: 767px) {
  .co-brand-header { gap: 9px; }
  .co-brand-header .co-brand-pharmlabz { height: 25px; }
  .co-brand-header .co-brand-tirzena { height: 23px; }
  .co-brand-header .co-brand-divider { height: 28px; }
}
