.tl-product-disclaimer {
	background: transparent;
	border-left: 2px solid #178e86;
	color: #0b2636;
	margin: 0 0 16px;
	padding: 2px 0 2px 12px;
}

.tl-product-disclaimer p {
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
}

.tl-product-disclaimer strong {
	color: #0f756f;
	font-weight: 850;
}

.tl-release-summary {
	background: #f5f9f8;
	border: 1px solid #d7e5e2;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(11, 38, 54, 0.06);
	margin: 0 0 22px;
	overflow: hidden;
	padding: 20px;
}

.tl-release-heading {
	align-items: center;
	background: transparent;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding: 0;
}

.tl-release-heading span {
	align-items: center;
	color: #193c48;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tl-release-heading span::before {
	background: #19a58f;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(25, 165, 143, 0.12);
	content: "";
	height: 7px;
	margin-right: 10px;
	width: 7px;
}

.tl-release-summary.is-awaiting-lot .tl-release-heading span::before {
	background: #d89b32;
	box-shadow: 0 0 0 4px rgba(216, 155, 50, 0.14);
}

.tl-release-heading strong {
	background: #dff4ee;
	border-radius: 999px;
	color: #0f695f;
	font-size: 9px;
	letter-spacing: 0.05em;
	padding: 5px 8px;
	text-transform: uppercase;
}

.tl-release-summary.is-awaiting-lot .tl-release-heading strong {
	background: #fff4dd;
	color: #8a5b08;
}

.tl-release-empty {
	color: #657983;
	font-size: 11px;
	line-height: 1.55;
	margin: 0;
	padding: 0;
}

.tl-release-grid {
	display: grid;
	gap: 14px 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e5eeec;
}

.tl-release-grid[hidden],
.tl-release-empty[hidden],
.tl-release-fact[hidden] {
	display: none !important;
}

.tl-release-fact--lot,
.tl-release-fact--lab {
	grid-column: 1 / -1;
}

.tl-release-grid > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-height: 0;
	min-width: 0;
	padding: 0;
}

.tl-release-grid span {
	color: #73858c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tl-release-grid strong {
	color: #0b2636;
	font-size: 12px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.tl-release-fact--lot strong {
	color: #0f756f;
	font-size: 19px;
	letter-spacing: -0.015em;
}

.tl-release-coa-action {
	border-top: 1px solid #e5eeec;
	margin-top: 18px;
	padding: 16px 0 0;
}

.tl-release-coa-button {
	align-items: center;
	background: #0f766f;
	border: 1px solid #0f766f;
	border-radius: 12px;
	box-shadow: none;
	color: #fff;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	min-height: 48px;
	padding: 9px 14px;
	text-align: left;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tl-release-coa-button:hover {
	background: linear-gradient(135deg, #0b625d, #107f77);
	border-color: #d89b32;
	box-shadow: 0 12px 30px rgba(15, 118, 111, 0.28);
	color: #fff;
	transform: translateY(-1px);
}

.tl-release-coa-button:focus-visible {
	outline: 3px solid #f2b84f;
	outline-offset: 3px;
}

.tl-release-coa-button strong {
	font-size: 13px;
	font-weight: 850;
	letter-spacing: 0.055em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tl-release-coa-button > span {
	color: #d8f5f1;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.4;
	margin: 0;
	text-align: right;
}

.tl-release-coa-pending {
	align-items: flex-start;
	background: #fff8ea;
	border: 1px solid #f0ddb6;
	border-radius: 12px;
	color: #6f4b08;
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: space-between;
	min-height: 0;
	padding: 13px 14px;
	text-align: left;
}

.tl-release-coa-pending strong {
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tl-release-coa-pending span {
	font-size: 11px;
	line-height: 1.45;
	margin: 0;
	text-align: left;
}

.tl-release-coa-button[hidden],
.tl-release-coa-pending[hidden] {
	display: none !important;
}

.tl-volume-pricing {
	border-top: 1px solid #dce7e4;
	margin: 26px 0 20px;
	padding-top: 22px;
}

.tl-volume-heading {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 11px;
}

.tl-volume-label {
	color: #657983;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0;
	text-transform: uppercase;
}

.tl-volume-heading > span {
	color: #84959b;
	font-size: 9px;
}

.tl-volume-options {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-volume-options button {
	background: #fff;
	border: 1px solid #c9d7d4;
	border-radius: 12px;
	color: #0b2636;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	min-height: 80px;
	padding: 12px;
	text-align: left;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tl-volume-options button:hover,
.tl-volume-options button.is-selected {
	background: #0b2636;
	border-color: #0b2636;
	color: #fff;
	transform: translateY(-2px);
}

.tl-volume-options strong {
	font-size: 13px;
}

.tl-volume-options span {
	color: #178e86;
	font-size: 10px;
	font-weight: 700;
	margin-top: 6px;
}

.tl-volume-options small {
	color: #71838a;
	font-size: 8px;
	line-height: 1.35;
	margin-top: auto;
	padding-top: 10px;
}

.tl-volume-options button.is-selected span {
	color: #efbd61;
}

.tl-volume-options button.is-selected small {
	color: #c8d5d9;
}

.tl-volume-note {
	color: #73858c;
	font-size: 9px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.tl-volume-total {
	color: #0b2636;
	font-size: 14px;
	font-weight: 800;
	margin: 12px 0 0;
}

.tl-cart-discount {
	color: #178e86;
	display: block;
	font-size: 10px;
	margin-top: 4px;
}

.tl-lot-lookup form > label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 9px;
}

.tl-lot-lookup form > div {
	display: flex;
}

.tl-lot-lookup input {
	flex: 1;
	min-width: 0;
}

.tl-lot-lookup button {
	align-items: center;
	background: #0b2636;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-width: 52px;
}

.tl-lot-result,
.tl-lot-no-result {
	border: 1px solid #dce7e4;
	margin-top: 24px;
	padding: 22px;
}

.tl-lot-result h3 {
	margin: 12px 0;
}

.tl-lot-result p {
	margin: 6px 0;
}

.tl-lot-result a {
	color: #178e86;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	margin-top: 14px;
	text-transform: uppercase;
}

.tl-status {
	background: #f4f8f7;
	color: #0b2636;
	display: inline-block;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	padding: 6px 8px;
	text-transform: uppercase;
}

.tl-status-released {
	background: #dff4ee;
	color: #0f695f;
}

.tl-status-rejected {
	background: #f8e5e3;
	color: #8a2e28;
}

.tl-access-intro,
.tl-access-ack,
.tl-access-approved {
	border-bottom: 1px solid #dce7e4;
	margin-bottom: 38px;
	padding-bottom: 34px;
}

.tl-access-ack label,
.truelot-checkout-ack label {
	display: block;
	font-size: 12px;
	line-height: 1.65;
	margin-bottom: 22px;
}

.tl-access-ack input,
.truelot-checkout-ack input {
	margin-right: 8px;
}

.tl-sales-final-notice {
	background: #f4f8f7;
	border: 1px solid #dce7e4;
	border-left: 3px solid #d89b32;
	color: #0b2636;
	font-size: 12px;
	line-height: 1.65;
	margin: 20px 0;
	padding: 16px 18px;
}

.truelot-checkout-ack a {
	color: #0f756f;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tl-access-intro + .woocommerce form textarea,
.tl-access-ack textarea {
	min-height: 110px;
	width: 100%;
}

.tl-technical-intro {
	color: #657983;
	font-size: 12px;
	line-height: 1.7;
	max-width: 780px;
}

.tl-technical-record {
	border-left: 1px solid #dce7e4;
	border-top: 1px solid #dce7e4;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.tl-technical-record > div {
	border-bottom: 1px solid #dce7e4;
	border-right: 1px solid #dce7e4;
	min-height: 92px;
	padding: 20px;
}

.tl-technical-record dt {
	color: #657983;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.tl-technical-record dd {
	color: #0b2636;
	font-size: 13px;
	line-height: 1.65;
	margin: 8px 0 0;
}

.tl-technical-record a {
	color: #178e86;
	font-weight: 700;
}

.tl-section-kicker {
	color: #178e86;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.tl-research-overview,
.tl-documentation,
.tl-research-references {
	color: #0b2636;
	max-width: 1040px;
}

.tl-research-overview > h2,
.tl-documentation > h2,
.tl-research-references > h2 {
	font-size: clamp(30px, 4vw, 50px);
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin: 0 0 25px;
}

.tl-research-overview section {
	border-top: 1px solid #dce7e4;
	margin-top: 34px;
	padding-top: 30px;
}

.tl-research-overview h3 {
	font-size: 20px;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
}

.tl-research-prose {
	color: #526b75;
	font-size: 14px;
	line-height: 1.85;
	max-width: 850px;
}

.tl-research-prose p {
	margin: 0 0 17px;
}

.tl-research-applications {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tl-research-applications li {
	border-top: 1px solid #e4ecea;
	color: #526b75;
	font-size: 13px;
	line-height: 1.6;
	padding: 15px 15px 15px 30px;
	position: relative;
}

.tl-research-applications li:last-child {
	border-bottom: 1px solid #e4ecea;
}

.tl-research-applications li::before {
	background: #d89b32;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 8px;
	position: absolute;
	top: 22px;
	width: 6px;
}

.tl-document-scope {
	background: #f4f8f7;
	border-left: 3px solid #178e86;
	margin-top: 36px;
	padding: 18px 20px;
}

.tl-document-scope strong {
	font-size: 9px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tl-document-scope p {
	color: #526b75;
	font-size: 11px;
	line-height: 1.7;
	margin: 7px 0 0;
}

.tl-product-use-terms {
	border-top: 1px solid #dce7e4;
	display: grid;
	gap: 28px;
	margin-top: 34px;
	max-width: 900px;
	padding-top: 30px;
}

.tl-product-use-terms h3 {
	color: #0b2636;
	font-size: 17px;
	letter-spacing: -0.01em;
	margin: 0 0 9px;
}

.tl-product-use-terms p {
	color: #344e5a;
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
}

.tl-document-awaiting {
	background: #fff4dd;
	border-left: 3px solid #d89b32;
	color: #72521c;
	font-size: 11px;
	line-height: 1.6;
	margin: 22px 0;
	padding: 14px 16px;
}

.tl-document-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.tl-document-card {
	border: 1px solid #dce7e4;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 24px;
}

.tl-document-type {
	color: #178e86;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.tl-document-card h3 {
	font-size: 19px;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 16px 0 20px;
}

.tl-document-card > p {
	color: #657983;
	font-size: 11px;
	line-height: 1.65;
}

.tl-document-card dl {
	margin: 0 0 22px;
}

.tl-document-card dl > div {
	border-top: 1px solid #e4ecea;
	display: grid;
	gap: 12px;
	grid-template-columns: 0.8fr 1.2fr;
	padding: 10px 0;
}

.tl-document-card dt {
	color: #73858c;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-document-card dd {
	color: #0b2636;
	font-size: 10px;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.tl-document-link {
	color: #178e86;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin-top: auto;
	text-transform: uppercase;
}

.tl-reference-list {
	border-top: 1px solid #dce7e4;
	counter-reset: references;
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.tl-reference-list li {
	border-bottom: 1px solid #dce7e4;
	color: #526b75;
	counter-increment: references;
	display: grid;
	gap: 8px 22px;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	line-height: 1.7;
	padding: 18px 0;
}

.tl-reference-list li::before {
	color: #d89b32;
	content: counter(references, decimal-leading-zero);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 9px;
	padding-top: 3px;
}

.tl-reference-list span {
	font-size: 12px;
}

.tl-reference-list a {
	color: #178e86;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.tl-coa-library-intro {
	border-bottom: 1px solid #dce7e4;
	margin-bottom: 34px;
	padding-bottom: 28px;
}

.tl-coa-library-intro > p:last-child,
.tl-coa-empty p {
	color: #526b75;
	font-size: 13px;
	line-height: 1.75;
	max-width: 850px;
}

.tl-coa-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-coa-card {
	background: #fff;
	border: 1px solid #dce7e4;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 25px;
}

.tl-coa-card-topline {
	align-items: center;
	color: #73858c;
	display: flex;
	font-size: 9px;
	justify-content: space-between;
}

.tl-coa-card h2 {
	color: #0b2636;
	font-size: 24px;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 22px 0 8px;
}

.tl-coa-lot {
	color: #526b75;
	font-size: 11px;
	margin: 0 0 20px;
}

.tl-coa-lot strong {
	color: #0b2636;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.tl-coa-card dl {
	border-top: 1px solid #e4ecea;
	margin: 0 0 25px;
}

.tl-coa-card dl > div {
	border-bottom: 1px solid #e4ecea;
	display: grid;
	gap: 16px;
	grid-template-columns: 0.8fr 1.2fr;
	padding: 11px 0;
}

.tl-coa-card dt {
	color: #73858c;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-coa-card dd {
	color: #0b2636;
	font-size: 10px;
	font-weight: 700;
	margin: 0;
	text-align: right;
}

.tl-coa-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	margin-top: auto;
}

.tl-coa-empty {
	background: #f4f8f7;
	border-left: 3px solid #178e86;
	padding: 24px;
}

.tl-coa-empty h2 {
	color: #0b2636;
	font-size: 22px;
	margin: 0 0 8px;
}

@media (max-width: 680px) {
	.tl-volume-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-volume-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.tl-technical-record {
		grid-template-columns: 1fr;
	}

	.tl-document-grid {
		grid-template-columns: 1fr;
	}

	.tl-document-card {
		min-height: 0;
	}

	.tl-coa-grid {
		grid-template-columns: 1fr;
	}

	.tl-reference-list li {
		grid-template-columns: 28px minmax(0, 1fr);
	}

	.tl-reference-list a {
		grid-column: 2;
	}
}

/* Once-per-session 21+ / research-use visitor notice. */

body.tl-visitor-notice-open {
	overflow: hidden;
}

.tl-visitor-notice {
	align-items: center;
	backdrop-filter: blur(10px);
	background: rgba(4, 24, 35, 0.88);
	display: flex;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: 24px;
	position: fixed;
	z-index: 2147483000;
}

.tl-visitor-notice[hidden],
.tl-visitor-notice-accepted .tl-visitor-notice {
	display: none !important;
}

.tl-visitor-notice-card {
	background: #fff;
	border: 1px solid rgba(216, 155, 50, 0.62);
	border-radius: 20px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	color: #0b2636;
	max-width: 610px;
	padding: clamp(30px, 6vw, 54px);
	position: relative;
	text-align: center;
	width: 100%;
}

.tl-visitor-notice-mark {
	background:
		linear-gradient(31deg, transparent 47%, #80bcb7 48%, #80bcb7 52%, transparent 53%) 8px 15px / 29px 22px no-repeat,
		linear-gradient(-31deg, transparent 47%, #80bcb7 48%, #80bcb7 52%, transparent 53%) 34px 15px / 29px 22px no-repeat,
		linear-gradient(90deg, transparent 47%, #80bcb7 48%, #80bcb7 52%, transparent 53%) 27px 8px / 16px 32px no-repeat;
	height: 48px;
	margin: 0 auto 20px;
	position: relative;
	width: 70px;
}

.tl-visitor-notice-mark::before,
.tl-visitor-notice-mark::after,
.tl-visitor-notice-mark span {
	background: #fff;
	border: 2px solid #178e86;
	border-radius: 50%;
	box-sizing: border-box;
	height: 14px;
	position: absolute;
	width: 14px;
}

.tl-visitor-notice-mark::before,
.tl-visitor-notice-mark::after {
	content: "";
}

.tl-visitor-notice-mark::before {
	left: 0;
	top: 17px;
}

.tl-visitor-notice-mark::after {
	right: 0;
	top: 17px;
}

.tl-visitor-notice-mark span:nth-child(1) {
	left: 28px;
	top: 0;
}

.tl-visitor-notice-mark span:nth-child(2) {
	background: #d89b32;
	border-color: #d89b32;
	bottom: 0;
	left: 28px;
}

.tl-visitor-notice-mark span:nth-child(3) {
	background: #178e86;
	border-color: #178e86;
	height: 8px;
	left: 31px;
	top: 20px;
	width: 8px;
}

.tl-visitor-notice-eyebrow {
	color: #0f756f;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 13px;
	text-transform: uppercase;
}

.tl-visitor-notice-card h2 {
	color: #0b2636;
	font-size: clamp(30px, 6vw, 46px);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 0 0 20px;
}

.tl-visitor-notice-card > p:not(.tl-visitor-notice-eyebrow) {
	font-size: 14px;
	line-height: 1.7;
	margin: 0 auto 15px;
	max-width: 500px;
}

.tl-visitor-notice-restriction {
	color: #526b75;
}

.tl-visitor-notice-confirmation {
	background: #f4f8f7;
	border-left: 3px solid #d89b32;
	color: #0b2636;
	font-weight: 700;
	padding: 14px 16px;
	text-align: left;
}

.tl-visitor-notice-actions {
	display: grid;
	gap: 11px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 25px;
}

.tl-visitor-notice-accept,
.tl-visitor-notice-exit {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.08em;
	min-height: 52px;
	padding: 13px 22px;
	text-transform: uppercase;
}

.tl-visitor-notice-accept {
	background: #0b2636;
	border: 1px solid #0b2636;
	color: #fff;
	cursor: pointer;
}

.tl-visitor-notice-accept:hover,
.tl-visitor-notice-accept:focus-visible {
	background: #178e86;
	border-color: #178e86;
}

.tl-visitor-notice-exit {
	background: #fff;
	border: 1px solid #bdcbc8;
	color: #526b75;
	text-decoration: none;
}

.tl-visitor-notice-exit:hover,
.tl-visitor-notice-exit:focus-visible {
	border-color: #0b2636;
	color: #0b2636;
}

.tl-visitor-notice-card small {
	color: #7a8d94;
	display: block;
	font-size: 9px;
	line-height: 1.5;
	margin-top: 16px;
}

/* Public catalog with account-required ordering. */

body.truelot-order-login-required div.product .single_add_to_cart_button,
body.truelot-order-login-required div.product form.cart > .quantity,
body.truelot-order-login-required div.product .woocommerce-variation-add-to-cart .quantity {
	display: none !important;
}

.woocommerce div.product .woocommerce-variation-add-to-cart .tl-volume-pricing {
	grid-column: 1 / -1;
	width: 100%;
}

.tl-order-access-card {
	align-items: center;
	background: #0b2636;
	border-radius: 14px;
	color: #fff;
	display: grid;
	gap: 4px 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 22px 0 26px;
	padding: 17px 18px;
}

.tl-order-access-card strong {
	display: block;
	font-size: 14px;
	grid-column: 1;
	letter-spacing: -0.01em;
	margin: 0;
}

.tl-order-access-card p {
	color: #ccdade;
	grid-column: 1;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
}

.tl-order-access-card a {
	align-items: center;
	background: #d89b32;
	border-radius: 7px;
	color: #0b2636;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	gap: 6px;
	grid-column: 2;
	grid-row: 1 / span 2;
	letter-spacing: 0.08em;
	min-height: 44px;
	padding: 12px 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.tl-order-access-card a:hover,
.tl-order-access-card a:focus-visible {
	background: #efbd61;
	color: #0b2636;
}

.tl-order-access-card--compact {
	grid-template-columns: 1fr;
	padding: 18px;
}

.tl-order-access-card--compact a {
	grid-column: 1;
	grid-row: auto;
	display: flex;
	justify-content: center;
	min-height: 50px;
	align-items: center;
	width: 100%;
}

@media (max-width: 620px) {
	.tl-visitor-notice {
		align-items: flex-start;
		padding: 14px;
	}

	.tl-visitor-notice-card {
		border-radius: 15px;
		margin: auto 0;
		padding: 28px 21px;
	}

	.tl-visitor-notice-actions {
		grid-template-columns: 1fr;
	}

	.tl-order-access-card {
		gap: 7px;
		grid-template-columns: 1fr;
	}

	.tl-order-access-card strong,
	.tl-order-access-card p,
	.tl-order-access-card a {
		grid-column: 1;
		grid-row: auto;
	}

	.tl-order-access-card a {
		justify-content: center;
		margin-top: 5px;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-visitor-notice *,
	.tl-order-access-card * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Premium product-selection experience. */

.tl-product-hero-kicker {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin: 0 0 17px;
}

.tl-product-hero-kicker span,
.tl-product-hero-kicker strong {
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.tl-product-hero-kicker span {
	color: #178e86;
}

.tl-product-hero-kicker strong {
	background: #0b2636;
	border-radius: 999px;
	color: #fff;
	padding: 7px 11px;
}

.tl-selected-strength {
	align-items: baseline;
	border-bottom: 1px solid #dce7e4;
	display: flex;
	gap: 11px;
	margin: -4px 0 18px;
	padding-bottom: 15px;
}

.tl-selected-strength span {
	color: #73858c;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tl-selected-strength strong {
	color: #178e86;
	font-size: 18px;
}

.tl-product-proof-points {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 16px;
	overflow: visible;
}

.tl-product-proof-points > div {
	align-items: center;
	background: transparent;
	color: #526b75;
	display: inline-flex;
	flex-direction: row;
	gap: 6px;
	min-height: 0;
	padding: 0;
}

.tl-product-proof-points span {
	align-items: center;
	background: #dff4ee;
	border-radius: 50%;
	color: #0f756f;
	display: inline-flex;
	flex: 0 0 18px;
	font-size: 9px;
	font-weight: 900;
	height: 18px;
	justify-content: center;
	line-height: 1;
	width: 18px;
}

.tl-product-proof-points strong {
	font-size: 9px;
	letter-spacing: 0.03em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tl-product-proof-points--prelaunch span {
	background: #fff4dd;
	color: #8a5b08;
}

.tl-strength-options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 8px;
}

.tl-strength-option {
	background: #fff;
	border: 1px solid #b8cbc7;
	border-radius: 999px;
	color: #0b2636;
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	min-height: 48px;
	min-width: 92px;
	padding: 10px 20px;
	transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tl-strength-option:hover,
.tl-strength-option:focus-visible {
	border-color: #178e86;
	box-shadow: 0 7px 18px rgba(11, 38, 54, 0.1);
	transform: translateY(-2px);
}

.tl-strength-option.is-selected {
	background: #178e86;
	border-color: #178e86;
	box-shadow: 0 9px 22px rgba(23, 142, 134, 0.24);
	color: #fff;
}

.tl-native-variation-select {
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.tl-volume-pricing {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-top: 1px solid #dce7e4;
	margin: 20px 0 18px;
	padding: 18px 0 0;
}

.tl-volume-options button {
	border-radius: 12px;
	min-height: 92px;
}

.tl-volume-options button.is-selected {
	box-shadow: 0 8px 18px rgba(11, 38, 54, 0.16);
}

.tl-volume-options button:disabled,
.tl-volume-options button.is-unavailable {
	background: #edf2f1;
	border-color: #d8e1df;
	box-shadow: none;
	color: #7d8d92;
	cursor: not-allowed;
	opacity: 0.58;
	transform: none;
}

.tl-volume-options button:disabled span,
.tl-volume-options button:disabled small,
.tl-volume-options button.is-unavailable span,
.tl-volume-options button.is-unavailable small {
	color: #849398;
}

body.single-product .woocommerce div.product .summary > .price.tl-bundle-primary-price {
	display: flex;
	flex-direction: column;
	gap: 6px;
	line-height: 1;
}

body.single-product .woocommerce div.product .summary > .price.tl-bundle-primary-price::after {
	content: none !important;
}

.tl-primary-price-label {
	color: #657983;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.13em;
	line-height: 1.25;
	text-transform: uppercase;
}

.tl-primary-price-values {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.tl-primary-price-values del {
	color: #a0aaad;
	font-size: 0.58em;
	font-weight: 600;
	text-decoration-color: #a0aaad;
	text-decoration-thickness: 2px;
}

.tl-primary-price-values ins {
	color: #0f756f;
	font-size: 1em;
	font-weight: 850;
	text-decoration: none;
}

.tl-dynamic-bundle-pricing .woocommerce-variation-price {
	display: none;
}

.tl-volume-total {
	border-top: 1px solid #dce7e4;
	font-size: 13px;
	letter-spacing: -0.01em;
	margin-top: 14px;
	padding-top: 13px;
}

/* Grouped public COA library. */

.tl-coa-library-v2 {
	margin-top: 12px;
}

.tl-coa-library-hero {
	background:
		radial-gradient(circle at 88% 12%, rgba(28, 191, 176, 0.28), transparent 35%),
		linear-gradient(135deg, #071e2b, #0b3445);
	border-radius: 24px;
	color: #fff;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.75fr);
	margin-bottom: 24px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 58px);
	position: relative;
}

.tl-coa-library-hero::after {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	content: "";
	height: 280px;
	position: absolute;
	right: -135px;
	top: -145px;
	width: 280px;
}

.tl-coa-library-hero .tl-section-kicker {
	color: #5de0d3;
}

.tl-coa-library-hero h2 {
	color: #fff !important;
	font-size: clamp(32px, 5vw, 62px);
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin: 13px 0 18px;
	max-width: 720px;
}

.tl-coa-library-hero p:last-child {
	color: #c8d8dc;
	font-size: 13px;
	line-height: 1.75;
	margin: 0;
	max-width: 720px;
}

.tl-coa-library-stats {
	align-self: end;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	z-index: 1;
}

.tl-coa-library-stats div {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
	padding: 20px 12px;
	text-align: center;
}

.tl-coa-library-stats div:last-child {
	border-right: 0;
}

.tl-coa-library-stats strong {
	color: #fff;
	display: block;
	font-size: 25px;
	line-height: 1;
}

.tl-coa-library-stats span {
	color: #9eb8bf;
	display: block;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-top: 9px;
	text-transform: uppercase;
}

.tl-coa-tools {
	background: #f4f8f7;
	border: 1px solid #dce7e4;
	border-radius: 16px;
	margin-bottom: 17px;
	padding: 17px;
}

.tl-coa-tools label {
	color: #526b75;
	display: block;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.11em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.tl-coa-tools input {
	background: #fff;
	border: 1px solid #b8cbc7;
	border-radius: 12px;
	color: #0b2636;
	font-size: 14px;
	min-height: 52px;
	padding: 10px 16px;
	width: 100%;
}

.tl-coa-groups {
	display: grid;
	gap: 14px;
}

.tl-coa-group {
	background: #fff;
	border: 1px solid #dce7e4;
	border-radius: 18px;
	overflow: hidden;
}

.tl-coa-group[hidden] {
	display: none;
}

.tl-coa-group > summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 16px;
	grid-template-columns: 17px minmax(0, 1fr) auto;
	list-style: none;
	min-height: 82px;
	padding: 20px 24px;
}

.tl-coa-group > summary::-webkit-details-marker {
	display: none;
}

.tl-coa-group[open] > summary {
	background: #0b2636;
	color: #fff;
}

.tl-coa-group-mark {
	border: 2px solid #178e86;
	border-radius: 50%;
	height: 14px;
	position: relative;
	width: 14px;
}

.tl-coa-group-mark::before,
.tl-coa-group-mark::after {
	background: #178e86;
	content: "";
	height: 2px;
	left: 2px;
	position: absolute;
	top: 4px;
	width: 6px;
}

.tl-coa-group-mark::after {
	transform: rotate(90deg);
}

.tl-coa-group[open] .tl-coa-group-mark {
	border-color: #5de0d3;
}

.tl-coa-group[open] .tl-coa-group-mark::before,
.tl-coa-group[open] .tl-coa-group-mark::after {
	background: #5de0d3;
}

.tl-coa-group[open] .tl-coa-group-mark::after {
	display: none;
}

.tl-coa-group > summary strong {
	font-size: clamp(20px, 3vw, 30px);
	letter-spacing: -0.035em;
}

.tl-coa-group > summary > span:last-child {
	color: #73858c;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-coa-group[open] > summary > span:last-child {
	color: #a9c0c6;
}

.tl-coa-strength-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 22px;
}

.tl-coa-strength {
	background: #f7faf9;
	border: 1px solid #dce7e4;
	border-radius: 15px;
	overflow: hidden;
}

.tl-coa-strength > header {
	align-items: baseline;
	border-bottom: 1px solid #dce7e4;
	display: flex;
	justify-content: space-between;
	padding: 16px 18px;
}

.tl-coa-strength > header span {
	color: #73858c;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.tl-coa-strength > header h3 {
	color: #0b2636;
	font-size: 20px;
	margin: 0;
}

.tl-coa-record {
	background: #fff;
	border-bottom: 1px solid #dce7e4;
	padding: 18px;
}

.tl-coa-record:last-child {
	border-bottom: 0;
}

.tl-coa-record.is-current {
	border-left: 4px solid #178e86;
}

.tl-coa-record.is-targeted {
	background: #fffdf6;
	border-radius: 8px;
	box-shadow: 0 0 0 4px rgba(216, 155, 50, 0.42), 0 16px 38px rgba(11, 38, 54, 0.16);
	scroll-margin: 24px;
}

.tl-coa-record.is-targeted:focus {
	outline: 3px solid #d89b32;
	outline-offset: 3px;
}

.tl-coa-record-heading {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.tl-coa-record-status {
	background: #e2f6f1;
	border-radius: 999px;
	color: #0f695f;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.07em;
	padding: 6px 9px;
	text-transform: uppercase;
}

.tl-coa-record.is-historical .tl-coa-record-status {
	background: #eef2f1;
	color: #657983;
}

.tl-coa-record time {
	color: #7b8d93;
	font-size: 9px;
}

.tl-coa-record-lot {
	color: #0b2636;
	display: block;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 16px;
	letter-spacing: -0.02em;
	margin: 15px 0;
}

.tl-coa-record dl {
	border-bottom: 1px solid #e5eeec;
	border-top: 1px solid #e5eeec;
	margin: 0 0 15px;
}

.tl-coa-record dl div {
	display: grid;
	gap: 12px;
	grid-template-columns: 0.9fr 1.1fr;
	padding: 8px 0;
}

.tl-coa-record dt {
	color: #73858c;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-coa-record dd {
	color: #0b2636;
	font-size: 10px;
	font-weight: 750;
	margin: 0;
	text-align: right;
}

.tl-coa-record > a {
	color: #178e86;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-coa-no-match {
	background: #fff4dd;
	border-left: 3px solid #d89b32;
	color: #6e4b0b;
	padding: 18px;
}

@media (max-width: 820px) {
	.tl-coa-library-hero {
		grid-template-columns: 1fr;
	}

	.tl-coa-strength-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.tl-volume-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tl-coa-library-stats {
		grid-template-columns: 1fr;
	}

	.tl-coa-library-stats div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		border-right: 0;
	}

	.tl-coa-library-stats div:last-child {
		border-bottom: 0;
	}

	.tl-coa-group > summary {
		grid-template-columns: 17px minmax(0, 1fr);
	}

	.tl-coa-group > summary > span:last-child {
		grid-column: 2;
	}

	.tl-coa-strength-grid {
		padding: 13px;
	}
}

/* Slide-over research cart */
body.tl-cart-drawer-open {
	overflow: hidden;
}

/* Prelaunch review is a server-enforced ordering lock; these rules keep the
 * interface consistent while retaining variable-strength selectors/prices. */
body.truelot-prelaunch-review div.product .woocommerce-variation-add-to-cart,
body.truelot-prelaunch-review div.product form.cart > .quantity,
body.truelot-prelaunch-review div.product .single_add_to_cart_button,
body.truelot-prelaunch-review .tl-volume-pricing,
body.truelot-prelaunch-review .tl-cart-drawer-panel,
body.truelot-prelaunch-review .tl-cart-backdrop {
	display: none !important;
}

.tl-order-access-card--prelaunch {
	background: linear-gradient(120deg, #fff8e8 0%, #ffffff 100%);
	border: 1px solid rgba(216, 155, 50, 0.42);
}

.tl-order-access-card--prelaunch strong {
	color: #83580d;
}

.tl-order-access-card--prelaunch p {
	color: #536a78;
}

.tl-prelaunch-price-note {
	background: #fff7e4;
	border: 1px solid rgba(216, 155, 50, 0.34);
	border-radius: 12px;
	color: #6f5a32;
	font-size: 13px;
	line-height: 1.5;
	margin: 10px 0 20px;
	padding: 11px 14px;
}

.tl-prelaunch-price-note strong {
	color: #81570e;
}

.tl-cart-backdrop {
	background: rgba(1, 15, 22, 0.66);
	border: 0;
	cursor: pointer;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 240ms ease;
	z-index: 9997;
}

.tl-cart-drawer-panel {
	background: #fff;
	box-shadow: -30px 0 90px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	height: 100dvh;
	max-width: 100%;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(104%);
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	width: min(500px, 100vw);
	z-index: 9998;
}

.tl-cart-drawer-open .tl-cart-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.tl-cart-drawer-open .tl-cart-drawer-panel {
	transform: translateX(0);
}

.tl-cart-drawer-header {
	align-items: center;
	background: #061f2d;
	color: #fff;
	display: flex;
	justify-content: space-between;
	min-height: 94px;
	padding: 21px 24px;
}

.tl-cart-drawer-header p {
	color: #32c7b8;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.tl-cart-drawer-header h2 {
	color: #fff;
	font-size: 25px;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.tl-cart-drawer-header h2 span {
	color: #9db3bc;
	font-size: 13px;
}

.tl-cart-drawer-close {
	align-items: center;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 43px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	width: 43px;
}

.tl-cart-drawer-items {
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 4px 24px;
}

.tl-cart-drawer-item {
	align-items: start;
	border-bottom: 1px solid #dfe9e7;
	display: grid;
	gap: 17px;
	grid-template-columns: 94px minmax(0, 1fr);
	padding: 22px 0;
	transition: opacity 160ms ease;
}

.tl-cart-drawer-item.is-updating {
	opacity: 0.45;
	pointer-events: none;
}

.tl-cart-item-image {
	align-items: center;
	background: #edf5f3;
	border-radius: 15px;
	display: flex;
	height: 108px;
	justify-content: center;
	overflow: hidden;
}

.tl-cart-item-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.tl-cart-item-main {
	min-width: 0;
}

.tl-cart-item-heading {
	align-items: start;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.tl-cart-item-name {
	color: #082536;
	display: inline-block;
	font-size: 16px;
	font-weight: 820;
	letter-spacing: -0.025em;
	line-height: 1.18;
}

.tl-cart-item-heading dl.variation {
	color: #677e87;
	font-size: 9px;
	margin: 6px 0 0;
}

.tl-cart-item-heading dl.variation dt,
.tl-cart-item-heading dl.variation dd,
.tl-cart-item-heading dl.variation p {
	display: inline;
	float: none;
	margin: 0;
}

.tl-cart-item-heading dl.variation dt {
	font-weight: 800;
	margin-right: 4px;
}

.tl-cart-item-remove {
	background: transparent;
	border: 0;
	color: #7a8d94;
	cursor: pointer;
	font-size: 23px;
	line-height: 1;
	padding: 0;
}

.tl-cart-item-lot {
	color: #082536;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 9px;
	margin: 10px 0 0;
}

.tl-cart-item-lot span {
	color: #6c828a;
	font-family: "Avenir Next", Avenir, sans-serif;
	font-size: 7px;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-right: 5px;
	text-transform: uppercase;
}

.tl-cart-item-savings {
	color: #11867d;
	font-size: 9px;
	font-weight: 800;
	margin: 8px 0 0;
}

.tl-cart-item-footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 15px;
}

.tl-cart-item-footer > strong {
	color: #082536;
	font-size: 13px;
}

.tl-cart-item-quantity {
	align-items: center;
	border: 1px solid #ccdcda;
	border-radius: 999px;
	display: grid;
	grid-template-columns: 32px 28px 32px;
	height: 34px;
	overflow: hidden;
}

.tl-cart-item-quantity button {
	background: #fff;
	border: 0;
	color: #082536;
	cursor: pointer;
	height: 100%;
	padding: 0;
}

.tl-cart-item-quantity span {
	align-items: center;
	border-left: 1px solid #dce6e4;
	border-right: 1px solid #dce6e4;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	height: 100%;
	justify-content: center;
}

.tl-cart-drawer-footer {
	background: #fff;
	border-top: 1px solid #dce7e5;
	box-shadow: 0 -18px 50px rgba(6, 31, 45, 0.08);
	padding: 20px 24px 22px;
}

.tl-cart-subtotal {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.tl-cart-subtotal span {
	color: #617983;
	font-size: 11px;
}

.tl-cart-subtotal strong {
	color: #082536;
	font-size: 24px;
	letter-spacing: -0.035em;
}

.tl-cart-drawer-footer > p {
	color: #788b92;
	font-size: 8px;
	margin: 7px 0 16px;
}

.tl-cart-checkout {
	align-items: center;
	background: #15978e;
	border-radius: 12px;
	color: #fff;
	display: flex;
	font-size: 10px;
	font-weight: 850;
	justify-content: space-between;
	letter-spacing: 0.09em;
	min-height: 54px;
	padding: 0 20px;
	text-transform: uppercase;
}

.tl-cart-checkout:hover,
.tl-cart-checkout:focus-visible {
	background: #082536;
	color: #fff;
}

.tl-cart-footer-links {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
}

.tl-cart-footer-links button,
.tl-cart-footer-links a {
	background: transparent;
	border: 0;
	color: #647a83;
	cursor: pointer;
	font-size: 9px;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tl-cart-empty {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: center;
	padding: 45px;
	text-align: center;
}

.tl-cart-empty > span {
	align-items: center;
	background: #082536;
	border: 5px solid #dff5f1;
	border-radius: 50%;
	color: #2bcbbb;
	display: flex;
	font-family: ui-monospace, monospace;
	font-size: 18px;
	font-weight: 900;
	height: 84px;
	justify-content: center;
	width: 84px;
}

.tl-cart-empty h3 {
	color: #082536;
	font-size: 29px;
	letter-spacing: -0.04em;
	margin: 24px 0 10px;
}

.tl-cart-empty p {
	color: #677e87;
	font-size: 12px;
	line-height: 1.65;
	margin: 0 0 24px;
	max-width: 310px;
}

.tl-cart-empty a {
	background: #15978e;
	border-radius: 999px;
	color: #fff;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 15px 22px;
	text-transform: uppercase;
}

@media (max-width: 540px) {
	.tl-cart-drawer-header,
	.tl-cart-drawer-items,
	.tl-cart-drawer-footer {
		padding-left: 18px;
		padding-right: 18px;
	}

	.tl-cart-drawer-item {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.tl-cart-item-image {
		height: 92px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tl-cart-backdrop,
	.tl-cart-drawer-panel {
		transition: none;
	}
}

/* Core 1.11 immediate research-account access */

/* Core 2.2 approved Research Account shopping gate. */
.tl-account-price-lock {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding: .55rem .8rem;
	border: 1px solid rgba(10, 43, 57, .18);
	border-radius: 999px;
	background: #f4f8f7;
	color: #345461;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .04em;
}

.tl-access-pending,
.tl-access-declined {
	max-width: 760px;
	margin: 3rem auto;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid #d7e4e1;
	border-radius: 24px;
	background: #f6faf9;
}

.tl-access-declined {
	border-color: #ead7d1;
	background: #fff8f5;
}
.tl-account-access {
	background: #f2f8f6;
	border: 1px solid #d6e5e2;
	border-radius: 28px;
	box-shadow: 0 30px 90px rgba(6, 34, 46, 0.11);
	margin: 10px auto 40px;
	max-width: 1260px;
	overflow: hidden;
}

.tl-account-access-hero {
	align-items: end;
	background:
		radial-gradient(circle at 85% 15%, rgba(36, 199, 183, 0.24), transparent 31%),
		linear-gradient(135deg, #031822, #0a3b4d);
	color: #fff;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(38px, 6vw, 72px);
}

.tl-account-access-hero span {
	color: #2bcbbb;
	display: block;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.17em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.tl-account-access-hero h2 {
	color: #fff !important;
	font-size: clamp(42px, 5.2vw, 72px) !important;
	letter-spacing: -0.06em !important;
	line-height: 0.98 !important;
	margin: 0 !important;
	max-width: 790px;
}

.tl-account-access-hero p {
	color: #bfd2d7;
	font-size: 14px;
	line-height: 1.75;
	margin: 24px 0 0;
	max-width: 720px;
}

.tl-account-access-hero > strong {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #f2b84f;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.11em;
	padding: 14px 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

.tl-account-access-steps {
	background: #082536;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 clamp(24px, 5vw, 60px);
}

.tl-account-access-steps > div {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	display: flex;
	gap: 14px;
	min-height: 66px;
	padding: 0 22px;
}

.tl-account-access-steps > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.tl-account-access-steps b {
	color: #f2b84f;
	font-size: 9px;
	letter-spacing: 0.1em;
}

.tl-account-access-steps span {
	color: #d2e0e3;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tl-account-access-form {
	min-width: 0;
	padding: clamp(26px, 5vw, 64px);
}

.tl-account-access-choice {
	align-items: center;
	background: #e5f3f0;
	border: 1px solid #c7e2dd;
	border-radius: 14px;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 26px;
	padding: 15px 18px;
}

.tl-account-access-choice span {
	color: #577079;
	font-size: 11px;
}

.tl-account-access-choice a {
	color: #087f77;
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tl-account-access #customer_login {
	align-items: start;
	display: grid;
	gap: clamp(22px, 3vw, 38px);
	grid-template-columns: minmax(300px, 0.76fr) minmax(420px, 1.24fr);
	min-width: 0;
}

.tl-account-access #customer_login::before,
.tl-account-access #customer_login::after {
	display: none;
}

.tl-account-access #customer_login .u-column1,
.tl-account-access #customer_login .u-column2 {
	background: #fff;
	border: 1px solid #d5e3e0;
	border-radius: 20px;
	box-shadow: 0 18px 50px rgba(8, 37, 54, 0.065);
	float: none;
	min-width: 0;
	padding: clamp(25px, 3vw, 38px);
	width: auto;
}

.tl-account-access--login #customer_login .u-column1,
.tl-account-access--register #customer_login .u-column2 {
	border-color: #15978e;
	box-shadow: 0 22px 60px rgba(21, 151, 142, 0.14);
	position: relative;
}

.tl-account-access--login #customer_login .u-column1::before,
.tl-account-access--register #customer_login .u-column2::before {
	background: #15978e;
	border-radius: 999px;
	color: #fff;
	content: "Selected";
	font-size: 7px;
	font-weight: 900;
	letter-spacing: 0.11em;
	padding: 7px 10px;
	position: absolute;
	right: 18px;
	top: 18px;
	text-transform: uppercase;
}

.tl-account-access #customer_login h2 {
	color: #082536;
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: -0.05em;
	margin: 0 0 24px;
}

.tl-account-access .woocommerce-form {
	border: 0;
	margin: 0;
	padding: 0;
}

.tl-account-access .form-row {
	margin: 0 0 18px;
	min-width: 0;
}

.tl-account-access .form-row label:not(.woocommerce-form__label-for-checkbox) {
	color: #5c727b;
	display: block;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.tl-account-access .input-text,
.tl-account-access input[type="text"],
.tl-account-access input[type="email"],
.tl-account-access input[type="password"],
.tl-account-access select,
.tl-account-access textarea {
	background: #f7faf9;
	border: 1px solid #c8dad6;
	border-radius: 11px;
	box-sizing: border-box;
	color: #082536;
	font-size: 13px;
	max-width: 100%;
	min-width: 0;
	min-height: 51px;
	padding: 11px 14px;
	width: 100%;
}

.tl-account-access textarea {
	min-height: 112px;
	resize: vertical;
}

.tl-account-access .input-text:focus,
.tl-account-access input[type="text"]:focus,
.tl-account-access input[type="email"]:focus,
.tl-account-access input[type="password"]:focus,
.tl-account-access select:focus,
.tl-account-access textarea:focus {
	border-color: #15978e;
	box-shadow: 0 0 0 3px rgba(21, 151, 142, 0.11);
	outline: none;
}

.tl-account-access .form-row small,
.tl-registration-requirements p {
	color: #71878f;
	display: block;
	font-size: 9px;
	line-height: 1.6;
	margin-top: 7px;
}

.tl-registration-requirements {
	background: #eff8f6;
	border-left: 4px solid #15978e;
	margin-bottom: 22px;
	padding: 17px 18px;
}

.tl-registration-requirements strong {
	color: #082536;
	font-size: 11px;
}

.tl-account-access .woocommerce-form__label-for-checkbox {
	align-items: flex-start;
	color: #526a73;
	display: flex !important;
	font-size: 10px !important;
	letter-spacing: 0 !important;
	line-height: 1.6;
	text-transform: none !important;
}

@media (max-width: 600px) {
	.tl-product-hero-kicker,
	.tl-release-heading {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.tl-product-hero-kicker > *,
	.tl-release-heading > * {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
	}
}

.tl-account-access input[type="checkbox"] {
	accent-color: #15978e;
	flex: 0 0 auto;
	height: 17px;
	margin: 2px 9px 0 0;
	width: 17px;
}

/* Keep legal text and inline links in one readable paragraph on every screen. */
.tl-account-access label[for="reg_truelot_ruo_ack"],
.tl-account-access label[for="reg_truelot_authority_ack"],
.tl-access-ack label {
	color: #526a73;
	display: block !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.65;
	padding-left: 27px;
	position: relative;
	text-transform: none !important;
}

.tl-account-access label[for="reg_truelot_ruo_ack"] input[type="checkbox"],
.tl-account-access label[for="reg_truelot_authority_ack"] input[type="checkbox"],
.tl-access-ack label input[type="checkbox"] {
	height: 17px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 3px;
	width: 17px;
}

.tl-account-access--complete .tl-account-completion-form {
	box-sizing: border-box;
	margin: 24px auto 0;
	max-width: 760px;
	min-width: 0;
	text-align: left;
}

.tl-account-completion-email {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.tl-account-access--complete .form-row small {
	font-size: 13px;
}

.tl-account-access .woocommerce-privacy-policy-text {
	font-size: 13px;
	line-height: 1.7;
}

.tl-account-access .woocommerce-button,
.tl-account-access button[type="submit"] {
	background: #082536 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 850 !important;
	letter-spacing: 0.1em !important;
	margin-top: 8px;
	min-height: 50px;
	padding: 0 24px !important;
	text-transform: uppercase;
}

.tl-account-access .woocommerce-button:hover,
.tl-account-access button[type="submit"]:hover {
	background: #15978e !important;
}

.tl-account-access .woocommerce-LostPassword {
	font-size: 10px;
	margin-bottom: 0;
}

.tl-account-access .woocommerce-LostPassword a {
	color: #118b82;
	font-weight: 750;
}

.tl-account-access-note {
	align-items: center;
	background: #fff;
	border-top: 1px solid #d7e5e2;
	display: grid;
	gap: 24px;
	grid-template-columns: auto 1fr;
	padding: 23px clamp(26px, 5vw, 64px);
}

.tl-account-access-note strong {
	color: #0d806f;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tl-account-access-note p {
	color: #71868e;
	font-size: 10px;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 860px) {
	.tl-account-access-hero {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.tl-account-access-hero > strong {
		justify-self: start;
	}

	.tl-account-access #customer_login {
		grid-template-columns: minmax(0, 1fr);
	}

	.tl-account-access #customer_login .u-column1,
	.tl-account-access #customer_login .u-column2,
	.tl-account-access #customer_login form {
		min-width: 0;
	}

	.tl-account-access--register #customer_login .u-column2 {
		grid-row: 1;
	}
}

@media (max-width: 600px) {
	.tl-account-access {
		border-radius: 20px;
	}

	.tl-account-access-form {
		padding: 18px;
	}

	.tl-account-access input:not([type="checkbox"]):not([type="hidden"]),
	.tl-account-access select,
	.tl-account-access textarea {
		font-size: 16px;
	}

	.tl-account-access-steps {
		grid-template-columns: 1fr;
	}

	.tl-account-access-steps > div,
	.tl-account-access-steps > div:last-child {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		min-height: 52px;
		padding: 0;
	}

	.tl-account-access-steps > div:first-child {
		border-top: 0;
	}

	.tl-account-access-choice {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.tl-account-access #customer_login .u-column1,
	.tl-account-access #customer_login .u-column2 {
		border-radius: 16px;
		padding: 20px 16px;
	}

	.tl-account-access .form-row-first,
	.tl-account-access .form-row-last {
		clear: both;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	.tl-account-access-note {
		grid-template-columns: 1fr;
	}
}

/* Core 1.13 — Standard, FAQ, COA Results, and simplified registration. */
.tl-account-access-hero {
	grid-template-columns: minmax(0, 1fr);
}

.tl-standard-page,
.tl-faq-page {
	color: #536b75;
}

.tl-standard-page h2,
.tl-standard-page h3,
.tl-standard-page h4,
.tl-faq-page h2,
.tl-faq-page h3 {
	color: #082536;
}

.tl-standard-page-hero {
	background:
		radial-gradient(circle at 87% 12%, rgba(36, 199, 183, 0.26), transparent 34%),
		linear-gradient(135deg, #031822, #0a3b4d);
	border-radius: 26px;
	color: #fff;
	display: grid;
	gap: clamp(28px, 5vw, 70px);
	grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.65fr);
	margin-bottom: 24px;
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
}

.tl-standard-page-hero .tl-section-kicker,
.tl-faq-hero .tl-section-kicker,
.tl-standard-page-actions .tl-section-kicker {
	color: #55ded0;
}

.tl-standard-page-hero h2,
.tl-faq-hero h2 {
	color: #fff !important;
	font-size: clamp(42px, 6vw, 76px) !important;
	letter-spacing: -0.06em !important;
	line-height: 0.96 !important;
	margin: 16px 0 24px !important;
}

.tl-standard-page-hero > div > p:last-child,
.tl-faq-hero > p:last-child {
	color: #bfd2d7;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.75;
	margin: 0;
	max-width: 760px;
}

.tl-standard-page-hero aside {
	align-self: end;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 18px;
	padding: 24px;
}

.tl-standard-page-hero aside strong {
	color: #f2b84f;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tl-standard-page-hero aside p {
	color: #fff;
	font-size: 18px;
	font-weight: 750;
	line-height: 1.45;
	margin: 12px 0 0;
}

.tl-standard-intro-grid,
.tl-standard-scope-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tl-standard-intro-grid > article,
.tl-standard-scope-grid > section {
	background: #f3f8f6;
	border: 1px solid #d7e5e2;
	border-radius: 20px;
	padding: clamp(28px, 4vw, 46px);
}

.tl-standard-intro-grid h3,
.tl-standard-scope-grid h3 {
	font-size: clamp(28px, 3.5vw, 44px) !important;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 16px 0 22px;
}

.tl-standard-intro-grid p,
.tl-standard-scope-grid p,
.tl-standard-scope-grid li {
	font-size: 15px;
	line-height: 1.75;
}

.tl-standard-one-lot {
	background: #fff8e9 !important;
	border-color: #ecd9ae !important;
}

.tl-standard-one-lot > span {
	align-items: center;
	background: #e2a836;
	border-radius: 50%;
	color: #082536;
	display: flex;
	font-size: 10px;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.tl-standard-pathway {
	background: #fff;
	border: 1px solid #d7e5e2;
	border-radius: 24px;
	margin: 24px 0;
	overflow: hidden;
}

.tl-standard-pathway > header {
	background: #082536;
	color: #fff;
	padding: clamp(30px, 5vw, 54px);
}

.tl-standard-pathway > header h3 {
	color: #fff;
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: -0.055em;
	line-height: 1;
	margin: 14px 0 0;
}

.tl-standard-pathway ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.tl-standard-pathway li {
	border-bottom: 1px solid #d7e5e2;
	border-right: 1px solid #d7e5e2;
	display: grid;
	gap: 18px;
	grid-template-columns: 38px minmax(0, 1fr);
	padding: clamp(24px, 4vw, 40px);
}

.tl-standard-pathway li:nth-child(even) {
	border-right: 0;
}

.tl-standard-pathway li:nth-last-child(-n + 2) {
	border-bottom: 0;
}

.tl-standard-pathway li > span {
	color: #15978e;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding-top: 5px;
}

.tl-standard-pathway h4 {
	font-size: 21px;
	letter-spacing: -0.035em;
	margin: 0 0 10px;
}

.tl-standard-pathway li p {
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

.tl-standard-scope-grid ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}

.tl-standard-scope-grid li {
	border-top: 1px solid #d7e5e2;
	padding: 13px 0 13px 24px;
	position: relative;
}

.tl-standard-scope-grid li::before {
	background: #15978e;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 2px;
	position: absolute;
	top: 22px;
	width: 7px;
}

.tl-standard-boundary {
	background: #082536 !important;
	border-color: #082536 !important;
}

.tl-standard-boundary h3 {
	color: #fff !important;
}

.tl-standard-boundary > p:not(.tl-section-kicker) {
	color: #bfd2d7;
}

.tl-standard-page-actions,
.tl-faq-contact {
	align-items: center;
	background: linear-gradient(135deg, #073746, #0b2636);
	border-radius: 22px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-top: 24px;
	padding: clamp(28px, 5vw, 52px);
}

.tl-standard-page-actions h3,
.tl-faq-contact h3 {
	color: #fff !important;
	font-size: clamp(27px, 3.5vw, 44px);
	letter-spacing: -0.05em;
	line-height: 1.05;
	margin: 12px 0 0;
	max-width: 680px;
}

.tl-standard-page-actions > div:last-child {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 220px;
}

.tl-standard-page-actions .tl-button,
.tl-faq-contact .tl-button {
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.tl-faq-hero {
	background:
		radial-gradient(circle at 86% 15%, rgba(36, 199, 183, 0.26), transparent 35%),
		linear-gradient(135deg, #031822, #0a3b4d);
	border-radius: 26px;
	color: #fff;
	margin-bottom: 18px;
	padding: clamp(36px, 6vw, 72px);
}

.tl-faq-list {
	display: grid;
	gap: 10px;
}

.tl-faq-item {
	background: #fff;
	border: 1px solid #d7e5e2;
	border-radius: 16px;
	overflow: hidden;
}

.tl-faq-item > summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 18px;
	grid-template-columns: 34px minmax(0, 1fr) 18px;
	list-style: none;
	min-height: 78px;
	padding: 18px 24px;
}

.tl-faq-item > summary::-webkit-details-marker {
	display: none;
}

.tl-faq-item > summary > span {
	color: #15978e;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.tl-faq-item > summary strong {
	color: #082536;
	font-size: clamp(17px, 2vw, 23px);
	letter-spacing: -0.025em;
}

.tl-faq-item > summary i {
	height: 14px;
	position: relative;
	width: 14px;
}

.tl-faq-item > summary i::before,
.tl-faq-item > summary i::after {
	background: #15978e;
	content: "";
	height: 2px;
	left: 1px;
	position: absolute;
	top: 6px;
	width: 12px;
}

.tl-faq-item > summary i::after {
	transform: rotate(90deg);
}

.tl-faq-item[open] > summary {
	background: #082536;
}

.tl-faq-item[open] > summary strong {
	color: #fff;
}

.tl-faq-item[open] > summary i::after {
	display: none;
}

.tl-faq-item > div {
	border-top: 1px solid #d7e5e2;
	padding: 24px clamp(24px, 5vw, 76px);
}

.tl-faq-item > div p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	max-width: 900px;
}

.tl-faq-item > div a {
	color: #0d877f;
	display: inline-block;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-top: 14px;
	text-transform: uppercase;
}

.tl-coa-tools {
	display: grid;
	gap: 18px 24px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	padding: 22px;
}

.tl-coa-search-field small {
	color: #71868e;
	display: block;
	font-size: 9px;
	line-height: 1.55;
	margin-top: 8px;
}

.tl-coa-status-filter {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.tl-coa-status-filter legend {
	color: #526b75;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.11em;
	margin-bottom: 9px;
	text-transform: uppercase;
}

.tl-coa-status-filter > div {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tl-coa-status-filter button,
.tl-coa-tool-footer button,
.tl-coa-no-match button {
	background: #fff;
	border: 1px solid #b8cbc7;
	border-radius: 10px;
	color: #526b75;
	cursor: pointer;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.04em;
	min-height: 52px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.tl-coa-status-filter button.is-active {
	background: #15978e;
	border-color: #15978e;
	color: #fff;
}

.tl-coa-tool-footer {
	align-items: center;
	border-top: 1px solid #d7e5e2;
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding-top: 16px;
}

.tl-coa-tool-footer p {
	color: #526b75;
	font-size: 10px;
	font-weight: 750;
	margin: 0;
}

.tl-coa-tool-footer button {
	min-height: 38px;
}

.tl-coa-tool-footer button:disabled,
.tl-coa-no-match button:disabled {
	cursor: default;
	opacity: 0.45;
}

.tl-coa-record[hidden],
.tl-coa-strength[hidden] {
	display: none;
}

.tl-coa-no-match {
	background: #fff4dd;
	border: 1px solid #edcf92;
	border-left: 5px solid #d89b32;
	border-radius: 14px;
	margin-top: 18px;
	padding: 26px;
}

.tl-coa-no-match h2 {
	color: #573c0a;
	font-size: 26px;
	margin: 0 0 10px;
}

.tl-coa-no-match p {
	margin: 0 0 16px;
}

.tl-coa-no-match button {
	border-color: #d89b32;
	color: #6e4b0b;
	min-height: 40px;
}

.tl-coa-scope {
	background: #082536;
	border-radius: 20px;
	color: #bfd2d7;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
	padding: clamp(28px, 5vw, 48px);
}

.tl-coa-scope .tl-section-kicker {
	color: #55ded0;
}

.tl-coa-scope ol {
	margin: 18px 0 0;
	padding-left: 22px;
}

.tl-coa-scope li,
.tl-coa-scope p {
	font-size: 12px;
	line-height: 1.75;
}

.tl-coa-scope strong {
	color: #f2b84f;
	display: block;
	font-size: 11px;
	letter-spacing: 0.06em;
	margin-top: 18px;
	text-transform: uppercase;
}

@media (max-width: 860px) {
	.tl-standard-page-hero,
	.tl-standard-intro-grid,
	.tl-standard-scope-grid,
	.tl-coa-tools,
	.tl-coa-scope {
		grid-template-columns: 1fr;
	}

	.tl-coa-tool-footer {
		grid-column: 1;
	}

	.tl-standard-page-actions,
	.tl-faq-contact {
		align-items: flex-start;
		flex-direction: column;
	}

	.tl-standard-page-actions > div:last-child {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.tl-standard-pathway ol {
		grid-template-columns: 1fr;
	}

	.tl-standard-pathway li,
	.tl-standard-pathway li:nth-child(even),
	.tl-standard-pathway li:nth-last-child(-n + 2) {
		border-bottom: 1px solid #d7e5e2;
		border-right: 0;
	}

	.tl-standard-pathway li:last-child {
		border-bottom: 0;
	}

	.tl-coa-status-filter > div {
		grid-template-columns: 1fr;
	}

	.tl-coa-tool-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.tl-faq-item > summary {
		gap: 11px;
		grid-template-columns: 25px minmax(0, 1fr) 16px;
		padding: 16px;
	}
}
