/*
 * Presentation-only companion fix for the 320px official-logo frame. The
 * active logo package hides non-frame spans; this explicit frame rule keeps
 * the actual logo area visible without restoring captions or Shop copy.
 */
.echo-mobile-brand-menu-card > .echo-official-logo-frame {
  display: flex !important;
}

