body[data-color-scheme="light"] main {
	background-color: #fafafa;
}

h2 + h3 {
	margin-top: 0.4em;
}

.column-flex-center {
	align-self: center;
}

#play-btn,
.icon-playcircle::after,
.icon-pausecircle::after,
.icon-replay::after {
	color: #06c;
	font-size: 16px;
}

body[data-color-scheme="dark"] #play-btn,
body[data-color-scheme="dark"] .icon-playcircle::after,
body[data-color-scheme="dark"] .icon-pausecircle::after,
body[data-color-scheme="dark"] .icon-replay::after {
	color: var(--glyph-blue);
}

.caption-video {
	margin-left: 18px;
}

.row.divider-top {
	padding-top: 4em;
}

.row-flex {
	margin: 4em 0;
}
.row-flex:last-of-type {
	margin-bottom: 0;
}

.row-flex.divider-top {
	margin-top: 0;
	padding-top: 4em;
}

li,
li + ul {
	margin-bottom: 10px;
}

ul.no-bullet li {
	margin-top: 0.8em;
}

.section .row:not(:first-of-type) {
	margin-top: 38px;
}

.row.row-alignment,
.row.row-whitespace {
	margin-top: 3em;
}

.section-print figcaption {
	margin: 2em 0 1em;
}

#overlay-content .agreement .form-box label {
	font-size: 14px;
}

@media only screen and (max-width: 734px) {
	.column-flex-center {
		align-self: unset;
	}
	.row.divider-top {
		padding-top: 2em;
	}
	.row-flex {
		margin: 0;
		padding: 1em 0 2em;
	}
	.row-flex:last-of-type {
		padding-bottom: 0;
	}
	.row-flex.divider-top {
		margin-top: 0;
		padding-top: 2em;
	}
	.section .row {
		margin-top: 0;
	}
	.row.row-alignment,
	.row.row-whitespace {
		margin-top: 1em;
	}
	.image-flex {
		margin-top: 1em;
	}
	.section-print figcaption.caption-preferred {
		margin: -1em 0 1em;
	}
}

/* IMAGES */

picture {
	display: block;
}

.screen-iphone13 {
	background-image: url("/licensing-trademarks/add-to-apple-wallet-and-health-guidelines/images/screen-iphone13.jpg");
}

.hero-image,
.hero-image img {
	width: 250px;
	height: auto;
}

.button-example img {
	width: auto;
	height: 61px;
	margin-bottom: 0.8em;
}

.button-localized img {
	width: auto;
	height: 61px;
}

.button-background img {
	width: 402px;
	height: auto;
}

.button-clearspace-size img {
	width: 350px;
	height: auto;
}

.button-iphone img {
	width: 250px;
	height: auto;
}

.button-clearspace img {
	width: 350px;
	height: auto;
}

.qr-code img {
	width: 100px;
	height: auto;
}

.qr-code-align img {
	width: 326px;
	height: auto;
}

.qr-code-donts img {
	width: 326px;
	height: auto;
}

.button-badges-donts img {
	width: 205px;
	height: auto;
	margin-bottom: 0.5em;
	margin-top: 1.3em;
}

.button-badges-donts:first-of-type {
	margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.button-clearspace img {
		width: 280px;
	}

	.button-background img {
		width: 280px;
	}

	.button-clearspace-size img {
		width: 280px;
	}

	.qr-code-align img {
		width: 280px;
	}

	.qr-code-donts img {
		width: 280px;
	}
}

#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}

#main section.section:not(:last-of-type) {
	padding-bottom: 0;
}

#main section .section-content .row.divider-top + .row {
	margin-top: 0.8em;
}

@media only screen and (max-width: 734px) {
	#main section.section .row:not(:first-of-type) {
		margin-top: 0;
	}
	#main section.section:not(:last-of-type) {
		padding-bottom: 0;
	}
}
