/* 2021.5.21 */
html[lang=zh-HK] .icon-wrapper .icon, html[lang=zh-HK] .icon-wrapper .more::after, html[lang=zh-HK] .icon-wrapper .icon-before::before, html[lang=zh-HK] .icon-wrapper .icon-after::after {
    position: relative;
}

/* 2021.7.23 */
html[lang=zh-HK] .modal.modal-standard .airdrop p.tile-copy {
	padding-bottom: 50px;
}

html[lang=zh-HK] .modal.modal-standard .universal-clipboard p.tile-copy {
	padding-right: 116px;
}

html[lang=zh-HK] .modal.modal-standard .text-phone-calls p.tile-copy {
	padding-right: 82px;
}

@media only screen and (max-width: 1068px) {
	html[lang=zh-HK] .modal.modal-standard .airdrop p.tile-copy {
		padding-bottom: 80px;
	}
	html[lang=zh-HK] .modal.modal-standard  .universal-clipboard p.tile-copy,
	html[lang=zh-HK] .modal.modal-standard .text-phone-calls p.tile-copy {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 734px) {
	html[lang=zh-HK] .modal.modal-standard .airdrop p.tile-copy {
		padding-bottom: 30px;
	}
	html[lang=zh-HK] .modal.modal-standard  .universal-clipboard p.tile-copy,
	html[lang=zh-HK] .modal.modal-standard .text-phone-calls p.tile-copy {
		padding-right: 30px;
	}
}

/* 2021.7.28 */
html[lang=zh-HK] .section-icloud .section-tile .tile-content .typography-tile-headline {
	max-width: 528px;
}

@media only screen and (max-width: 1068px) {
	html[lang=zh-HK] .section-icloud .section-tile .tile-content .typography-tile-headline {
		max-width: 410px;
	}
}

@media only screen and (max-width: 734px){
	html[lang=zh-HK] .section-icloud .section-tile .tile-content .typography-tile-headline {
		max-width: 335px;
	}
}


/* 2022-10-24 */
.modal .modal-content .tile-content.flex-direction-row-reverse .overview-macos-mission-control {
	margin-left: -26px;
}
	
.modal .modal-content .mission-control .tile-copy {
	margin-right: 84px;
}

@media only screen and (max-width: 1068px) {
	.modal .modal-content .tile-content.flex-direction-row-reverse .overview-macos-mission-control {
		margin-left: 0;
	}
	
	.modal .modal-content .mission-control .tile-copy {
		margin-right: 0;
	}
}

br.xlarge1 {
	display: block;
}
@media only screen and (max-width: 1086px) {
	br.xlarge1 {
		display: none;
	}
}
