/* Product Q&A — standalone buyer Q&A above Reviews (Amazon-like, not shop promo) */

.vv-qa-break {
	display: block !important;
	float: none !important;
	clear: both !important;
	flex: 0 0 100% !important;
	flex-basis: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	align-self: stretch !important;
	grid-column: 1 / -1 !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.product > .vv-qa-break {
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
}

.vv-qa {
	--vv-qa-ink: #0f1111;
	--vv-qa-muted: #565959;
	--vv-qa-line: #d5d9d9;
	--vv-qa-soft: #f7f8f8;
	--vv-qa-link: #007185;
	margin-block: 1.5rem 1.25rem;
	margin-inline: auto;
	padding: 0 0 4px;
	width: 100%;
	max-width: var(--theme-container-width, 1290px);
	box-sizing: border-box;
	color: var(--vv-qa-ink);
	border: 0;
	background: transparent;
}

.single-product .vv-qa.is-width-constrained {
	width: var(--theme-container-width) !important;
	max-width: var(--theme-block-max-width) !important;
}

.vv-qa__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 24px;
	flex-wrap: wrap;
	margin: 0 0 12px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px solid var(--vv-qa-line);
	background: none;
}

.vv-qa__heading {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--vv-qa-ink);
}

.vv-qa__count {
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--vv-qa-muted);
}

.vv-qa__lede {
	margin: 0;
	max-width: 40rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--vv-qa-muted);
}

.vv-qa__buyer-note {
	margin: 6px 0 0;
	max-width: 40rem;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--vv-qa-muted);
}

.vv-qa__verified {
	color: var(--vv-qa-muted);
	font-size: 0.75rem;
	font-weight: 500;
}

.vv-qa__ask-open {
	min-height: 38px;
	padding: 0 14px !important;
	border: 1px solid #888c8c !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--vv-qa-ink) !important;
	font-weight: 600 !important;
	flex: 0 0 auto;
	white-space: nowrap;
	box-shadow: 0 1px 0 rgba(15, 17, 17, 0.08);
}

.vv-qa__ask-open:hover {
	background: #f7f8f8 !important;
}

.vv-qa__header-actions {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 1 auto;
	min-width: 0;
}

.vv-qa__sort {
	position: relative;
	z-index: 5;
	flex: 0 0 auto;
}

.vv-qa__sort-btn {
	display: inline-flex;
	align-items: center;
	width: auto;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #888c8c;
	border-radius: 8px;
	background: #fff;
	color: var(--vv-qa-ink);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(15, 17, 17, 0.08);
}

.vv-qa__sort-btn:hover,
.vv-qa__sort.is-open .vv-qa__sort-btn {
	background: #f7f8f8;
}

.vv-qa__sort-menu {
	position: absolute;
	top: calc(100% + 4px);
	right: 0;
	left: auto;
	min-width: 180px;
	z-index: 20;
	margin: 0;
	padding: 6px;
	list-style: none;
	border: 1px solid var(--vv-qa-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 17, 17, 0.12);
}

.vv-qa__sort-menu[hidden] {
	display: none !important;
}

.vv-qa__sort-opt {
	display: block;
	width: 100%;
	padding: 8px 10px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: var(--vv-qa-ink);
	font: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

.vv-qa__sort-opt:hover,
.vv-qa__sort-opt.is-active {
	background: #232323;
	color: #fff;
}

.vv-qa__ask-form,
.vv-qa__reply-form {
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid var(--vv-qa-line);
	border-radius: 8px;
	background: var(--vv-qa-soft);
}

.vv-qa__form-title {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 700;
}

.vv-qa__field {
	display: block;
	margin: 0 0 12px;
}

.vv-qa__field > span {
	display: block;
	margin: 0 0 5px;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--vv-qa-ink);
}

.vv-qa__field input,
.vv-qa__field textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #888c8c;
	border-radius: 6px;
	background: #fff;
	color: var(--vv-qa-ink);
	font: inherit;
}

.vv-qa__field input:focus,
.vv-qa__field textarea:focus {
	outline: 2px solid #007185;
	outline-offset: 1px;
	border-color: #007185;
}

.vv-qa__field textarea {
	min-height: 88px;
	resize: vertical;
}

.vv-qa__hint {
	margin: 0 0 10px;
	font-size: 0.8125rem;
	line-height: 1.45;
	color: var(--vv-qa-muted);
}

.vv-qa__hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.vv-qa__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.vv-qa__status {
	font-size: 0.8125rem;
	color: var(--vv-qa-muted);
}

.vv-qa__status.is-ok {
	color: #067d62;
}

.vv-qa__status.is-err {
	color: #b12704;
}

.vv-qa__empty {
	margin: 8px 0 4px;
	padding: 18px 4px;
	border: 0;
	background: transparent;
}

.vv-qa__empty-title {
	margin: 0 0 4px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--vv-qa-ink);
}

.vv-qa__empty-text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--vv-qa-muted);
}

.vv-qa__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.vv-qa__thread {
	margin: 0;
	padding: 18px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.vv-qa__thread + .vv-qa__thread {
	border-top: 1px solid var(--vv-qa-line);
}

.vv-qa__q {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 8px 12px;
	align-items: start;
}

.vv-qa__answer-row {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 6px 10px;
	align-items: start;
}

.vv-qa__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	border-radius: 50%;
	overflow: hidden;
	background: #e8ece9;
	line-height: 0;
}

.vv-qa__avatar--q {
	width: 36px;
	height: 36px;
}

.vv-qa__avatar--a {
	width: 28px;
	height: 28px;
}

.vv-qa__avatar img,
.vv-qa__avatar svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vv-qa__avatar--letter {
	font-size: 0.88rem;
	font-weight: 700;
	color: #fff;
	background: var(--vv-qa-av-bg, #3d6b58);
	line-height: 1;
}

.vv-qa__avatar--a.vv-qa__avatar--letter {
	font-size: 0.72rem;
}

.vv-qa__avatar--brand {
	background: #fff;
	box-shadow: inset 0 0 0 1px #e6e8e8;
}

.vv-qa__avatar--brand img {
	object-fit: cover;
}

.vv-qa__meta,
.vv-qa__answer-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px 10px;
	margin: 0 0 8px;
	font-size: 0.8125rem;
	color: var(--vv-qa-muted);
	line-height: 1.35;
}

.vv-qa__who {
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--vv-qa-ink);
}

.vv-qa__who.is-guest {
	font-weight: 600;
}

.vv-qa__guest {
	display: inline-flex;
	align-items: center;
	padding: 1px 7px;
	border-radius: 999px;
	background: #f0f2f2;
	color: #565959;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

.vv-qa__answer-head .vv-qa__who {
	font-weight: 500;
	color: var(--vv-qa-muted);
}

.vv-qa__when {
	color: var(--vv-qa-muted);
}

.vv-qa__dot {
	margin: 0 2px;
	opacity: 0.7;
}

.vv-qa__q-text {
	margin: 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
	color: var(--vv-qa-ink);
	white-space: pre-wrap;
	word-break: break-word;
}

.vv-qa__stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin-top: 10px;
	padding: 0;
	border: 0;
}

.vv-qa__stat {
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--vv-qa-muted);
}

.vv-qa__stat-note {
	font-size: 0.8125rem;
	color: var(--vv-qa-muted);
}

.vv-qa__delete,
.vv-qa__cancel,
.vv-qa__reply-toggle {
	border: 0;
	background: none;
	padding: 0;
	color: var(--vv-qa-link);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.vv-qa__delete:hover,
.vv-qa__cancel:hover,
.vv-qa__reply-toggle:hover {
	color: #c45500;
	text-decoration: underline;
}

.vv-qa__answers {
	margin: 14px 0 0 8px;
	padding: 14px 0 0 16px;
	border-left: 2px solid #e6e8e8;
	display: grid;
	gap: 16px;
}

.vv-qa__awaiting {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--vv-qa-muted);
}

.vv-qa__answer {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.vv-qa__answer-body {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.55;
	color: #3f4242;
	white-space: pre-wrap;
	word-break: break-word;
}

.vv-qa__reply {
	margin: 10px 0 0 8px;
	padding-left: 16px;
}

.vv-qa__reply-toggle {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0;
	border: 0 !important;
	background: none !important;
	color: var(--vv-qa-link) !important;
	font-weight: 500;
}

.vv-qa__reply-toggle:hover {
	background: none !important;
	text-decoration: underline !important;
	color: #c45500 !important;
}

.vv-qa__reply-form {
	margin-top: 10px;
}

.vv-qa__thread.is-page-hidden,
.vv-qa__answer.is-ans-hidden {
	display: none !important;
}

@media (max-width: 689.98px) {
	.vv-qa__list > .vv-qa__thread:nth-child(n + 4):not(.is-revealed) {
		display: none !important;
	}
}

.vv-qa__more-wrap {
	display: flex;
	justify-content: center;
	margin: 18px 0 6px;
}

.vv-qa__more-questions,
.vv-qa__more-answers {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #f2f3f3 !important;
	color: #111 !important;
	font: inherit !important;
	font-size: 0.875rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	box-shadow: none !important;
	cursor: pointer;
}

.vv-qa__more-answers {
	width: auto;
	margin: 8px 0 0;
}

.vv-qa__more-questions:hover,
.vv-qa__more-answers:hover {
	background: #e7e8e8 !important;
	color: #111 !important;
}

.vv-qa__toolbar {
	display: none;
}

.vv-qa__sort select {
	display: none;
}

.vv-qa__clamp.is-clamped .vv-qa__clamp-body {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.vv-qa__clamp-btn {
	margin: 6px 0 0;
	padding: 0;
	border: 0;
	background: none;
	color: var(--vv-qa-link);
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
}

.vv-qa__clamp-btn:hover {
	text-decoration: underline;
}

.vv-qa .vv-heart {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #888c8c;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
	vertical-align: middle;
	transition: color 0.15s ease;
}

.vv-qa .vv-heart--inline {
	min-height: 0;
	margin-left: 0;
}

.vv-qa .vv-heart:hover:not(:disabled) {
	color: #e11d48;
}

.vv-qa .vv-heart:hover:not(:disabled) .vv-heart__icon {
	transform: scale(1.1);
}

.vv-qa .vv-heart__icon {
	display: block;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linejoin: round;
	transition: transform 0.15s ease, fill 0.15s ease;
}

.vv-qa .vv-heart.is-voted {
	color: #e11d48;
}

.vv-qa .vv-heart.is-voted .vv-heart__icon {
	fill: currentColor;
	stroke: currentColor;
	animation: vv-heart-pop 0.35s ease;
}

.vv-qa .vv-heart[aria-busy="true"] {
	opacity: 0.55;
	pointer-events: none;
}

.vv-qa .vv-heart__count:empty {
	display: none;
}

@keyframes vv-heart-pop {
	0% { transform: scale(1); }
	40% { transform: scale(1.22); }
	100% { transform: scale(1); }
}

@media (max-width: 720px) {
	.vv-qa {
		padding: 0 0 4px;
	}

	.vv-qa__header {
		padding: 0 0 12px;
	}

	.vv-qa__intro {
		flex: 1 1 100%;
	}

	.vv-qa__header-actions {
		width: 100%;
		justify-content: space-between;
	}

	.vv-qa__ask-open,
	.vv-qa__sort-btn {
		min-height: 36px;
		padding: 0 12px !important;
		font-size: 0.8125rem;
	}

	.vv-qa__answers,
	.vv-qa__reply {
		margin-left: 0;
		padding-left: 12px;
	}

	.vv-qa__q {
		grid-template-columns: 32px 1fr;
		gap: 6px 10px;
	}

	.vv-qa__answer-row {
		grid-template-columns: 26px 1fr;
		gap: 4px 8px;
	}

	.vv-qa__avatar--q {
		width: 32px;
		height: 32px;
	}

	.vv-qa__avatar--a {
		width: 26px;
		height: 26px;
	}

	.vv-qa__q-text {
		font-size: 0.9375rem;
	}

	.vv-qa__stat-note {
		flex: 1 1 100%;
	}
}
