/* spotlight */
.modal .modal-content .spotlight-search {margin-left: auto;margin-right: auto;}
.modal .modal-content .spotlight .tile-copy {text-align:center;}
.modal .modal-content .spotlight .spotlight-search {padding: 3px 40px 7px 70px;}

@media only screen and (max-width: 1068px) {
	.modal .modal-content .spotlight-search {margin-left: auto;margin-right: auto;}
	.modal .modal-content .spotlight .tile-copy {text-align:center;}
}

@media only screen and (max-width: 734px) {
	.modal .modal-content .spotlight-search {margin-left:0}
	.modal .modal-content .spotlight .tile-copy {text-align:left;}
	.modal .modal-content .spotlight .spotlight-search {padding: 3px 12px 7px 42px;}
}

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


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

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

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

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

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

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

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

@media only screen and (max-width: 734px){
	html[lang=zh-MO] .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;
	}
}