.phoneTopBar{
	position: relative;
}
.phoneTopBar > h3{
	position: absolute;
	right: 35px;
	top: 0;
	height: 40px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	white-space: nowrap;
	direction: ltr;
	z-index: 120;
	font-size: 16px;
}

/* JW 2026/02/06 DMV3：右上角新增「下載 pdf」連結（與「線上購物」並排） */
.phoneTopBar > h3 > a{
	margin-left: 0;
	display: inline-flex;
	align-items: center;
	text-decoration: underline;
	position: relative;
	z-index: 121;
}

.phoneTopBar > h3 > .dmPdfDownloadLink{
	margin-right: 8px;
}

.phoneTopBar > h3 > .dmTopBarLinkSep{
	margin: 0 8px;
	text-decoration: none;
	position: relative;
	z-index: 121;
}