h2 + h3,
h3 {
	margin-top: 1.6em;
}

.image-library {
	border: 1px solid #ccc;
}
body[data-color-scheme="dark"] .image-library {
	border-color: #777;
}

.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

ul.no-bullet {
	margin-left: 0;
}

table {
	margin: 2em 0 3.6em;
	border: 1px solid #ccc;
	border-right: none;
}

thead th {
	font-weight: 600;
}

thead th,
tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

thead th:nth-of-type(1) {
	width: 400px;
}
thead th:nth-of-type(2) {
	width: 85px;
}
thead th:nth-of-type(3) {
	width: 250px;
}

tbody th.subhead-inline {
	text-align: left;
	font-weight: 600;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 10px;
}

@media only screen and (max-width: 1068px) {
	thead th:nth-of-type(1) {
		width: 260px;
	}
	thead th:nth-of-type(2) {
		width: 85px;
	}
	thead th:nth-of-type(3) {
		width: 174px;
	}
}

@media only screen and (max-width: 734px) {
	thead th:nth-of-type(1) {
		width: 40%;
	}
	thead th:nth-of-type(2) {
		width: 20%;
	}
	thead th:nth-of-type(3) {
		width: 40%;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}
	.column-flex-center .device-iphone-x-silver-container {
		margin-top: 2em;
		margin-bottom: 1em;
	}
}

/* dark mode */
body[data-color-scheme="dark"] thead th,
body[data-color-scheme="dark"] tbody td,
body[data-color-scheme="dark"] tbody th.subhead-inline {
	border-color: var(--fill-gray-quaternary);
}

/* ========== Grid ========== */
#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: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}