@import url("./product-knowledge-04d.css");

/*
 * WoodMart sets overflow-x: clip on the product-page body. When Product
 * Knowledge actually renders, that prevents its sticky nav from using the
 * document scrollport. Scope the exception to that structural state.
 */
body.single-product:has(.authherb-product-knowledge) {
	overflow-x: visible;
}

.authherb-product-toc {
	align-self: stretch;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	background-color: #fff;
	overflow: hidden;
	isolation: isolate;
	top: calc(108px + 1rem);
}

.authherb-product-overview__heading-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: .35rem 1.5rem;
	margin-bottom: 1rem;
}

.authherb-product-overview__review {
	flex: 0 1 auto;
	margin: .1rem 0 0 auto;
	color: var(--authherb-muted);
	font-size: .7rem;
	font-weight: 400;
	line-height: 1.35;
	text-align: right;
	opacity: .78;
}

.authherb-product-overview__review span {
	display: block;
}

.authherb-evidence-studies {
	margin: .75rem 0 1rem;
	padding-left: 0;
	list-style: none;
}

.authherb-evidence-studies > li {
	margin: 1.25rem 0;
}

.authherb-evidence-study article {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--authherb-border);
}

.authherb-evidence-study__heading {
	display: flex;
	gap: .5rem;
	margin: 0 0 .35rem;
}

.authherb-evidence-study__number,
.authherb-reference__number {
	flex: 0 0 auto;
	font-variant-numeric: tabular-nums;
}

.authherb-evidence-study__meta {
	margin: .15rem 0;
	color: var(--authherb-muted);
}

.authherb-evidence-study__link {
	margin: .9rem 0 0;
}

.authherb-evidence-study__link a {
	font-size: .92rem;
}

.authherb-evidence-study__findings > :last-child {
	margin-bottom: 0;
}

.authherb-references {
	margin: .75rem 0 1rem;
	padding-left: 0;
	list-style: none;
}

.authherb-reference {
	scroll-margin-top: calc(var(--wd-sticky-nav-height, 0px) + 4.5rem);
	border-bottom: 1px solid var(--authherb-border);
}

.authherb-reference[open] {
	border-bottom-color: transparent;
}

.authherb-reference > summary {
	display: flex;
	align-items: flex-start;
	gap: .5rem;
	padding: .85rem .25rem .85rem 0;
	cursor: pointer;
	list-style-position: outside;
	list-style: none;
}

.authherb-reference > summary::after {
	content: "+";
	margin-left: auto;
	padding-left: .75rem;
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1;
}

.authherb-reference[open] > summary::after {
	content: "−";
}

.authherb-reference > summary:hover .authherb-reference__summary {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: .14em;
}

.authherb-reference > summary:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.authherb-reference__summary {
	min-width: 0;
	font-weight: 600;
}

.authherb-reference__meta {
	display: block;
	margin-top: .15rem;
	color: var(--authherb-muted);
	font-size: .9em;
	font-weight: 400;
}

.authherb-reference__content {
	margin: 0 0 .9rem;
	padding: .1rem 0 .1rem .9rem;
	border-left: 1px solid var(--authherb-border);
}

.authherb-reference__content > :last-child,
.authherb-reference__citation > :last-child {
	margin-bottom: 0;
}

.authherb-verification-identity__fields {
	margin: 1rem 0;
}

.authherb-verification-identity__row {
	display: grid;
	grid-template-columns: minmax(12rem, 30%) minmax(0, 1fr);
	gap: .35rem 1rem;
	padding: .75rem 0;
	border-bottom: 1px solid var(--authherb-border);
}

.authherb-verification-identity__row dt {
	font-weight: 600;
}

.authherb-verification-identity__row dd {
	margin: 0;
}

.authherb-verification-identity__disclaimer {
	max-width: 50rem;
}

.authherb-verification-check {
	--ah-verify-green: #315d42;
	--ah-verify-green-dark: #244a34;
	--ah-verify-bg: #f2f6f0;
	--ah-verify-border: #dfe8dc;
	--ah-verify-text: #303832;
	padding: 22px 24px;
	background: var(--ah-verify-bg);
	border: 1px solid var(--ah-verify-border);
	border-radius: 6px;
	color: var(--ah-verify-text);
}

.authherb-verification-check__title {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	padding: 0;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 650;
	color: var(--ah-verify-green-dark);
}

.authherb-verification-check__shield {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
}

.authherb-verification-check__shield svg {
	display: block;
	width: 100%;
	height: 100%;
}

.authherb-verification-check__shield svg path:first-child {
	fill: var(--ah-verify-green);
	stroke: var(--ah-verify-green);
	stroke-width: 1;
}

.authherb-verification-check__shield svg path:last-child {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.authherb-verification-check__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 42px;
	row-gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.authherb-verification-check__list li {
	position: relative;
	margin: 0;
	padding: 0 0 0 22px;
	font-size: 20px;
	line-height: 1.45;
	font-weight: 400;
	color: var(--ah-verify-text);
}

.authherb-verification-check__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.4em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--ah-verify-green);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 768px) {
	.authherb-verification-check {
		margin: 24px 0;
		padding: 20px;
	}

	.authherb-verification-check__list {
		column-gap: 26px;
	}
}

@media (max-width: 600px) {
	.authherb-verification-check {
		margin: 20px 0;
		padding: 18px 16px;
		border-radius: 5px;
	}

	.authherb-verification-check__title {
		align-items: flex-start;
		margin-bottom: 15px;
		font-size: 22px;
	}

	.authherb-verification-check__list {
		grid-template-columns: 1fr;
		row-gap: 9px;
	}

	.authherb-verification-check__list li {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.authherb-product-toc {
		top: calc(45px + .5rem);
	}

	.authherb-product-overview__heading-row {
		align-items: flex-start;
		flex-direction: column;
		gap: .35rem;
	}

	.authherb-product-overview__review {
		margin: 0;
		text-align: left;
	}

	.authherb-verification-identity__row {
		grid-template-columns: 1fr;
		gap: .2rem;
	}
}
