#qa-section {
	margin-top: 56px;
}

#qa-section.prod-qa-section {
	color: #45556c;
}

#qa-section .prod-qa-section__inner {
	margin: 0 auto;
	padding: 48px clamp(24px, 5vw, 72px);
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	background: linear-gradient(180deg, #f8fafc 0%, #f7fafc 100%);
}

#qa-section .prod-qa-section__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

#qa-section .prod-qa-section__title {
	margin: 0;
	color: #0f172b;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 32px;
	text-transform: uppercase;
}

#qa-section .prod-qa-section__intro {
	margin: 0;
	color: #64748b;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#qa-section .prod-qa-section__search-shell {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding: 18px 20px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#qa-section .prod-qa-section__search-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: #64748b;
	font-size: 18px;
}

#qa-section .filter_qa_input {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #475569;
	font-size: 16px;
	line-height: 24px;
}

#qa-section .filter_qa_input:focus {
	outline: none;
	box-shadow: none;
}

#qa-section .filter_qa_input::placeholder,
#qa-section .qa_input::placeholder {
	color: #6b7280;
}

#qa-section .prod-qa-section__results {
	margin-top: 24px;
}

#qa-section .qa_table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.qa_table tr.qa_headers {
	display: none !important;
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 2) > td.qa_votes {
	width: 72px;
	min-width: 72px;
	padding: 24px 15px !important;
	border: 1px solid #f1f5f9 !important;
	border-right: 0 !important;
	border-radius: 16px 0 0 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	vertical-align: top;
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 2) > td:last-child {
	padding: 24px 28px 14px 0 !important;
	border-top: 1px solid #f1f5f9 !important;
	border-right: 1px solid #f1f5f9 !important;
	border-radius: 0 16px 0 0;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 3) > td:last-child {
	position: relative;
	padding: 0 28px 28px 44px !important;
	border-right: 1px solid #f1f5f9 !important;
	border-bottom: 1px solid #f1f5f9 !important;
	border-radius: 0 0 16px 0;
	background: #ffffff;
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 3) > td:last-child::before {
	content: "A";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #415b6c;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 4) > td {
	padding: 0 !important;
	height: 24px;
	border: 0 !important;
	background: transparent;
}

#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 4) hr {
	height: 24px;
	margin: 0;
	border: 0;
	background: transparent;
}

#qa-section .qa_votes .thumbs-up {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23415b6c' d='M2 10.75C2 9.78 2.78 9 3.75 9H7v11H3.75A1.75 1.75 0 0 1 2 18.25v-7.5ZM9 20V9.44c0-.42.15-.83.42-1.15l3.8-4.53A1.5 1.5 0 0 1 15.87 5l-.68 4H19a2 2 0 0 1 1.96 2.39l-1.27 6.5A2.75 2.75 0 0 1 16.99 20H9Z'/%3E%3C/svg%3E");
	display: block;
	width: 27px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 4px;
	cursor: pointer;
}

#qa-section .qa_votes .thumbs-down {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23415b6c' d='M22 13.25c0 .97-.78 1.75-1.75 1.75H17V4h3.25A1.75 1.75 0 0 1 22 5.75v7.5ZM15 4v10.56c0 .42-.15.83-.42 1.15l-3.8 4.53A1.5 1.5 0 0 1 8.13 19l.68-4H5a2 2 0 0 1-1.96-2.39l1.27-6.5A2.75 2.75 0 0 1 7.01 4H15Z'/%3E%3C/svg%3E");
	display: block;
	width: 27px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 5px;
	cursor: pointer;
}

#qa-section .qa_votes .votes-count {
	display: block;
	text-align: center;
	color: #0f172b;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
}

#qa-section .qa_votes .votes-title {
	display: block;
	text-align: center;
	padding-bottom: 8px;
	color: #94a3b8;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 16px;
	text-transform: uppercase;
}

#qa-section .votes-question {
	display: inline;
	color: #0f172b;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
}

#qa-section .votes-question:hover,
#qa-section .votes-question:focus-visible {
	color: #0f172b;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

#qa-section .qa_answer.btn,
#qa-section .qa_vote_answer,
#qa-section .qa_question_button,
#qa-section .qa_button_submit,
#qa-section .qa_comment,
#qa-section #show_more {
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

#qa-section .qa_answer.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	padding: 8px 14px;
	border: 1px solid #d8e2ec;
	background: #ffffff;
	color: #415b6c;
	box-shadow: none;
}

#qa-section .votes-answer {
	display: block;
	margin-bottom: 10px;
	color: #475569;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#qa-section .qa_table small {
	color: #64748b;
	font-size: 12px;
	line-height: 18px;
}

#qa-section .comment-link,
#qa-section .votes-more-answers {
	color: #415b6c;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
}

#qa-section .qa_vote_answer,
#qa-section .qa_comment,
#qa-section .qa_button_submit,
#qa-section .qa_question_button,
#qa-section #show_more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 18px;
	border: 1px solid #d8e2ec;
	background: #ffffff;
	color: #415b6c;
	box-shadow: none;
}

#qa-section .qa_question_button {
	border-color: #0f172b;
	background: #0f172b;
	color: #ffffff;
}

#qa-section .qa_vote_answer:hover,
#qa-section .qa_vote_answer:focus-visible,
#qa-section .qa_comment:hover,
#qa-section .qa_comment:focus-visible,
#qa-section .qa_button_submit:hover,
#qa-section .qa_button_submit:focus-visible,
#qa-section .qa_question_button:hover,
#qa-section .qa_question_button:focus-visible,
#qa-section #show_more:hover,
#qa-section #show_more:focus-visible,
#qa-section .qa_answer.btn:hover,
#qa-section .qa_answer.btn:focus-visible {
	outline: none;
	box-shadow: none;
	filter: brightness(0.97);
}

#qa-section #show_more {
	margin: 8px auto 0;
}

#qa-section .prod-qa-section__ask-form {
	margin-top: 24px;
}

#qa-section .prod-qa-section__ask-form .form-group {
	margin: 0;
}

#qa-section .prod-qa-section__ask-form .input-group {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	border: 2px dashed #cbd5e1;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
}

#qa-section .prod-qa-section__ask-form .input-group-addon {
	padding: 0;
	border: 0;
	background: transparent;
	color: #415b6c;
	font-size: 18px;
}

#qa-section .qa_input {
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #0f172b;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

#qa-section .qa_input:focus {
	outline: none;
	box-shadow: none;
}

#qa-section .qa_input_details {
	display: none;
	margin-top: 16px;
	padding: 20px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#qa-section .qa_input_details .form-group,
#qa-section .collapse .form-group,
#qa-section .collapse .compact-field,
#qa-section .collapse .col-xs-12,
#qa-section .collapse .col-md-6,
#qa-section .qa_input_details .col-xs-12,
#qa-section .qa_input_details .col-md-6 {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
}

#qa-section .qa_input_details,
#qa-section .collapse .form-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

#qa-section .collapse {
	display: none;
}

#qa-section .collapse.in,
#qa-section .collapse.show {
	display: block;
}

#qa-section .collapse .form-list {
	margin-top: 16px;
	padding: 16px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
	overflow: visible !important;
}

#qa-section .qa_input_details input,
#qa-section .collapse input,
#qa-section .qa_input_details textarea,
#qa-section .collapse textarea {
	width: 100%;
	min-height: 44px;
	padding: 11px 14px;
	border: 1px solid #d8e2ec;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: none;
	color: #122033;
	font-size: 14px;
	line-height: 20px;
}

#qa-section .collapse textarea,
#qa-section .qa_input_details textarea {
	min-height: 120px;
	resize: vertical;
}

#qa-section .collapse label {
	display: block;
	margin-bottom: 6px;
	color: #64748b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 16px;
	text-transform: uppercase;
}

#qa-section .collapse .input-box {
	width: 100%;
}

#qa-section .collapse .form-group.col-xs-12,
#qa-section .collapse .text-left,
#qa-section .qa_input_details .form-group:last-child {
	grid-column: 1 / -1;
}

@media screen and (max-width: 960px) {
	#qa-section {
		margin-top: 48px;
	}

	#qa-section .prod-qa-section__inner {
		padding: 40px 24px;
	}

	#qa-section .qa_input_details,
	#qa-section .collapse .form-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 640px) {
	#qa-section {
		margin-top: 40px;
	}

	#qa-section .prod-qa-section__inner {
		padding: 32px 18px;
		border-radius: 20px;
	}

	#qa-section .prod-qa-section__title {
		font-size: 20px;
		line-height: 28px;
	}

	#qa-section .prod-qa-section__search-shell,
	#qa-section .prod-qa-section__ask-form .input-group {
		padding: 16px;
	}

	#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 2) > td.qa_votes {
		width: 56px;
		min-width: 56px;
		padding: 20px 8px !important;
	}

	#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 2) > td:last-child {
		padding: 20px 16px 12px 0 !important;
	}

	#qa-section .qa_table > tbody > tr:not(.qa_headers):nth-child(3n + 3) > td:last-child {
		padding: 0 16px 20px 36px !important;
	}

	#qa-section .qa_answer.btn {
		margin-top: 12px;
		margin-left: 0;
	}

	#qa-section .qa_input_details,
	#qa-section .collapse .form-list {
		grid-template-columns: minmax(0, 1fr);
	}
}
