.help-center .single-post__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.help-center .single-post__head #faq-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	z-index: 1;
	transition: all .25s ease-in-out;
}

.help-center .single-post__head #faq-search:not(.show) {
	display: none;
	opacity: 0;
}

.help-center main.faq-posts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.help-center main.faq-posts>a {
	padding: 16px;
	background: rgba(15, 16, 38, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	width: 100%;
	display: block;
}

.help-center aside ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.help-center aside a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 12px;
	line-height: 30px;
}

.help-center aside form {
	margin-bottom: 16px;
}

.help-center aside.recent a {
	padding: 19.5px 12px;
}

.help-center aside.categories a.current,
.help-center aside a:hover,
.helpful-button:hover {
	background: #642EFF;
}

.help-center aside .title {
	display: block;
	padding: 12px 16px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.help-center aside.categories .faq-cat-icon {
	width: 20px;
	object-fit: contain;
}

.help-center aside.categories .faq-cat-icon-wrapper,
.help-center .modal-button,
.help-center aside.categories .categories-head button {
	border: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 14px;
	overflow: hidden;
	z-index: 0;
}

.help-center aside.categories .faq-cat-icon-wrapper {
	width: 42px;
	height: 42px;
	padding: 20px;
}

.help-center .modal-button {
	width: 50px;
	height: 50px;
	background: transparent;
	margin: 0;
}

.help-center .modal-buttons {
	display: flex;
	gap: 12px;
}

.help-center .modal-buttons.hide {
	opacity: 0;
}

.help-center .single-post__title,
.helpful-title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
}

.help-center .single-post__title,
.help-center .single-post__text {
	order: initial;
}

.help-center .single-post__title {
	margin-top: 0;
}

.help-center .single-post__text {
	font-size: 16px;
	line-height: 24px;
}

.helpful-button {
	width: 100%;
	padding: 14px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(223, 225, 255, 0.4);
	border-radius: 30px;
}

.helpful-buttons {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.help-center aside.recent .related {
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 16px;
	min-width: 198px;
	font-size: 14px;
	background: rgba(15, 16, 38, 0.4);
}

.help-center .search-results .results-title {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	font-weight: 600;
}

.help-center .search-results .faq-post-link:hover {
	background: rgba(100, 46, 255, 1)
}

.help-center .search-results .article-title {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 12px;
	font-weight: 500;
}

.help-center .search-results .article-excerpt {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
}

.help-center .search-results .faq-post-link .highlight {
	display: inline-block;
	padding: 2px 4px;
	background: rgba(255, 255, 255, 0.26);
	border-radius: 6px;
}

@media (max-width: 767px) {
	.container-content {
		flex-direction: column;
	}
	.helpful {
		margin-bottom: 62px;
	}
	#categories {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(5, 5, 17, 0.6);
		backdrop-filter: blur(24px);
		z-index: 999;
		overflow: hidden;
		transition: all .25s ease-in-out;
	}
	#categories .categories-head {
		padding: 18px 20px;
	}
	#categories .categories-head  button {
		background: transparent;
		width: 50px;
		height: 50px;
		margin-left: auto;
	}
	#categories ul {
		overflow-y: auto;
	}
	#categories:not(.show) {
		display: none;
		opacity: 0;
	}
	#faq-search input {
		padding: 13px 24px 13px 58px;
	}
}

@media (min-width: 768px) {
	.helpful-buttons {
		flex-direction: row;
	}
	.help-center .single-post__title,
	.helpful-title {
		font-size: 32px;
		line-height: 42px;
	}

	.help-center .single-post__text {
		font-size: 18px;
		line-height: 30px;
	}

	.help-center .container-content {
		gap: 21px;
	}

	.help-center main.single-post__inner,
	.help-center main.faq-posts {
		order: 1;
	}

	.help-center main.single-post__inner {
		flex: 0 0 55%;
		max-width: 642px;
	}
	.help-center aside.categories,
	.help-center aside.recent {
		height: max-content;
	}
	.help-center aside.categories {
		border: 1px solid rgba(255, 255, 255, 0.4);
		border-radius: 16px;
		min-width: 198px;
		font-size: 14px;
	}
	.help-center.single-post aside.categories {
		order: 0;
	}
	.help-center.single-post aside.recent {
		order: 2;
		width: 100%;
		font-size: 16px;
	}
	.help-center .search-results .results-title {
		font-size: 50px;
		line-height: 1;
	}
}

@media (min-width: 1199px) {
	.help-center .container-content {
		gap: 42px;
	}
}