.main .guidelines h1,
.main .guidelines h2,
.main .guidelines h3,
.main .guidelines p {
	padding-bottom: 0;
	padding-top: 0;
}

.grid-2-desktop {
	grid-template-columns: 1fr 1fr !important;
}

@media only screen and (max-width: 735px) {
	.grid-2-desktop {
		grid-template-columns: 1fr !important;
	}
}

.main h1.typography-hero-headline {
	font-size: 40px;
	font-weight: 700;
}

.main h2 {
	font-size: 32px;
	font-weight: 700;
}

.section-content .row > .column.hig-right -nav {
	display: none;
}

.main .guidelines .topic-title {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.main .guidelines .topic-info {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	color: #a1a1a6;
}

@media only screen and (max-width: 735px) {
	.main .guidelines .topic-info {
		margin-top: 0em;
	}

	.topic .topic-text {
		margin-top: 0.5em;
	}
}

.main .guidelines .section-title {
	margin-top: 16px;
	margin-bottom: 8px;
}

.main .guidelines a.large-link-card {
	color: #000;
	text-decoration: none;
}

body[data-color-scheme="dark"] .main .guidelines a.large-link-card {
	color: #fff;
}

.main .guidelines a.large-link-card:hover p.link {
	text-decoration: underline;
}

.main .guidelines .section-title + p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
}

.main .guidelines .section-title + p + p {
	margin-top: 12px;
	/* padding-bottom: 32px; */
}

.main .guidelines .large-link-card {
	margin-bottom: 32px;
}

.main .guidelines .category-items.grid-2-desktop {
	color: #000;
}

body[data-color-scheme="dark"] .main .guidelines .category-items.grid-2-desktop {
	color: #fff;
}

/* HIG Overrides  */
body .main .hig-content > h2 {
	padding: 0;
	margin-bottom: 16px;
}

body .main h1 + p {
	margin: 48px 0;
}

@media only screen and (max-width: 735px) {
	body .main .hig-content > h2 {
		margin-top: 24px;
	}

	body .main h1 + p {
		margin: 24px 0 48px;
	}
}

body .main a.topic {
	margin-bottom: 0;
}

@media only screen and (max-width: 1068px) {
	body .main a.topic {
		margin-bottom: 24px;
	}
}
