.pt-quick-verdict {
	background: #edf2e3;
	border: 1px solid #bccca5;
	border-radius: 12px;
	margin: 1.8rem 0;
	padding: clamp(1.35rem, 4vw, 2rem);
}

.pt-quick-verdict .pt-eyebrow {
	color: #496334;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.pt-quick-verdict h2 {
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	line-height: 1.12;
	margin: 0 0 0.7rem;
}

.pt-quick-verdict p:last-child {
	margin-bottom: 0;
}

.pt-shortlist {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.5rem 0 2.2rem;
}

.pt-shortlist-item {
	background: #fff;
	border: 1px solid #dedfd5;
	border-radius: 10px;
	padding: 1.25rem 1.1rem;
}

.pt-shortlist-number {
	color: #6a7e62;
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 0.6rem;
}

.pt-shortlist-item h3 {
	font-size: 1.15rem;
	line-height: 1.2;
	margin: 0 0 0.55rem;
}

.pt-shortlist-item p {
	color: #56675c;
	font-size: 0.82rem;
	line-height: 1.6;
	margin: 0;
}

.pt-comparison-wrap {
	background: #fff;
	border: 1px solid #dedfd5;
	border-radius: 10px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.pt-comparison {
	border-collapse: collapse;
	font-size: 0.82rem;
	min-width: 600px;
	width: 100%;
}

.pt-comparison th,
.pt-comparison td {
	border-bottom: 1px solid #dedfd5;
	padding: 1rem 1.1rem;
	text-align: left;
	vertical-align: top;
}

.pt-comparison thead {
	background: #e9edde;
}

.pt-comparison thead th {
	font-size: 0.7rem;
	font-weight: 800;
}

.pt-comparison tbody tr:last-child th,
.pt-comparison tbody tr:last-child td {
	border-bottom: 0;
}

.pt-comparison tbody th {
	font-weight: 800;
}

.pt-comparison-caption {
	color: #56675c;
	font-size: 0.72rem;
	margin: 0.55rem 0 1.7rem;
}

.pt-evidence-note {
	background: #edece3;
	border-left: 3px solid #a8b38d;
	margin: 1.8rem 0;
	padding: 1rem 1.2rem;
}

.pt-evidence-note--hands-on-tested {
	border-left-color: #51734d;
}

.pt-evidence-note--update-needed {
	border-left-color: #d7b779;
}

.pt-evidence-badge {
	background: #e4ecd7;
	border-radius: 4px;
	color: #34502e;
	display: inline-block;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin-bottom: 0.75rem;
	padding: 0.35rem 0.55rem;
	text-transform: uppercase;
}

.pt-evidence-note p {
	font-size: 0.86rem;
	margin: 0;
}

.pt-evidence-sources {
	color: #56675c;
	font-size: 0.78rem;
	margin: 0.8rem 0 0;
	padding-left: 1.1rem;
}

.pt-choose-skip {
	background: #fff;
	border: 1px solid #dedfd5;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 1.8rem 0;
}

.pt-choose-skip > div {
	padding: 1.25rem;
}

.pt-choose-skip > div + div {
	border-left: 1px solid #dedfd5;
}

.pt-choose-skip strong {
	display: block;
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.pt-choose-skip p {
	font-size: 0.85rem;
	margin: 0;
}

.pt-product-card {
	background: #fff;
	border: 1px solid #dedfd5;
	border-radius: 12px;
	overflow: hidden;
}

.pt-product-card-head {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 10rem minmax(0, 1fr);
	padding: clamp(1.35rem, 4vw, 2rem);
}

.pt-product-image {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 10rem;
}

.pt-product-image img {
	border-radius: 8px;
	height: 100%;
	max-height: 12rem;
	object-fit: contain;
	width: 100%;
}
.pt-product-card-head:has(.pt-product-image:empty) { grid-template-columns: 1fr; }
.pt-product-image:empty { display: none; }

.pt-product-placeholder {
	align-items: center;
	background: #f3f5ef;
	border: 1px dashed #a5b195;
	border-radius: 8px;
	color: #63755b;
	display: flex;
	flex-direction: column;
	font-size: 0.7rem;
	justify-content: center;
	min-height: 10rem;
	padding: 1rem;
	text-align: center;
	width: 100%;
}

.pt-product-placeholder span:first-child {
	color: #829474;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.65rem;
}

.pt-product-model {
	color: #56675c;
	font-size: 0.72rem;
	margin: 0.65rem 0 0;
}

.pt-product-card h3 {
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1.15;
	margin: 0.2rem 0 0.65rem;
}

.pt-product-card-head > div:last-child > p {
	color: #56675c;
	font-size: 0.85rem;
	margin: 0 0 1rem;
}

.pt-product-details {
	border-top: 1px solid #dedfd5;
	display: grid;
	gap: 0.65rem;
	margin: 0 0 1rem;
	padding-top: 0.8rem;
}

.pt-product-details > div {
	display: grid;
	gap: 0.6rem;
	grid-template-columns: 7rem minmax(0, 1fr);
}

.pt-product-details dt {
	color: #56675c;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pt-product-details dd {
	font-size: 0.78rem;
	margin: 0;
}

.pt-product-link {
	background: #102b20;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	padding: 0.75rem 0.95rem;
	text-decoration: none;
}

.pt-product-link:hover {
	background: #183e2b;
	color: #fff;
}

.pt-product-feed {
	margin-top: 1rem;
}

.pt-product-disclosure {
	color: #56675c !important;
	font-size: 0.7rem !important;
	margin: 0.8rem 0 0 !important;
}

.pt-product-card-footer {
	border-top: 1px solid #dedfd5;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.pt-product-card-footer > div {
	font-size: 0.82rem;
	padding: 1rem 1.25rem;
}

.pt-product-card-footer > div + div {
	border-left: 1px solid #dedfd5;
}

.pt-product-card-footer strong {
	display: block;
	font-size: 0.66rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.pt-product-card-footer p {
	margin: 0;
}

@media (max-width: 760px) {
	.pt-shortlist,
	.pt-choose-skip,
	.pt-product-card-footer {
		grid-template-columns: 1fr;
	}

	.pt-choose-skip > div + div,
	.pt-product-card-footer > div + div {
		border-left: 0;
		border-top: 1px solid #dedfd5;
	}

	.pt-product-card-head {
		grid-template-columns: 1fr;
	}

	.pt-product-image {
		max-width: 16rem;
		min-height: 8rem;
	}
}
