.rfv-comparison {
	--rfv-green: #063f3b;
	--rfv-green-dark: #03332f;
	--rfv-coral: #ef765e;
	--rfv-coral-dark: #d95e49;
	--rfv-cream: #fbf7f1;
	--rfv-cream-strong: #fff7e7;
	--rfv-text: #17312e;
	--rfv-muted: #66736f;
	--rfv-border: #e2ded6;
	--rfv-white: #ffffff;
	--rfv-shadow: 0 18px 50px rgba(21, 52, 48, 0.09);
	width: 100%;
	color: var(--rfv-text);
	font: inherit;
}

.rfv-comparison *,
.rfv-comparison *::before,
.rfv-comparison *::after {
	box-sizing: border-box;
}

.rfv-screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.rfv-table-scroll {
	width: 100%;
	overflow-x: auto;
	border: 1px solid var(--rfv-border);
	border-radius: 20px;
	background: var(--rfv-white);
	box-shadow: var(--rfv-shadow);
	-webkit-overflow-scrolling: touch;
}

.rfv-table-scroll:focus-visible {
	outline: 3px solid rgba(239, 118, 94, 0.35);
	outline-offset: 4px;
}

.rfv-table {
	width: 100%;
	min-width: 1080px;
	margin: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	background: var(--rfv-white);
}

.rfv-table th,
.rfv-table td {
	border: 0;
	border-right: 1px solid var(--rfv-border);
	border-bottom: 1px solid var(--rfv-border);
	vertical-align: middle;
}

.rfv-table tr > :last-child {
	border-right: 0;
}

.rfv-table tbody tr:last-child > * {
	border-bottom: 0;
}

.rfv-table thead th {
	padding: 24px 18px 20px;
	vertical-align: top;
	background: var(--rfv-white);
	text-align: center;
}

.rfv-table .rfv-criterion-heading {
	width: 154px;
	padding: 27px 20px;
	background: var(--rfv-green);
	color: var(--rfv-white);
	font-size: 16px;
	font-weight: 750;
	text-align: left;
	letter-spacing: 0.01em;
}

.rfv-table .rfv-product-heading.is-featured,
.rfv-table td.is-featured {
	background: var(--rfv-cream-strong);
}

.rfv-table .rfv-product-heading.is-featured {
	box-shadow: inset 0 5px 0 var(--rfv-coral);
}

.rfv-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 212px;
	margin: 0 auto 14px;
	padding: 14px;
	border: 1px solid #ebe7df;
	border-radius: 13px;
	background: var(--rfv-white);
	overflow: hidden;
}

.rfv-product-image img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 182px !important;
	margin: 0 auto;
	object-fit: contain;
}

.rfv-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.rfv-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 18px;
	border-radius: 9px;
	background: var(--rfv-cream);
	color: var(--rfv-muted);
	font-size: 13px;
	font-weight: 650;
	text-align: center;
}

.rfv-product-title {
	color: var(--rfv-green-dark);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
	text-wrap: balance;
}

.rfv-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 28px;
	margin-top: 9px;
	padding: 5px 11px;
	border-radius: 999px;
	background: #edf3f1;
	color: var(--rfv-green);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
}

.rfv-product-heading.is-featured .rfv-badge,
.rfv-mobile-card.is-featured .rfv-badge {
	background: var(--rfv-green);
	color: var(--rfv-white);
}

.rfv-table tbody th {
	width: 154px;
	padding: 15px 18px;
	background: #f7f4ef;
	color: var(--rfv-green-dark);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
	text-align: left;
}

.rfv-table tbody td {
	padding: 15px 14px;
	color: var(--rfv-text);
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	overflow-wrap: anywhere;
}

.rfv-table tbody tr:nth-child(even) td:not(.is-featured) {
	background: #fcfbf9;
}

.rfv-cell-price,
.rfv-mobile-row-price dd {
	color: var(--rfv-green-dark);
	font-size: 16px !important;
	font-weight: 800;
}

.rfv-empty {
	color: #a1aaa7;
	font-weight: 500;
}

.rfv-cta-row th,
.rfv-cta-row td {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.rfv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 43px;
	padding: 10px 16px;
	border: 1px solid var(--rfv-green);
	border-radius: 9px;
	background: var(--rfv-green);
	color: var(--rfv-white) !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.rfv-button:hover,
.rfv-button:focus-visible {
	border-color: var(--rfv-coral-dark);
	background: var(--rfv-coral-dark);
	color: var(--rfv-white) !important;
	transform: translateY(-1px);
	box-shadow: 0 7px 18px rgba(217, 94, 73, 0.2);
}

.rfv-button:focus-visible {
	outline: 3px solid rgba(239, 118, 94, 0.3);
	outline-offset: 3px;
}

.rfv-mobile-cards {
	display: none;
}

.rfv-affiliate-notice {
	margin: 14px 2px 0;
	color: var(--rfv-muted);
	font-size: 12px;
	line-height: 1.5;
}

.rfv-editor-notice {
	padding: 14px 16px;
	border: 1px solid #e4b84e;
	border-left: 4px solid #e4b84e;
	border-radius: 8px;
	background: #fff9e8;
	color: #433a23;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.rfv-desktop-table {
		display: none;
	}

	.rfv-mobile-cards {
		display: grid;
		gap: 20px;
	}

	.rfv-mobile-card {
		overflow: hidden;
		margin: 0;
		border: 1px solid var(--rfv-border);
		border-radius: 18px;
		background: var(--rfv-white);
		box-shadow: 0 13px 34px rgba(21, 52, 48, 0.08);
	}

	.rfv-mobile-card.is-featured {
		border-color: rgba(239, 118, 94, 0.8);
		box-shadow: 0 15px 40px rgba(21, 52, 48, 0.11);
	}

	.rfv-mobile-card > .rfv-product-image {
		float: left;
		width: 128px;
		height: 172px;
		margin: 20px 18px 20px 20px;
		padding: 10px;
	}

	.rfv-mobile-card > .rfv-product-image img {
		max-height: 148px !important;
	}

	.rfv-mobile-card > .rfv-product-title {
		padding: 38px 20px 0 0;
		font-size: 21px;
	}

	.rfv-mobile-card > .rfv-badge {
		margin: 10px 20px 0 0;
	}

	.rfv-mobile-facts {
		clear: both;
		margin: 0;
		border-top: 1px solid var(--rfv-border);
	}

	.rfv-mobile-row {
		display: grid;
		grid-template-columns: minmax(116px, 39%) minmax(0, 1fr);
		margin: 0;
		border-bottom: 1px solid var(--rfv-border);
	}

	.rfv-mobile-row dt,
	.rfv-mobile-row dd {
		min-width: 0;
		margin: 0;
		padding: 13px 14px;
		font-size: 14px;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.rfv-mobile-row dt {
		border-right: 1px solid var(--rfv-border);
		background: #f7f4ef;
		color: var(--rfv-green-dark);
		font-weight: 750;
		hyphens: auto;
		overflow-wrap: normal;
		word-break: normal;
	}

	.rfv-mobile-row dd {
		background: var(--rfv-white);
		color: var(--rfv-text);
	}

	.rfv-mobile-card.is-featured .rfv-mobile-row dd {
		background: var(--rfv-cream-strong);
	}

	.rfv-mobile-cta {
		padding: 16px;
		background: var(--rfv-white);
	}

	.rfv-mobile-card.is-featured .rfv-mobile-cta {
		background: var(--rfv-cream-strong);
	}

	.rfv-mobile-cta .rfv-button {
		display: flex;
		width: 100%;
		min-height: 48px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.rfv-mobile-cards {
		gap: 16px;
	}

	.rfv-mobile-card > .rfv-product-image {
		width: 104px;
		height: 146px;
		margin: 16px 14px 16px 16px;
		padding: 8px;
	}

	.rfv-mobile-card > .rfv-product-image img {
		max-height: 126px !important;
	}

	.rfv-mobile-card > .rfv-product-title {
		padding-top: 27px;
		font-size: 18px;
	}

	.rfv-mobile-card > .rfv-badge {
		margin-top: 8px;
		font-size: 11px;
	}

	.rfv-mobile-row {
		grid-template-columns: minmax(105px, 40%) minmax(0, 1fr);
	}

	.rfv-mobile-row dt,
	.rfv-mobile-row dd {
		padding: 12px 11px;
		font-size: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rfv-button {
		transition: none;
	}
}

@media print {
	.rfv-mobile-cards {
		display: none !important;
	}

	.rfv-desktop-table {
		display: block !important;
	}

	.rfv-table-scroll {
		overflow: visible;
		box-shadow: none;
	}

	.rfv-table {
		min-width: 0;
	}
}
