.help-center,
.help-article {
	margin: 0 auto;
	max-width: 1120px;
}

.help-center__header {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.help-center__title,
.help-article__title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.help-center__search {
	margin-bottom: 18px;
}

.help-center__layout {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
}

.help-center__layout--wide {
	display: block;
}

.help-center__sidebar {
	position: sticky;
	top: 16px;
}

.help-center__sidebar-title {
	color: #536171;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.help-center__category-list {
	display: grid;
	gap: 4px;
}

.help-center__category {
	align-items: center;
	border-radius: 6px;
	color: #263241;
	display: flex;
	font-weight: 600;
	gap: 12px;
	justify-content: space-between;
	line-height: 1.25;
	padding: 9px 10px;
	text-decoration: none;
}

.help-center__category:focus,
.help-center__category:hover {
	background: #f4f6f8;
	color: #111827;
	text-decoration: none;
}

.help-center__category.is-active {
	background: #eef4ff;
	color: #075eb8;
}

.help-center__category-count {
	background: #dfe7f3;
	border-radius: 10px;
	color: #536171;
	flex: 0 0 auto;
	font-size: 12px;
	line-height: 1;
	min-width: 22px;
	padding: 4px 6px;
	text-align: center;
}

.help-center__category.is-active .help-center__category-count {
	background: #c9ddff;
	color: #075eb8;
}

.help-center__articles {
	display: grid;
	gap: 12px;
}

.help-center__article {
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 6px;
	color: #1f2933;
	display: block;
	padding: 16px;
	text-decoration: none;
}

.help-center__article:focus,
.help-center__article:hover {
	border-color: #0b66c3;
	color: #1f2933;
	text-decoration: none;
}

.help-center__article-title {
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.help-center__article-summary {
	color: #5f6b7a;
	display: block;
}

.help-center__article-category {
	color: #6c757d;
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

.help-article__back {
	display: inline-block;
	margin-bottom: 18px;
}

.help-article__content {
	max-width: 820px;
}

.help-article__summary {
	color: #5f6b7a;
	font-size: 18px;
	margin-bottom: 24px;
}

.help-article__body {
	line-height: 1.65;
}

.help-article__body img {
	height: auto;
	max-width: 100%;
}

.help-article__body table {
	max-width: 100%;
}

.help-article__video {
	aspect-ratio: 16 / 9;
	background: #111827;
	border-radius: 6px;
	margin-top: 24px;
	overflow: hidden;
	width: 100%;
}

.help-article__video iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.help-article__resources {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.help-article__updated {
	border-top: 1px solid rgba(15, 23, 42, 0.1);
	font-size: 13px;
	margin-top: 28px;
	padding-top: 12px;
}

@media (max-width: 767px) {
	.help-center__title,
	.help-article__title {
		font-size: 26px;
	}

	.help-center__layout {
		display: block;
	}

	.help-center__sidebar {
		margin-bottom: 18px;
		position: static;
	}

	.help-center__category-list {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.help-center__category {
		flex: 0 0 auto;
		min-width: 142px;
	}

	.help-article__video {
		margin-top: 20px;
	}
}
