/* ==========================================================================
   Top utility bar (.header_top.home6) -- partner-site logo links (OJFM,
   Shopping Mall Myanmar) added alongside the existing Gmail/Viber links, in
   both the desktop bar and the mobile drawer's utility row. Real logo
   assets: ojfm.jpg is a circular badge (JF Myanmar mark on a white card,
   no alpha channel since it's a JPG), smm.png is a wide wordmark (bag icon
   + black "Shopping Mall Myanmar" text).
   ========================================================================== */

.header-top-logo-link {
	display: inline-flex;
	align-items: center;
	transition: transform 0.2s ease;
}

.header-top-logo-link:hover {
	transform: translateY(-1px);
}

.header-top-logo-link--ojfm img {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	object-fit: cover;
}

.header-top-logo-link--smm img {
	height: 20px;
	width: auto;
}

.mobile-nav-drawer__utility .header-top-logo-link--ojfm img {
	width: 22px;
	height: 22px;
}

/* smm.png's wordmark is black text -- needs a light backdrop to read on
   the drawer's dark navy gradient background, unlike the desktop bar
   (already a light cream background) which needs no backdrop. */
.mobile-nav-drawer__utility .header-top-logo-link--smm {
	background: #ffffff;
	border-radius: 6px;
	padding: 3px 6px;
}

.mobile-nav-drawer__utility .header-top-logo-link--smm img {
	height: 14px;
	width: auto;
}
