.faq-howto-posts{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq-howto-posts .faq-howto-post{
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	padding: 40px 88px 40px 40px;
	background-color: #090909;
	border: 1px solid transparent;
	border-radius: 24px;
}
.faq-howto-posts .faq-howto-post:before{
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background: linear-gradient(280.52deg, rgba(255, 255, 255, 0.08) 8.88%, rgba(255, 255, 255, 0.12) 93.05%);
	border-radius: 24px;
	z-index: 0;
}
.faq-howto-posts .faq-howto-post:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #090909;
	border-radius: 24px;
	z-index: 1;
}
.faq-howto-posts .faq-howto-post *{
	z-index: 2;
}
.faq-howto-posts .faq-howto-post .faq-howto-post-title{
	color: var(--white-color);
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
}
.faq-howto-posts .faq-howto-post *:not(.faq-howto-post-title){
	color: var(--e-global-color-f5805af);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
}
.faq-howto-posts .faq-howto-post a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right 40px center;
}

.faq-howto-posts + .ts-faq-howto-loading{
	text-align: center;
	padding-top: 80px;
}
.faq-howto-posts + .ts-faq-howto-loading img{
	-webkit-animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1366px) {
	.faq-howto-posts{
		gap: 8px;
	}
	body.tax-all_faqs_and_how_to .faq-howto-posts{
		gap: 16px;
	}
	.faq-howto-posts .faq-howto-post{
		padding: 24px 64px 24px 24px;
		border-radius: 16px;
	}
	body.tax-all_faqs_and_how_to .faq-howto-posts .faq-howto-post{
		border-radius: 24px;
	}
	.faq-howto-posts .faq-howto-post .faq-howto-post-title{
		font-size: 16px;
		line-height: 24px;
	}
	body.tax-all_faqs_and_how_to .faq-howto-posts .faq-howto-post .faq-howto-post-title{
		font-size: 20px;
		line-height: 28px;
	}
	.faq-howto-posts .faq-howto-post a{
		background-position: right 24px center;
	}
}
@media only screen and (max-width: 1024px) {
	body:not(.tax-all_faqs_and_how_to) .faq-howto-posts .faq-howto-post a{
		opacity: 0;
	}
}
@media only screen and (max-width: 1024px) {
	body.tax-all_faqs_and_how_to .faq-howto-posts{
		gap: 8px;
	}
	body.tax-all_faqs_and_how_to .faq-howto-posts .faq-howto-post{
		border-radius: 16px;
	}
	body.tax-all_faqs_and_how_to .faq-howto-posts .faq-howto-post .faq-howto-post-title{
		font-size: 16px;
		line-height: 24px;
	}
}