.vh360-sqa {
	--vh360-sqa-blue: #3b5bc7;
	--vh360-sqa-dark: #172033;
	--vh360-sqa-border: #dfe4ee;
	color: var(--vh360-sqa-dark);
	font-size: 16px;
	line-height: 1.6;
}

.vh360-sqa .vh360-sqa-search,
.vh360-sqa .vh360-sqa-ask-section,
.vh360-sqa.vh360-sqa-ask {
	background: #f6f8fc;
	border: 1px solid var(--vh360-sqa-border);
	border-radius: 14px;
	padding: clamp(18px, 4vw, 32px);
}

.vh360-sqa .vh360-sqa-search > label,
.vh360-sqa .vh360-sqa-form > label {
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
}

.vh360-sqa .vh360-sqa-search-row { display: flex; gap: 10px; }
.vh360-sqa .vh360-sqa-search input,
.vh360-sqa .vh360-sqa-form input,
.vh360-sqa .vh360-sqa-form textarea {
	background: #fff;
	border: 1px solid #b8c1d2;
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--vh360-sqa-dark);
	font: inherit;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}
.vh360-sqa .vh360-sqa-search input:focus,
.vh360-sqa .vh360-sqa-form input:focus,
.vh360-sqa .vh360-sqa-form textarea:focus,
.vh360-sqa .vh360-sqa-submit:focus,
.vh360-sqa .vh360-sqa-search button:focus,
.vh360-sqa .vh360-sqa-login:focus,
.vh360-sqa .vh360-sqa-load-more:focus { outline: 3px solid rgba(59, 91, 199, .35); outline-offset: 2px; }
.vh360-sqa .vh360-sqa-search button,
.vh360-sqa .vh360-sqa-submit,
.vh360-sqa .vh360-sqa-login,
.vh360-sqa .vh360-sqa-load-more {
	background: var(--vh360-sqa-blue);
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	font-weight: 700;
	min-height: 48px;
	padding: 11px 22px;
	text-decoration: none;
}
.vh360-sqa .vh360-sqa-submit:disabled { cursor: wait; opacity: .65; }
.vh360-sqa .vh360-sqa-results { margin: 24px 0; }
.vh360-sqa .vh360-sqa-card {
	background: #fff;
	border: 1px solid var(--vh360-sqa-border);
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(23, 32, 51, .04);
	margin-bottom: 14px;
	overflow: hidden;
}
.vh360-sqa .vh360-sqa-question {
	padding: 18px 20px;
}
.vh360-sqa .vh360-sqa-author {
	align-items: center;
	display: flex;
	gap: 11px;
	margin-bottom: 11px;
}
.vh360-sqa .vh360-sqa-avatar {
	align-items: center;
	background: var(--vh360-sqa-blue);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 14px;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	letter-spacing: .02em;
	line-height: 1;
	text-transform: uppercase;
	width: 42px;
}
.vh360-sqa .vh360-sqa-author-name {
	color: var(--vh360-sqa-dark);
	font-size: 1em;
	line-height: 1.3;
}
.vh360-sqa .vh360-sqa-question-body {
	font-size: 1em;
}
.vh360-sqa .vh360-sqa-question-body > :first-child,
.vh360-sqa .vh360-sqa-answer-body > :first-child { margin-top: 0; }
.vh360-sqa .vh360-sqa-question-body > :last-child,
.vh360-sqa .vh360-sqa-answer-body > :last-child { margin-bottom: 0; }
.vh360-sqa .vh360-sqa-answer {
	background: #f8f9fc;
	border-top: 1px solid var(--vh360-sqa-border);
	padding: 18px 20px;
}
.vh360-sqa .vh360-sqa-answer:not(.vh360-sqa-awaiting) {
	border: 1px solid var(--vh360-sqa-border);
	border-left: 3px solid var(--vh360-sqa-blue);
	border-radius: 8px;
	margin: 0 14px 14px 54px;
}
.vh360-sqa .vh360-sqa-answer-author {
	margin-bottom: 11px;
}
.vh360-sqa .vh360-sqa-answer-body {
	font-size: 1em;
}
.vh360-sqa .vh360-sqa-awaiting { color: #5d6677; }
.vh360-sqa .vh360-sqa-awaiting > strong {
	color: #5d6677;
	margin-bottom: 0;
}
.vh360-sqa .vh360-sqa-load-more[hidden] { display: none; }
.vh360-sqa .vh360-sqa-form input { margin-bottom: 18px; }
.vh360-sqa .vh360-sqa-form textarea { margin-bottom: 20px; resize: vertical; }
.vh360-sqa .vh360-sqa-notice { border-radius: 8px; margin-bottom: 18px; padding: 12px 15px; }
.vh360-sqa .vh360-sqa-notice-success { background: #e9f8ef; border: 1px solid #79bd90; }
.vh360-sqa .vh360-sqa-notice-error { background: #fff0f0; border: 1px solid #dd8b8b; }
.vh360-sqa .vh360-sqa-loading { margin-bottom: 0; }
.vh360-sqa .vh360-sqa-pagination { margin-top: 10px; }
.vh360-sqa .vh360-sqa-load-previous { margin-top: 10px; }
@media (max-width: 600px) {
	.vh360-sqa .vh360-sqa-search-row { flex-direction: column; }
	.vh360-sqa .vh360-sqa-search button { width: 100%; }
	.vh360-sqa .vh360-sqa-question,
	.vh360-sqa .vh360-sqa-answer { padding-left: 16px; padding-right: 16px; }
	.vh360-sqa .vh360-sqa-answer:not(.vh360-sqa-awaiting) { margin-left: 32px; margin-right: 10px; }
	.vh360-sqa .vh360-sqa-avatar { flex-basis: 38px; height: 38px; width: 38px; }
}
