
.typography-callout:lang(zh-HK) {
    
}
.highlight:before {
    transform: translateY(-56%);
}


.highlight-wrapper.hl .highlight:before {
    transform: translateY(-50%);
}

.section-tools .highlight-wrapper .highlight:before {
    transform: translateY(-50%);
}



/* Fix Highlight */
p .highlight, h3 .highlight {
	z-index: -1;
}

.section-content-bentos h2.bentos-intro-headline {
	position: relative;
	z-index: 1;
}

.section-content-bentos h2.bentos-intro-headline .highlight, h2.apps-headline .highlight, h2.section-built-in-apps .highlight {
	z-index: -1;
}


.ml06 {
    margin-left: 0.5em;
}
@media only screen and (min-width: 736px) {
    .ml06_lm {
        margin-left: 0.5em;
    }
}
@media only screen and (max-width: 735px) {
    .ml06_s {
        margin-left: 0.5em;
    }
}
.highlight-green.mobile span.highlight:nth-child(1) {
	margin-left: 0.2em;
}

.highlight-green.mobile span.highlight:nth-child(2) {
	margin-left: 0.5em;
}




@media only screen and (min-width: 1069px) {
    .section-how-to-buy-module .column-buy {
		padding-left: 96px;
		padding-right: 0;
	}
	.modal .section-how-to-buy-module .column-buy {
		padding-left: 96px;
		}
}
.section-how-to-buy-module .column-buy .column-content {
    max-width: 100%;
}

@media only screen and (min-width: 860px) and (max-width: 1068px) {
    .section-how-to-buy-module .column-buy {
		padding-right: 0;
		padding-left: 50px;
	}
	.section-how-to-buy-module .column-contact {
		padding-left: 50px;
	}
	.modal .section-how-to-buy-module .column-buy {
		padding-left: 90px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 859px) {
    .section-how-to-buy-module .column-buy {
		padding-right: 0;
		padding-left: 50px;
		transform: translateX(15%);
	}
	.section-how-to-buy-module .column-contact {
		padding-left: 0;
		transform: translateX(-6%);
	}
}


.l-p-highlight {
	color: #ff5748;
	position: absolute;
}

/* how-to-buy modal: title white, body grey (match HEdu) */
#modal-how-to-buy .callouts .callout .subsection-copy-block {
	color: var(--sk-glyph-gray-secondary);
}
#modal-how-to-buy .callouts .callout .subsection-copy-block .subhead {
	color: var(--sk-glyph-gray);
	font-weight: 600;
}

#modal-how-to-buy a.email {
	text-decoration: none;
}
#modal-how-to-buy a.email:hover {
	text-decoration: underline;
}
