/* self-hosted demo fonts */
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/plus-jakarta-sans-600.woff2") format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/plus-jakarta-sans-700.woff2") format("woff2")}
@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/plus-jakarta-sans-800.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/inter-400.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/inter-500.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/inter-600.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/inter-700.woff2") format("woff2")}
@font-face{font-family:"JetBrains Mono";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/jetbrains-mono-500.woff2") format("woff2")}

/* ============================================================
   WinningPC Deal / Giveaway post layout skin
   Loaded ONLY on singles using the `winningpc_deal` layout.
   Every selector is scoped under `.wpc-post` — nothing here can
   leak into the homepage or other post layouts.

   Typography uses self-hosted demo fonts scoped to this layout.
   ============================================================ */

.wpc-post {
	--wpc-display: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
	--wpc-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
	--wpc-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	--wpc-brand: #ff4d17;
	--wpc-brand-700: #c5360b;
	--wpc-brand-soft: rgba(255, 77, 23, .06);
	--wpc-price: #dc2626;
	--wpc-save: #77b21d;
	--wpc-save-700: #4f7d12;
	--wpc-ink: #16181d;
	--wpc-ink-soft: #5c6270;
	--wpc-muted: #7c818c;
	--wpc-faint: #a9adb5;
	--wpc-line: #e5e4dd;
	--wpc-line-soft: #d6d5cc;
	--wpc-bg-soft: #f7f6f1;
	--wpc-panel: #f0efe9;
	--wpc-radius: 12px;
	--wpc-shadow-sm: 0 1px 2px rgba(22, 24, 29, .04), 0 2px 8px rgba(22, 24, 29, .035);
	--wpc-shadow: 0 1px 3px rgba(22, 24, 29, .04), 0 8px 24px rgba(22, 24, 29, .07);
}

/* ---------- typography ---------- */
body.wpc-post-layout {
	background: #fff;
	color: var(--wpc-ink, #16181d);
	font-family: var(--wpc-font, "Inter", system-ui, -apple-system, "Segoe UI", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
}
.wpc-post,
.wpc-post .post-inner,
.wpc-post p,
.wpc-post li,
.wpc-post td,
.wpc-post th {
	font-family: var(--wpc-font);
}
.wpc-post {
	color: var(--wpc-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.62;
}
.wpc-post .post-inner,
.wpc-post .post-inner p,
.wpc-post .post-inner li,
.wpc-post .post-inner td,
.wpc-post .post-inner th {
	color: var(--wpc-ink-soft);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.62;
}
.wpc-post .post-inner b,
.wpc-post .post-inner strong,
.wpc-post .post-inner th {
	color: var(--wpc-ink);
	font-weight: 600;
}
.wpc-post h1,
.wpc-post h2,
.wpc-post h3,
.wpc-post h4,
.wpc-post .wpc-post-hero h1,
.wpc-post .rh-review-heading h2,
.wpc-post .rh-review-heading h3,
.wpc-post .review-header,
.wpc-post .wpc-author-name,
.wpc-post .related_title,
.wpc-post .title_comments {
	font-family: var(--wpc-display);
	letter-spacing: -.02em;
}
.wpc-post code,
.wpc-post .wpc-ob-cta-code,
.wpc-post .mono {
	font-family: var(--wpc-mono);
}
.wpc-post .post-inner a:not(.wpc-cta-btn):not(.wpc-ob-cta):not(.wpc-share-btn):not(.add_user_review_link):not(.comment-reply-link):not(.btn-submit) {
	color: var(--wpc-brand-700);
	text-decoration-color: rgba(197, 54, 11, .32);
	text-underline-offset: 2px;
}
.wpc-post .post-inner a:not(.wpc-cta-btn):not(.wpc-ob-cta):not(.wpc-share-btn):not(.add_user_review_link):not(.comment-reply-link):not(.btn-submit):hover {
	color: var(--wpc-brand);
	text-decoration-color: currentColor;
}
/* ---------- reading progress bar ---------- */
.wpc-post .wpc-post-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0;
	z-index: 999999;
	background: var(--wpc-brand);
	transition: width .1s linear;
	pointer-events: none;
	box-shadow: 0 1px 4px rgba(255, 77, 23, .22);
}
body.admin-bar .wpc-post .wpc-post-progress {
	top: 32px;
}
@media (max-width: 782px) {
	body.admin-bar .wpc-post .wpc-post-progress {
		top: 46px;
	}
}

/* ---------- hero band ---------- */
.wpc-post .wpc-post-hero {
	background: #fff;
	border-bottom: 1px solid var(--wpc-line);
	margin-bottom: 26px;
	padding: 8px 0 22px;
}
/* Override Rehub's rh-flex-eq-height so both columns are TOP-aligned in a
   clean 2-col grid (text | 240px boxshot), like the demo hero — otherwise
   the boxshot floats to the vertical middle leaving a big empty gap. */
.wpc-post .wpc-post-hero .title_single_area {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 240px;
	gap: 44px;
	align-items: start;
}
.wpc-post .wpc-post-hero .rh-336-content-area {
	width: auto !important;
	float: none !important;
	min-width: 0;
}
.wpc-post .wpc-post-hero .rh-336-sidebar {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
}
@media (max-width: 760px) {
	.wpc-post .wpc-post-hero .title_single_area {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.wpc-post .wpc-post-hero .rh-336-sidebar { order: 2; }
}
.wpc-post .wpc-post-hero .breadcrumb,
.wpc-post .wpc-post-hero .wpc-post-crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	font-size: 13px !important;
	line-height: 1.45;
	color: var(--wpc-muted) !important;
	opacity: 1 !important;
}
.wpc-post .wpc-post-hero .breadcrumb a,
.wpc-post .wpc-post-hero .wpc-post-crumb a {
	color: var(--wpc-muted) !important;
	text-decoration: none;
}
.wpc-post .wpc-post-hero .breadcrumb a:hover,
.wpc-post .wpc-post-hero .wpc-post-crumb a:hover {
	color: var(--wpc-brand-700) !important;
	text-decoration: none;
}
.wpc-post .wpc-post-hero .wpc-post-crumb .sep,
.wpc-post .wpc-post-hero .wpc-post-crumb .separator {
	color: var(--wpc-faint);
	font-weight: 400;
	opacity: .62;
}
.wpc-post .wpc-post-hero .breadcrumb .current,
.wpc-post .wpc-post-hero .wpc-post-crumb .current {
	color: var(--wpc-ink-soft);
}
.wpc-post .wpc-post-hero h1 {
	font-size: 30px;
	line-height: 1.16;
	font-weight: 600;
	letter-spacing: -.02em;
	color: var(--wpc-ink);
	margin: 4px 0 14px;
}

/* tag / category row → pills */
.wpc-post .wpc-post-tagrow .rh-cat-list-title {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
}
.wpc-post .wpc-post-tagrow a {
	font-size: 12.5px !important;
	line-height: 1.35 !important;
	background: var(--wpc-bg-soft) !important;
	border: 1px solid var(--wpc-line) !important;
	padding: 4px 10px !important;
	border-radius: 999px !important;
	color: var(--wpc-ink-soft) !important;
	margin: 0 !important;
	text-decoration: none !important;
	transition: .15s;
}
.wpc-post .wpc-post-tagrow a.rh-dealstore-cat,
.wpc-post .wpc-post-tagrow a.wpc-store-primary {
	order: -1;
	background: var(--wpc-brand-soft) !important;
	border-color: var(--wpc-brand) !important;
	color: var(--wpc-brand-700) !important;
	font-weight: 700 !important;
}
.wpc-post .wpc-post-tagrow a:hover {
	border-color: var(--wpc-brand) !important;
	color: var(--wpc-brand) !important;
}

/* lede — offer meta `rehub_offer_product_desc`, fallback excerpt */
.wpc-post .wpc-post-lede {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
	color: var(--wpc-ink-soft);
	margin: 0 0 16px;
	max-width: 808px;
}
.wpc-post .wpc-post-lede b,
.wpc-post .wpc-post-lede strong {
	color: var(--wpc-ink);
	font-weight: 600;
}

/* byline: updated · published · read time · rating */
.wpc-post .wpc-post-byline {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 1.45;
	color: var(--wpc-muted);
	margin: 0 0 18px;
}
.wpc-post .wpc-post-byline .wpc-byline-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}
.wpc-post .wpc-post-byline svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
}
.wpc-post .wpc-post-byline .wpc-byline-dot {
	color: var(--wpc-faint);
}
.wpc-post .wpc-post-byline .wpc-byline-verified {
	color: var(--wpc-muted);
	font-weight: 400;
}
.wpc-post .wpc-post-byline .wpc-byline-verified time {
	color: var(--wpc-save-700);
	font-weight: 600;
	white-space: nowrap;
}
.wpc-post .wpc-post-byline .wpc-byline-rating {
	color: var(--wpc-ink-soft);
	font-weight: 600;
}
.wpc-post .wpc-post-byline .wpc-byline-rating .wpc-stars {
	color: #f59e0b;
	letter-spacing: 1px;
	line-height: 1;
	white-space: nowrap;
}
.wpc-post .wpc-post-byline .wpc-byline-kksr {
	gap: 0;
}
.wpc-post .wpc-post-byline .wpc-kksr-byline {
	display: inline-flex;
	align-items: center;
	margin: 0 !important;
	line-height: 1;
}
.wpc-post .wpc-post-byline .wpc-kksr-byline .kksr-stars {
	display: inline-flex;
	flex: 0 0 auto;
}
.wpc-post .wpc-post-byline .wpc-kksr-byline .kksr-legend {
	margin: 0 0 0 6px;
	color: var(--wpc-ink-soft);
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}
.wpc-post .wpc-post-byline .wpc-kksr-byline .kksr-muted {
	color: var(--wpc-muted);
	opacity: 1;
	font-weight: 400;
}
.wpc-post .wpc-post-byline .wpc-rating-score {
	color: var(--wpc-ink-soft);
	white-space: nowrap;
}
.wpc-post .wpc-post-byline a {
	color: var(--wpc-ink);
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.wpc-post .wpc-post-byline a:hover {
	color: var(--wpc-brand-700);
	text-decoration: none;
}
.wpc-post .wpc-post-byline time {
	color: var(--wpc-save-700);
	font-weight: 600;
	white-space: nowrap;
}
/* ---------- clean editorial main column ----------
   Rehub wraps the article in a bordered white card
   (body:not(.noinnerpadding) .rh-post-wrapper). The demo is an open
   editorial layout — remove the frame, and neutralise the alignwide
   negative margins that assumed the 25px wrapper padding. */
body:not(.noinnerpadding) .wpc-post .rh-post-wrapper {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
}
body:not(.noinnerpadding) .wpc-post .rh-post-wrapper .alignwide,
body:not(.noinnerpadding) .wpc-post .rh-post-wrapper .alignfull {
	margin-left: 0;
	margin-right: 0;
}

/* boxshot + hmeta stack vertically in the hero right column */
.wpc-post .post-head-image-part {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}
.wpc-post .wpc-post-boxshot {
	border: 1px solid var(--wpc-line);
	border-radius: 14px;
	padding: 18px;
	background: #fff;
	box-shadow: var(--wpc-shadow-sm);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	max-width: 100%;
	margin: 0 auto;
}
.wpc-post .wpc-post-boxshot img {
	border-radius: 10px;
	object-fit: contain;
	width: 100%;
	height: auto;
}
.wpc-post .wpc-post-boxshot.is-placeholder {
	min-height: 220px;
	flex-direction: column;
	gap: 10px;
	color: var(--wpc-muted);
	background:
		linear-gradient(135deg, rgba(255, 77, 23, .08), rgba(255, 255, 255, .92)),
		repeating-linear-gradient(45deg, #f7f6f1 0, #f7f6f1 10px, #fff 10px, #fff 20px);
	box-shadow: var(--wpc-shadow-sm);
}
.wpc-post .wpc-post-boxshot-placeholder-icon {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #fff;
	color: var(--wpc-brand-700);
	box-shadow: inset 0 0 0 1px var(--wpc-line);
}
.wpc-post .wpc-post-boxshot-placeholder-icon svg {
	width: 34px;
	height: 34px;
	display: block;
}
.wpc-post .wpc-post-boxshot-placeholder-text {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--wpc-ink-soft);
}

/* ---------- sidebar : TOC + widgets ---------- */
/* 300px rail. Rehub's own media queries already use 300px below 1280px
   (1024-1279), so overriding just the >=1280 band makes 300px the width
   everywhere. .main-side widens by the same 36px to keep the container
   filled with the stock 24px gutter (1200 = 876 + 24 + 300). Fixed
   336x280 ad creatives no longer fit — use 300x250 or responsive units. */
@media (min-width: 1280px) {
	body.wpc-post-layout .main-side:not(.full_width) { width: 876px; }
	body.wpc-post-layout .sidebar { width: 300px; }
}
.wpc-post .wpc-post-toc {
	border: 1px solid var(--wpc-line);
	border-radius: var(--wpc-radius);
	background: #fff;
	padding: 14px 16px;
	margin-top: 15px;
	margin-bottom: 16px;
}
/* Sticky offsets clear the fixed chrome header (.wpc-hd, 66px tall +
   border) with a comfortable gap; admin bar adds 32px (46px on mobile). */
.wpc-post .wpc-post-toc-sticky {
	position: sticky;
	top: 86px;
	z-index: 20;
	align-self: flex-start;
}
body.admin-bar .wpc-post .wpc-post-toc-sticky {
	top: 118px;
}
@media (max-width: 782px) {
	body.admin-bar .wpc-post .wpc-post-toc-sticky {
		top: 132px;
	}
}
.wpc-post .wpc-post-toc-title {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--wpc-ink-soft);
	font-weight: 700;
	margin-bottom: 4px;
}
.wpc-post .wpc-post-toc-list {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	font-size: 14px;
}
.wpc-post .wpc-post-toc-list li {
	margin: 2px 0;
}
.wpc-post .wpc-post-toc-list a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 4px;
	color: var(--wpc-ink-soft);
	text-decoration: none;
	line-height: 1.35;
}
.wpc-post .wpc-post-toc-list a::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--wpc-line-soft);
	flex: 0 0 auto;
	transition: .15s;
}
.wpc-post .wpc-post-toc-list a:hover {
	color: var(--wpc-ink);
}
.wpc-post .wpc-post-toc-list a:hover::before {
	background: var(--wpc-faint);
}
.wpc-post .wpc-post-toc-list a.wpc-on {
	color: var(--wpc-ink);
	font-weight: 700;
}
.wpc-post .wpc-post-toc-list a.wpc-on::before {
	background: var(--wpc-brand);
	box-shadow: 0 0 0 3px var(--wpc-brand-soft);
}

/* widgets under the TOC — card them like the TOC so the sidebar
   feels designed even with default widgets (Search/Recent/...) */
.wpc-post .wpc-post-sidebar .widget {
	border: 1px solid var(--wpc-line);
	border-radius: var(--wpc-radius);
	background: #fff;
	padding: 14px 16px;
	margin-bottom: 16px;
}
.wpc-post .wpc-post-sidebar .widget .widget-title,
.wpc-post .wpc-post-sidebar .widget .widgettitle,
.wpc-post .wpc-post-sidebar .widget h2,
.wpc-post .wpc-post-sidebar .widget h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--wpc-ink-soft);
	font-weight: 700;
	margin: 0 0 10px;
	border: none;
	padding: 0;
	background: none;
}
.wpc-post .wpc-post-sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.wpc-post .wpc-post-sidebar .widget ul li {
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dashed var(--wpc-line);
	line-height: 1.4;
}
.wpc-post .wpc-post-sidebar .widget ul li:last-child {
	border-bottom: none;
}
.wpc-post .wpc-post-sidebar .widget ul li a {
	color: var(--wpc-ink-soft);
	text-decoration: none;
}
.wpc-post .wpc-post-sidebar .widget ul li a:hover {
	color: var(--wpc-brand-700);
}
.wpc-post .wpc-post-sidebar .widget input[type="text"],
.wpc-post .wpc-post-sidebar .widget input[type="search"] {
	width: 100%;
	border: 1px solid var(--wpc-line-soft);
	border-radius: 8px;
	padding: 9px 12px;
	font-size: 14px;
	box-sizing: border-box;
}
/* image and Custom HTML widgets: treat them as visual banner blocks */
.wpc-post .wpc-post-sidebar .widget_media_image,
.wpc-post .wpc-post-sidebar .widget_custom_html,
.wpc-post aside.sidebar .widget_media_image,
.wpc-post aside.sidebar .widget_custom_html {
	padding: 12px 0 !important;
	margin: 0 0 14px !important;
	overflow: hidden;
	box-shadow: none;
}
.wpc-post .wpc-post-sidebar .widget_media_image + .widget_media_image,
.wpc-post .wpc-post-sidebar .widget_media_image + .widget_custom_html,
.wpc-post .wpc-post-sidebar .widget_custom_html + .widget_media_image,
.wpc-post .wpc-post-sidebar .widget_custom_html + .widget_custom_html,
.wpc-post aside.sidebar .widget_media_image + .widget_media_image,
.wpc-post aside.sidebar .widget_media_image + .widget_custom_html,
.wpc-post aside.sidebar .widget_custom_html + .widget_media_image,
.wpc-post aside.sidebar .widget_custom_html + .widget_custom_html {
	margin-top: 8px !important;
}
.wpc-post .wpc-post-sidebar .widget_media_image img,
.wpc-post .wpc-post-sidebar .widget_custom_html img,
.wpc-post .wpc-post-sidebar .textwidget img,
.wpc-post aside.sidebar .widget_media_image img,
.wpc-post aside.sidebar .widget_custom_html img,
.wpc-post aside.sidebar .textwidget img {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: auto;
}
.wpc-post aside.sidebar .textwidget img {
	padding: 5px 0;
}

/* ---------- section headings (rehub/review-heading) ----------
   Body keeps the LONG keyword title; the SHORT `subtitle` doubles
   as both the TOC label and — via column-reverse — an eyebrow line
   displayed above the heading, like the demo's section eyebrows. */
.wpc-post .rh-review-heading {
	margin: 36px 0 16px;
}
.wpc-post .rh-review-heading__position {
	display: none !important;
}
.wpc-post .rh-review-heading > div[id] {
	display: flex;
	flex-direction: column-reverse;
}
.wpc-post .rh-review-heading > div[id] > div {
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--wpc-brand) !important;
	line-height: 1.4 !important;
	margin: 0 0 8px !important;
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.wpc-post .rh-review-heading > div[id] > div::before {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--wpc-brand);
}
.wpc-post .sec-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 36px;
	color: var(--wpc-brand);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: .14em;
}
.wpc-post .sec-eyebrow::before {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--wpc-brand);
	flex: 0 0 auto;
}
.wpc-post .rh-review-heading h2,
.wpc-post .rh-review-heading h3 {
	font-size: 27px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -.02em;
	color: var(--wpc-ink);
	scroll-margin-top: 90px;
}

/* generic content headings fallback */
.wpc-post .post-inner h2 {
	font-family: var(--wpc-display);
	font-size: 27px;
	font-weight: 800;
	line-height: 1.18;
	color: var(--wpc-ink);
	scroll-margin-top: 90px;
}
.wpc-post .post-inner h3:not(.wpc-ob-title):not(.rank-math-question) {
	font-family: var(--wpc-display);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--wpc-ink);
}

/* ---------- How-to block (rehub/howto → gc-howto) ---------- */
.wpc-post .gc-howto {
	border: none !important;
	padding: 0;
}
.wpc-post .gc-howto__line {
	display: none;
}
.wpc-post .gc-howto__heading {
	font-size: 19px;
	font-weight: 700;
	color: var(--wpc-ink) !important;
	text-align: left;
}
.wpc-post .gc-howtoitem__step {
	position: relative;
	padding: 11px 0 11px 46px;
	border-bottom: 1px solid var(--wpc-line);
	counter-increment: wpc-step;
}
.wpc-post .gc-howtoitem__step:last-child {
	border-bottom: none;
}
.wpc-post .gc-howto__description {
	counter-reset: wpc-step;
}
.wpc-post .gc-howtoitem__step::before {
	content: counter(wpc-step);
	position: absolute;
	left: 0;
	top: 12px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--wpc-brand);
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.wpc-post .gc-howtoitem__title,
.wpc-post .gc-howtoitem__heading {
	font-size: 15.5px;
	font-weight: 700;
	color: var(--wpc-ink);
}
.wpc-post .gc-howtoitem__text {
	font-size: 14.5px;
	color: var(--wpc-ink-soft);
	line-height: 1.55;
}

/* ---------- Rehub slider block ----------
   Keep `.rh-slider-thumbs__row` untouched — only reskin the stage. */
.wpc-post .rh-slider__wrapper {
	border: 1px solid var(--wpc-line);
	border-radius: 12px;
	overflow: hidden;
	background: transparent !important;
	box-shadow: var(--wpc-shadow-sm);
}
.wpc-post .rh-slider {
	background: transparent !important;
}
.wpc-post .rh-slider__inner.modulo-lightbox {
	background: transparent !important;
	border-radius: 12px;
	box-shadow: none;
	max-height: none;
	overflow: hidden;
}
.wpc-post .rh-slider__inner.modulo-lightbox::after {
	padding-top: 56.25%;
}
.wpc-post .rh-slider__inner.modulo-lightbox .rh-slider-item img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.wpc-post .rh-slider__inner.modulo-lightbox .rh-slider-caption {
	display: none;
}
.wpc-post .rh-slider__wrapper .rh-slider-arrow {
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: 1px solid var(--wpc-line);
	border-radius: 50%;
	background: rgba(255,255,255,.92) !important;
	color: var(--wpc-ink) !important;
	box-shadow: var(--wpc-shadow-sm);
}
.wpc-post .rh-slider__wrapper .rh-slider-arrow:hover {
	background: #fff !important;
	border-color: var(--wpc-faint);
	opacity: 1;
}
.wpc-post .rh-slider__wrapper .rh-slider-arrow--prev {
	left: 12px;
}
.wpc-post .rh-slider__wrapper .rh-slider-arrow--next {
	right: 12px;
}

/* ---------- RankMath FAQ (demo .faq) ----------
   Real markup: .wp-block-rank-math-faq-block > .rank-math-list >
   .rank-math-list-item > (h3.rank-math-question + .rank-math-answer > p) */
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) {
	border-top: 1px solid var(--wpc-line);
	margin: 10px 0 26px;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-list {
	margin: 0;
	padding: 0;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-list-item {
	border-bottom: 1px solid var(--wpc-line);
	list-style: none;
	margin: 0 !important;
	padding: 0;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-question {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	position: static !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: var(--wpc-ink);
	padding: 22px 0 !important;
	margin: 0 !important;
	margin-right: 0 !important;
	cursor: pointer;
	line-height: 1.4;
	font-family: var(--wpc-display);
	opacity: 1 !important;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-question::after {
	content: "";
	position: static !important;
	right: auto !important;
	top: auto !important;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-color: var(--wpc-faint);
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center / contain;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat center / contain;
	transform: none;
	transition: transform .25s;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-list-item:not(.wpc-collapsed) .rank-math-question::after {
	transform: rotate(180deg);
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-question:hover {
	color: var(--wpc-brand);
	opacity: 1 !important;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-answer {
	margin: 0;
	padding: 0 0 22px;
	font-size: 16px;
	line-height: 1.65;
	color: var(--wpc-ink-soft);
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-answer p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: var(--wpc-ink-soft);
}
/* accordion (JS) — collapsed hides the answer + rotates the chevron */
.wpc-post .rank-math-list-item.wpc-collapsed .rank-math-answer {
	display: none;
}
/* The site also runs a standalone jQuery FAQ-accordion snippet that
   .hide()s every answer inline and slideToggles on click. On this layout
   post.js owns the accordion (its capture handler stops the snippet's),
   so that inline display:none would win forever and no answer could
   open. !important lets the .wpc-collapsed class beat the inline style
   in both directions — display is governed by post.js alone here. */
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-list-item:not(.wpc-collapsed) .rank-math-answer {
	display: block !important;
}
.wpc-post :is(.wp-block-rank-math-faq-block, #rank-math-faq.rank-math-block) .rank-math-list-item.wpc-collapsed .rank-math-question::after {
	transform: none;
}

/* ---------- tables (Gutenberg / content / wpsm) ---------- */
.wpc-post .post-inner table,
.wpc-post .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14.5px;
	margin: 8px 0 18px;
}
.wpc-post .wp-block-table.wpc-table thead,
.wpc-post .post-inner .wpc-table thead,
.wpc-post .wp-block-table thead {
	border-bottom: 0 !important;
}
.wpc-post .post-inner table th,
.wpc-post .post-inner table td,
.wpc-post .wp-block-table table th,
.wpc-post .wp-block-table table td {
	border: 1px solid var(--wpc-line);
	padding: 10px;
	text-align: left;
}
.wpc-post .post-inner table th,
.wpc-post .wp-block-table table th {
	background: var(--wpc-bg-soft) !important;
	color: var(--wpc-ink);
	font-weight: 700;
}
/* kill Rehub/WP zebra striping — the demo tables are all-white rows with
   only the header shaded. */
.wpc-post .post-inner table tbody tr td,
.wpc-post .post-inner table tr:nth-child(2n) td,
.wpc-post .post-inner table tr:nth-child(2n+1) td,
.wpc-post .wp-block-table table tbody tr td,
.wpc-post .wp-block-table table tr:nth-child(2n) td,
.wpc-post .wp-block-table table tr:nth-child(2n+1) td {
	background: #fff !important;
}
.wpc-post .wp-block-table.wpc-buying-table table tbody tr:nth-child(2) td,
.wpc-post .wp-block-table.wpc-compare-table table tbody tr:first-child td,
.wpc-post .post-inner .wpc-buying-table table tbody tr:nth-child(2) td,
.wpc-post .post-inner .wpc-compare-table table tbody tr:first-child td {
	background: color-mix(in srgb, var(--wpc-brand) 6%, #fff) !important;
}
.wpc-post .wp-block-table.wpc-buying-table table tbody tr:nth-child(2) td:first-child,
.wpc-post .wp-block-table.wpc-compare-table table tbody tr:first-child td:first-child,
.wpc-post .post-inner .wpc-buying-table table tbody tr:nth-child(2) td:first-child,
.wpc-post .post-inner .wpc-compare-table table tbody tr:first-child td:first-child,
.wpc-post .wp-block-table.wpc-tech-table table tbody td:first-child,
.wpc-post .post-inner .wpc-tech-table table tbody td:first-child {
	font-weight: 700;
}
.wpc-post .wp-block-table.wpc-tech-table table tbody td:first-child,
.wpc-post .post-inner .wpc-tech-table table tbody td:first-child {
	width: 34%;
	background: var(--wpc-bg-soft) !important;
	color: var(--wpc-ink);
}

/* ---------- hero CTA buttons ---------- */
.wpc-post .wpc-post-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 2px 0 18px;
}
.wpc-post .wpc-post-cta .wpc-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 48px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 14.5px;
	font-weight: 700;
	text-decoration: none;
	transition: .15s;
}
.wpc-post .wpc-post-cta .wpc-cta-primary {
	background: var(--wpc-brand);
	color: #fff;
	box-shadow: 0 1px 2px rgba(20, 24, 31, .08);
}
.wpc-post .wpc-post-cta .wpc-cta-primary::after {
	content: "\2193";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .18);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}
.wpc-post .wpc-post-cta .wpc-cta-primary:hover {
	background: var(--wpc-brand-700);
	transform: translateY(-1px);
}
.wpc-post .wpc-post-cta .wpc-cta-secondary {
	background: #fff;
	color: var(--wpc-ink);
	border: 1px solid var(--wpc-line);
	box-shadow: none;
}
.wpc-post .wpc-post-cta .wpc-cta-secondary:hover {
	border-color: var(--wpc-faint);
}

/* ---------- At a glance (sidebar) ---------- */
.wpc-post .wpc-post-glance {
	border: 1px solid var(--wpc-line);
	border-radius: var(--wpc-radius);
	background: #fff;
	box-shadow: none;
	padding: 15px 18px;
	margin-bottom: 16px;
}
.wpc-post .wpc-post-glance-title {
	font-weight: 800;
	font-size: 14.5px;
	margin: 0 0 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--wpc-ink);
}
.wpc-post .wpc-post-glance-title svg {
	width: 16px;
	height: 16px;
	color: var(--wpc-brand);
}
.wpc-post .wpc-post-glance dl {
	margin: 0;
}
.wpc-post .wpc-post-glance .wpc-glance-r {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-bottom: 1px dashed var(--wpc-line);
	font-size: 13px;
}
.wpc-post .wpc-post-glance .wpc-glance-r:last-child {
	border-bottom: none;
}
.wpc-post .wpc-post-glance dt {
	color: var(--wpc-muted);
	margin: 0;
}
.wpc-post .wpc-post-glance dd {
	margin: 0;
	font-weight: 700;
	color: var(--wpc-ink);
	text-align: right;
}
.wpc-post .wpc-post-glance dd.is-hot {
	color: var(--wpc-brand);
}
.wpc-post .wpc-post-glance dd.is-rate {
	color: #f59e0b;
}
.wpc-post .wpc-post-glance dd.is-cat a {
	color: var(--wpc-brand-700, #c5360b);
	font-weight: 700;
}
.wpc-post .wpc-post-glance dd.is-cat a:hover {
	text-decoration: underline;
}

/* ---------- related articles ---------- */
.wpc-post .related_articles {
	border-top: 0 !important;
	padding-top: 0 !important;
	margin: 36px 0 0 !important;
	clear: both;
}
.wpc-post .related-head {
	margin-bottom: 18px;
}
.wpc-post .related-head .sec-eyebrow {
	margin-top: 0;
	margin-bottom: 8px;
}
.wpc-post .related-head h2 {
	margin: 0;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.18;
	color: var(--wpc-ink);
}
.wpc-post .related {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 8px 0;
}
.wpc-post .related .card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--wpc-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: var(--wpc-ink);
	text-decoration: none;
	transition: border-color .18s, background-color .18s;
}
.wpc-post .related .card:hover {
	border-color: color-mix(in srgb, var(--wpc-brand) 34%, #fff);
	background: #fffdfb;
	color: var(--wpc-ink);
	text-decoration: none;
}
.wpc-post .related .thumb {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}
.wpc-post .related .thumb img {
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
}
.wpc-post .related .thumb .ph {
	display: block;
	width: 150px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 0;
	background:
		repeating-linear-gradient(135deg, var(--wpc-bg-soft), var(--wpc-bg-soft) 9px, #fff 9px, #fff 18px);
}
.wpc-post .related .bdg {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .06em;
	padding: 3px 9px;
	border-radius: 999px;
}
.wpc-post .related .bdg.deal { background: var(--wpc-brand); }
.wpc-post .related .bdg.free { background: var(--wpc-save); }
.wpc-post .related .bd {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 16px;
}
.wpc-post .related .cat {
	margin-bottom: 6px;
	color: var(--wpc-muted);
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.wpc-post .related .tt {
	display: block;
	margin: 0 0 10px;
	color: var(--wpc-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 41.6px;
}
.wpc-post .related .meta2 {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: baseline;
	gap: 8px;
	margin-top: auto;
}
.wpc-post .related .pr {
	min-width: 0;
	color: var(--wpc-brand-700);
	font-size: 17px;
	font-weight: 800;
}
.wpc-post .related .pr s {
	margin-left: 5px;
	color: var(--wpc-faint);
	font-size: 13px;
	font-weight: 400;
}
.wpc-post .related .rt {
	justify-self: end;
	color: var(--wpc-ink-soft);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.wpc-post .related {
		grid-template-columns: 1fr;
	}
}

/* ---------- comments ---------- */
.wpc-post #comments {
	margin-top: 34px;
	clear: both;
}
.wpc-post .post-comments .title_comments {
	font-size: 0;
	font-weight: 800;
	color: var(--wpc-ink);
	margin: 0 0 8px;
	padding: 0;
	border: none;
}
.wpc-post .wpc-comments-eyebrow {
	display: block;
	position: relative;
	margin: 0 0 10px;
	padding-left: 34px;
	color: var(--wpc-brand);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.wpc-post .wpc-comments-eyebrow:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 1px;
	background: var(--wpc-brand);
}
.wpc-post .wpc-comments-title {
	display: block;
	color: var(--wpc-ink);
	font-size: 31px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
}
.wpc-post #rehub-comments-tabs {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 18px 0 22px !important;
	padding: 0;
}
.wpc-post #rehub-comments-tabs span {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	padding: 6px 10px;
	border-radius: 2px;
	color: var(--wpc-ink);
	background: transparent;
	font-size: 15px;
	line-height: 1.35;
	cursor: pointer;
	transition: background .15s, color .15s;
}
.wpc-post #rehub-comments-tabs span.active,
.wpc-post #rehub-comments-tabs span:hover {
	background: #f1f1f1;
	color: var(--wpc-ink);
}
.wpc-post #rehub-comments-tabs .add_user_review_link,
.wpc-post .add_user_review_link.def_btn {
	margin: 0 0 0 auto !important;
	float: none !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 31px;
	padding: 6px 12px !important;
	border: 1px solid var(--wpc-line-soft);
	border-radius: 6px;
	background: #fff !important;
	box-shadow: none;
	color: var(--wpc-ink) !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}
.wpc-post .commentlist {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	clear: both;
}
.wpc-post .commentlist ul.children {
	margin: 0 0 0 58px !important;
	padding: 0 !important;
	border: 0 !important;
	position: static !important;
}
.wpc-post .commentlist ul.children .commbox:before {
	display: none !important;
}
.wpc-post #tab-1,
.wpc-post #loadcomment-list {
	margin-top: 0;
}
.wpc-post .commentlist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wpc-post .commentlist li.comment {
	position: static;
	border-bottom: 0;
	padding: 0;
}
.wpc-post .commentlist .commbox,
.wpc-post #comments .commbox {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	border: 0;
	border-bottom: 1px solid var(--wpc-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
	padding: 20px 0;
}
.wpc-post .commentlist li.wpc-has-replies > .commbox {
	border-bottom: 0;
	padding-bottom: 18px;
}
.wpc-post .comment-respond {
	border: 1px solid var(--wpc-line);
	border-radius: var(--wpc-radius);
	padding: 24px;
	background: #fff;
	box-shadow: none;
	margin: 28px 0 30px;
}
.wpc-post .comment-reply-title {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 8px;
	text-transform: none;
	line-height: 1.3;
}
.wpc-post .wpc-comment-notes {
	margin: 0 0 16px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--wpc-ink-soft);
}
.wpc-post .comment-form textarea,
.wpc-post .comment-form input[type="text"],
.wpc-post .comment-form input[type="email"],
.wpc-post .comment-form input[type="url"] {
	width: 100%;
	border: 1px solid var(--wpc-line-soft);
	border-radius: 8px;
	padding: 11px 13px;
	font-size: 14.5px;
	box-sizing: border-box;
	background: #fff;
}
.wpc-post .comment-respond .usr_re:after,
.wpc-post .comment-respond .email_re:after,
.wpc-post .comment-respond .site_re:after {
	display: none !important;
	content: none !important;
}
.wpc-post .comment-respond .usr_re input,
.wpc-post .comment-respond .email_re input,
.wpc-post .comment-respond .site_re input {
	float: none;
	height: auto;
	margin-bottom: 0;
	padding: 11px 13px;
}
.wpc-post .comment-form textarea {
	display: block;
}
.wpc-post .comment-form textarea:focus,
.wpc-post .comment-form input:focus {
	border-color: var(--wpc-ink-soft);
	outline: none;
}
.wpc-post .comment-form .form-submit .submit,
.wpc-post .comment-respond .btn_re,
.wpc-post .comment-respond input[type="submit"] {
	background: var(--wpc-ink);
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.wpc-post .comment-form .form-submit .submit:hover,
.wpc-post .comment-respond input[type="submit"]:hover {
	background: #262a31;
}
.wpc-post #user_reviews_in_comment {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .9fr);
	gap: 22px 26px;
	margin: 14px 0 18px;
	padding: 18px 20px !important;
	border: 1px solid var(--wpc-line);
	border-radius: 10px;
	background: #fbfaf7;
	box-sizing: border-box;
	overflow: visible;
}
.wpc-post .wpc-review-reply-mode #user_reviews_in_comment,
.wpc-post #user_reviews_in_comment[hidden] {
	display: none !important;
}
.wpc-post #user_reviews_in_comment .wpsm-one-half,
.wpc-post #user_reviews_in_comment .user_rating_left_com,
.wpc-post #user_reviews_in_comment .user_rating_right_com {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}
.wpc-post #user_reviews_in_comment label {
	display: block;
	margin: 0 0 7px;
	color: var(--wpc-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
}
.wpc-post #user_reviews_in_comment .user_rating_left_com > span[class*="criteria_visible_input"] {
	display: block;
	float: right;
	margin: -27px 0 4px 12px;
	line-height: 1;
}
.wpc-post #user_reviews_in_comment .userstar-rating {
	float: none;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #d1d5db;
}
.wpc-post #user_reviews_in_comment .userstar-rating span:before {
	color: #ff9800;
}
.wpc-post #user_reviews_in_comment .user_rating_slider_criteria {
	clear: both;
	position: relative;
	height: 10px !important;
	margin: 0 0 16px;
	padding: 0 !important;
	border: 1px solid #e0ddd6;
	border-radius: 999px;
	background: #fff !important;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, .06) !important;
	overflow: visible;
}
.wpc-post #user_reviews_in_comment .user_rating_slider_criteria::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, .06);
	pointer-events: none;
}
.wpc-post #user_reviews_in_comment .user_rating_slider_criteria.noUi-connect {
	background: #fff !important;
}
.wpc-post #user_reviews_in_comment .noUi-target,
.wpc-post #user_reviews_in_comment .noUi-base {
	width: 100% !important;
	height: 10px !important;
	border-radius: 999px;
	box-sizing: border-box;
}
.wpc-post #user_reviews_in_comment .noUi-target {
	border: 1px solid #e0ddd6 !important;
	background: #fff !important;
	box-shadow: inset 0 1px 2px rgba(17, 24, 39, .06) !important;
	overflow: visible;
}
.wpc-post #user_reviews_in_comment .noUi-base {
	position: relative !important;
	background: #fff !important;
	overflow: visible;
	z-index: 1;
}
.wpc-post #user_reviews_in_comment .noUi-base::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: var(--wpc-slider-fill-width, var(--wpc-slider-fill, 0%));
	max-width: 100%;
	border-radius: 999px 0 0 999px;
	background: linear-gradient(90deg, #ffb000, var(--wpc-brand));
	pointer-events: none;
	z-index: 0;
}
.wpc-post #user_reviews_in_comment .noUi-horizontal {
	height: 10px !important;
}
.wpc-post #user_reviews_in_comment .noUi-origin.noUi-background {
	background: #fff !important;
	border-radius: 0 999px 999px 0;
	box-shadow: none !important;
	z-index: 2;
}
.wpc-post #user_reviews_in_comment .is-full .noUi-base::before {
	border-radius: 999px;
}
.wpc-post #user_reviews_in_comment .noUi-connect:not(.user_rating_slider_criteria) {
	top: 0 !important;
	bottom: 0 !important;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #ffb000, var(--wpc-brand)) !important;
	box-shadow: none !important;
}
.wpc-post #user_reviews_in_comment .noUi-origin {
	position: absolute !important;
	border-radius: 999px;
	transform: none !important;
}
.wpc-post #user_reviews_in_comment .noUi-horizontal .noUi-handle,
.wpc-post #user_reviews_in_comment .noUi-handle {
	position: relative !important;
	top: -6px !important;
	left: -10px !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #fff !important;
	border-radius: 50%;
	background: var(--wpc-brand) !important;
	box-shadow: 0 2px 8px rgba(255, 77, 23, .28), 0 0 0 1px rgba(197, 54, 11, .24) !important;
	cursor: pointer;
	z-index: 3;
}
.wpc-post #user_reviews_in_comment .noUi-handle:hover,
.wpc-post #user_reviews_in_comment .noUi-handle.noUi-active,
.wpc-post #user_reviews_in_comment .noUi-state-drag .noUi-handle {
	background: var(--wpc-brand-700) !important;
	box-shadow: 0 3px 10px rgba(255, 77, 23, .32), 0 0 0 2px rgba(255, 77, 23, .14) !important;
	transform: scale(1.04);
}
.wpc-post #user_reviews_in_comment .noUi-handle:before,
.wpc-post #user_reviews_in_comment .noUi-handle:after {
	display: none !important;
}
.wpc-post #user_reviews_in_comment .your_total_score {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 20px 0 0;
	padding-top: 16px;
	border-top: 1px solid var(--wpc-line);
	color: var(--wpc-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}
.wpc-post #user_reviews_in_comment .your_total_score .user_reviews_view_score {
	float: none;
	margin: 0;
}
.wpc-post #user_reviews_in_comment .user_rating_right_com {
	display: grid;
	gap: 14px;
}
.wpc-post #user_reviews_in_comment .user_rating_right_com br {
	display: none;
}
.wpc-post #user_reviews_in_comment textarea {
	width: 100%;
	min-height: 96px;
	height: auto;
	margin: 0;
	padding: 14px 15px;
	border: 1px solid var(--wpc-line-soft);
	border-radius: 9px;
	background: #fff;
	color: var(--wpc-ink);
	font-size: 14px;
	line-height: 1.55;
	box-shadow: none;
	box-sizing: border-box;
}
.wpc-post #user_reviews_in_comment textarea::placeholder {
	color: #8f949e !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}
.wpc-post #user_reviews_in_comment textarea:focus {
	border-color: var(--wpc-ink-soft);
	outline: none;
}
/* Narrow phones: the 2-col grid (minmax(260px, .9fr)) can't fit its 260px
   track inside a <320px wrapper, so stack to one column and let the textarea
   use the full width. Fixes ~347px horizontal overflow at 320px. */
@media (max-width: 480px) {
	.wpc-post #user_reviews_in_comment {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 14px !important;
	}
	.wpc-post #user_reviews_in_comment .user_rating_right_com,
	.wpc-post #user_reviews_in_comment .user_rating_left_com {
		min-width: 0;
	}
	.wpc-post #user_reviews_in_comment .user_rating_right_com textarea,
	.wpc-post #user_reviews_in_comment textarea {
		width: 100%;
		max-width: 100%;
	}
}
/* name + email side by side, comment textarea full width below */
.wpc-post .comment-form .usr_re,
.wpc-post .comment-form .email_re {
	display: inline-block;
	width: calc(50% - 6px);
	vertical-align: top;
	margin: 0 0 12px;
}
.wpc-post .comment-form .usr_re {
	margin-right: 8px;
}
.wpc-post .comment-form #comment {
	min-height: 120px;
	margin-bottom: 12px;
}
@media (max-width: 620px) {
	.wpc-post .comment-form .usr_re,
	.wpc-post .comment-form .email_re {
		width: 100%;
		margin-right: 0;
	}
	.wpc-post #rehub-comments-tabs {
		gap: 8px;
		margin-bottom: 28px !important;
	}
	.wpc-post #rehub-comments-tabs .add_user_review_link,
	.wpc-post .add_user_review_link.def_btn {
		width: 100%;
		margin-left: 0 !important;
	}
	.wpc-post .commentlist .comment-author {
		padding-right: 20px;
	}
	.wpc-post .commentlist .comment-reply-link,
	.wpc-post .commentlist .comment-reply-login,
	.wpc-post .commentlist .comment-edit-link {
		position: static;
		display: inline-block;
		margin: 10px 10px 0 0;
	}
	.wpc-post .user_reviews_view {
		grid-template-columns: 1fr;
	}
}

/* ---------- hero trust chips ---------- */
.wpc-post .wpc-post-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 20px 0 2px;
	padding-top: 18px;
	border-top: 1px solid var(--wpc-line);
}
.wpc-post .wpc-post-trust .wpc-trust-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: var(--wpc-ink-soft);
	background: #fff;
	border: 1px solid var(--wpc-line);
	box-shadow: none;
	padding: 8px 13px;
	border-radius: 10px;
	line-height: 1.35;
}
.wpc-post .wpc-post-trust .wpc-trust-chip svg {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	color: var(--wpc-save);
	stroke: currentColor;
}
.wpc-post .wpc-post-trust .wpc-trust-chip-refresh svg {
	color: var(--wpc-brand);
}

/* ---------- hero hmeta (author block, right column) ---------- */
.wpc-post .wpc-post-hmeta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.wpc-post .wpc-post-hmeta .who {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--wpc-ink);
	font-weight: 600;
	font-size: 13.5px;
}
.wpc-post .wpc-post-hmeta .who a { color: var(--wpc-ink); }
.wpc-post .wpc-post-hmeta .who .av {
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.wpc-post .wpc-post-hmeta .mstats {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
}
.wpc-post .wpc-post-hmeta .mstat {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	color: var(--wpc-muted);
}
.wpc-post .wpc-post-hmeta .mstat svg { width: 14px; height: 14px; }
.wpc-post .wpc-post-hmeta .mstat.veri { color: var(--wpc-save-700); font-weight: 700; }

/* ---------- footer wrapper + tags ---------- */
.wpc-post .wpc-post-footer .wpc-foot-share {
	margin: 10px 0 18px;
}
.wpc-post .wpc-affiliate-disclosure {
	margin: 0 0 18px;
	border: 1px solid var(--wpc-line);
	border-radius: 10px;
	background: var(--wpc-bg-soft);
	color: var(--wpc-muted);
	font-size: 13.5px;
	line-height: 1.55;
	padding: 11px 14px;
}
.wpc-post .wpc-affiliate-disclosure strong {
	color: var(--wpc-ink);
	font-weight: 700;
}
.wpc-post .wpc-post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 18px 0 0;
}
.wpc-post .wpc-post-categories .wpc-post-tagrow {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin: 0 !important;
}
.wpc-post .wpc-post-categories .wpc-tags-label {
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--wpc-muted);
	margin-right: 4px;
}

/* ---------- custom share row (.wpc-share — demo .share) ---------- */
.wpc-post .wpc-share {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	margin: 4px 0;
}
.wpc-post .wpc-share .wpc-share-lbl {
	font-size: 11.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--wpc-muted);
	margin-right: 4px;
}
.wpc-post .wpc-share .wpc-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 14px;
	background: #fff;
	border: 1px solid var(--wpc-line);
	border-radius: 999px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--wpc-ink);
	text-decoration: none;
	line-height: 1;
	transition: .15s;
}
.wpc-post .wpc-share .wpc-share-btn:hover {
	border-color: var(--wpc-faint);
}
.wpc-post .wpc-share .wpc-share-btn .i {
	font-weight: 800;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
}
.wpc-post .wpc-share .wpc-share-btn .i svg { width: 15px; height: 15px; display: block; }
/* Save (Rehub wishlist) styled as the first pill */
.wpc-post .wpc-share .wpc-share-save {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	box-sizing: border-box;
	height: 32px;
	min-height: 32px;
	padding: 8px 14px;
	border: 1px solid var(--wpc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--wpc-ink);
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: .15s;
}
.wpc-post .wpc-share .wpc-share-save:hover {
	border-color: var(--wpc-brand);
	color: var(--wpc-brand);
}
.wpc-post .wpc-share .wpc-share-save::before {
	content: "";
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	background-color: var(--wpc-brand);
	-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1.1L12 21.2l7.8-7.8 1.1-1.1a5.5 5.5 0 0 0 0-7.8z"/></svg>') no-repeat center / contain;
	mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8l1.1 1.1L12 21.2l7.8-7.8 1.1-1.1a5.5 5.5 0 0 0 0-7.8z"/></svg>') no-repeat center / contain;
}
.wpc-post .wpc-share .wpc-share-save .favour_in_row,
.wpc-post .wpc-share .wpc-share-save .heart_thumb_wrap {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.wpc-post .wpc-share .wpc-share-save .heart_thumb_wrap {
	display: contents !important;
	gap: 0;
	color: inherit !important;
	cursor: pointer;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	line-height: 1 !important;
	box-shadow: none !important;
}
.wpc-post .wpc-share .wpc-share-save .cell_wishlist,
.wpc-post .wpc-share .wpc-share-save .heartplus {
	display: contents !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.wpc-post .wpc-share .wpc-share-save .wishaddwrap,
.wpc-post .wpc-share .wpc-share-save .wishaddedwrap,
.wpc-post .wpc-share .wpc-share-save .wishremovedwrap {
	float: none !important;
	display: inline-flex;
	align-items: center;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}
.wpc-post .wpc-share .wpc-share-save .rhicon,
.wpc-post .wpc-share .wpc-share-save .thumbscount {
	display: none !important;
}
.wpc-post .wpc-share .wpc-share-save .heart_thumb_wrap::before,
.wpc-post .wpc-share .wpc-share-save .heart_thumb_wrap::after,
.wpc-post .wpc-share .wpc-share-save .cell_wishlist::before,
.wpc-post .wpc-share .wpc-share-save .cell_wishlist::after,
.wpc-post .wpc-share .wpc-share-save .heartplus::before,
.wpc-post .wpc-share .wpc-share-save .heartplus::after,
.wpc-post .wpc-share .wpc-share-save .wishaddwrap::before,
.wpc-post .wpc-share .wpc-share-save .wishaddwrap::after,
.wpc-post .wpc-share .wpc-share-save .wishaddedwrap::before,
.wpc-post .wpc-share .wpc-share-save .wishaddedwrap::after,
.wpc-post .wpc-share .wpc-share-save .wishremovedwrap::before,
.wpc-post .wpc-share .wpc-share-save .wishremovedwrap::after {
	content: none !important;
	display: none !important;
}
.wpc-post .wpc-share .wpc-share-save .wishaddedwrap,
.wpc-post .wpc-share .wpc-share-save .wishremovedwrap {
	display: none !important;
}
.wpc-post .wpc-share .wpc-share-save .wishaddwrap {
	margin: 0 !important;
}

/* ---------- author box (.wpc-author — demo .author) ---------- */
.wpc-post .wpc-author {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 24px;
	align-items: center;
	border-top: 1px solid var(--wpc-line);
	border-bottom: 1px solid var(--wpc-line);
	padding: 30px 0;
	margin: 34px 0;
}
.wpc-post .wpc-author .wpc-author-av {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	flex: 0 0 auto;
}
.wpc-post .wpc-author .wpc-author-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: var(--wpc-brand);
	margin-bottom: 6px;
}
.wpc-post .wpc-author .wpc-author-eyebrow::before {
	content: "";
	width: 16px;
	height: 1px;
	background: var(--wpc-brand);
}
.wpc-post .wpc-author .wpc-author-name {
	font-size: 23px;
	font-weight: 800;
	margin: 0 0 8px;
}
.wpc-post .wpc-author .wpc-author-name a { color: var(--wpc-ink); text-decoration: none; }
.wpc-post .wpc-author .wpc-author-name a:hover { color: var(--wpc-brand-700); }
.wpc-post .wpc-author .wpc-author-bio {
	font-size: 15px;
	color: var(--wpc-ink-soft);
	margin: 0 0 12px;
	line-height: 1.6;
}
.wpc-post .wpc-author .wpc-author-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	font-size: 13.5px;
	line-height: 1.45;
	margin: 0;
	padding: 0;
}
.wpc-post .wpc-author .wpc-author-links a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--wpc-ink);
	font-weight: 600;
	text-decoration: none;
}
.wpc-post .wpc-author .wpc-author-links a:hover {
	color: var(--wpc-brand-700);
	text-decoration: none;
}
.wpc-post .wpc-author .wpc-author-links .wpc-author-link-icon {
	width: 13px;
	height: 13px;
	flex: 0 0 auto;
	display: inline-block;
	color: currentColor;
}
@media (max-width: 620px) {
	.wpc-post .wpc-author {
		grid-template-columns: 64px 1fr;
		gap: 16px;
		padding: 24px 0;
	}
	.wpc-post .wpc-author .wpc-author-av { width: 64px; height: 64px; }
	.wpc-post .wpc-author .wpc-author-name { font-size: 21px; }
}

/* ---------- comment list (.commentlist — demo .cmt) ---------- */
.wpc-post .commentlist .comment-body,
.wpc-post .commentlist li.comment > div,
.wpc-post #comments .commbox {
	box-sizing: border-box;
}
.wpc-post .commentlist .comment-author,
.wpc-post #comments .commbox > .comment-author {
	position: static !important;
	min-height: 0;
	padding: 0 !important;
	border-bottom: 0 !important;
	box-sizing: border-box;
	background: transparent;
}
.wpc-post .commentlist .comment-author:after,
.wpc-post #comments .commbox > .comment-author:after {
	content: "";
	display: table;
	clear: both;
}
.wpc-post .commentlist .comment-author img.avatar,
.wpc-post #comments .commbox > .comment-author img.avatar {
	display: none !important;
}
.wpc-post .wpc-comment-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #dedbd3;
	border-radius: 50%;
	background: #faf9f5;
	color: var(--wpc-ink-soft);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.wpc-post .commentlist .commbox.wpc-comment-privileged > .wpc-comment-avatar,
.wpc-post #comments .commbox.wpc-comment-privileged > .wpc-comment-avatar {
	border: none;
	background: var(--wpc-brand);
	color: #fff;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wpc-brand);
}
.wpc-post .commentlist .comment-author .comm_meta_wrap,
.wpc-post #comments .commbox > .comment-author .comm_meta_wrap {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	float: none;
}
.wpc-post .commentlist .comment-author .fn,
.wpc-post .commentlist .comment-author cite,
.wpc-post #comments .commbox > .comment-author .fn,
.wpc-post #comments .commbox > .comment-author cite {
	display: block;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
	color: var(--wpc-ink);
	font-style: normal;
	margin: 0;
	float: none;
}
.wpc-post .commentlist .comment-author .fn a,
.wpc-post #comments .commbox > .comment-author .fn a {
	color: var(--wpc-ink);
	text-decoration: none;
}
.wpc-post .commentlist .comment-meta,
.wpc-post .commentlist .comment-metadata,
.wpc-post .commentlist .comment-author span.time,
.wpc-post #comments .commbox > .comment-author span.time {
	display: block;
	font-size: 12.5px;
	line-height: 1.35;
	color: #a1a8b3;
	margin: 0;
	float: none;
	text-decoration: none;
}
.wpc-post .commentlist .comment-author span.time a,
.wpc-post #comments .commbox > .comment-author span.time a {
	color: #a1a8b3;
	text-decoration: none;
}
.wpc-post .commentlist .comment-reply-link,
.wpc-post .commentlist .comment-reply-login,
.wpc-post #comments .commbox > .comment-author .comment-reply-link,
.wpc-post #comments .commbox > .comment-author .comment-reply-login {
	position: static;
	float: none;
	color: #6d7482;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.wpc-post .commentlist .comment-reply-link:before,
.wpc-post .commentlist .comment-reply-login:before,
.wpc-post #comments .commbox > .comment-author .comment-reply-link:before,
.wpc-post #comments .commbox > .comment-author .comment-reply-login:before {
	color: currentColor;
}
.wpc-post .commentlist .comment-edit-link,
.wpc-post #comments .commbox > .comment-author .comment-edit-link {
	display: none !important;
}
.wpc-post .commentlist .comment-content,
.wpc-post #comments .commbox > .comment-content {
	display: block;
	padding: 0;
	margin: 4px 0 0;
	overflow: visible;
	font-size: 14.5px;
	line-height: 1.6;
	color: #596273;
	background: transparent;
}
.wpc-post .commentlist .comment-content p,
.wpc-post #comments .commbox > .comment-content p {
	margin: 0 0 12px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.wpc-post .wpc-comment-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 8px;
	color: #6d7482;
	font-size: 12.5px;
	line-height: 1.4;
}
.wpc-post .wpc-comment-actions a,
.wpc-post .wpc-comment-actions span {
	color: inherit;
	text-decoration: none;
}
.wpc-post .wpc-comment-actions .comment-reply-link,
.wpc-post .wpc-comment-actions .comment-reply-login,
.wpc-post .wpc-comment-vote {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #6d7482;
	font-size: 12.5px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: none;
	cursor: pointer;
}
.wpc-post .wpc-comment-vote i {
	color: currentColor !important;
	font-size: 13px;
	line-height: 1;
	margin: 0;
	float: none !important;
}
.wpc-post .wpc-comment-vote .comm_help_title,
.wpc-post .wpc-comment-vote .wpc-comment-vote-count-wrap,
.wpc-post .wpc-comment-vote .wpc-comment-vote-count {
	float: none !important;
	margin: 0 !important;
}
.wpc-post .wpc-comment-vote .wpc-comment-vote-count-wrap,
.wpc-post .wpc-comment-vote .wpc-comment-vote-count {
	color: #99a1ad;
	font-size: 12px;
	display: inline;
}
.wpc-post .wpc-comment-vote.alreadycomment {
	opacity: .68;
}
.wpc-post .already_commhelp {
	display: none;
	color: #99a1ad !important;
	font-size: 12px;
}
.wpc-post .wpc-comment-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.7;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.wpc-post .wpc-comment-badge.is-admin {
	background: var(--wpc-brand);
	color: #fff;
}
.wpc-post .wpc-comment-badge.is-editor {
	border: 1px solid #bfdbfe;
	background: #eff6ff;
	color: #1d4ed8;
}
.wpc-post .wpc-comment-badge.is-author {
	background: color-mix(in srgb, var(--wpc-brand) 12%, #fff);
	border: 1px solid color-mix(in srgb, var(--wpc-brand) 35%, #fff);
	color: var(--wpc-brand-700);
}
.wpc-post .wpc-comment-badge.is-subscriber {
	background: var(--wpc-bg-soft);
	border: 1px solid var(--wpc-line-soft);
	color: var(--wpc-ink-soft);
}
.wpc-post .commentlist .reply a {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--wpc-brand-700);
	text-decoration: none;
}
.wpc-post .comment-content-withreview {
	padding: 0;
	margin: 6px 0 0;
	color: #596273;
	font-size: 14.5px;
	line-height: 1.6;
	overflow: visible;
}
.wpc-post .wpc-review-comment-text {
	margin: 0 0 14px !important;
	color: #596273;
	font-size: 14.5px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}
.wpc-post .wpc-review-comment-text p {
	margin: 0 !important;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.wpc-post .user_reviews_view {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 232px;
	gap: 18px;
	align-items: start;
	max-width: none;
	padding: 0;
	background: transparent;
	overflow: visible;
}
.wpc-post .user_reviews_view_proscons {
	width: auto;
	float: none;
	display: grid;
	order: 1;
	gap: 12px;
	min-width: 0;
	padding: 0 4px 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font: inherit;
	box-shadow: none;
}
.wpc-post .user_reviews_view_box {
	width: auto;
	float: none;
	order: 2;
	align-self: start;
	border: 1px solid var(--wpc-line);
	border-radius: 0;
	padding: 14px 16px;
	margin: 0;
	background: #fff;
	box-shadow: none;
	box-sizing: border-box;
}
.wpc-post .user_reviews_view_score {
	float: none !important;
	display: flex;
	align-items: center;
	margin: 0 0 12px !important;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--wpc-line);
	line-height: 1;
}
.wpc-post .user_reviews_view_score .userstar-rating {
	float: none;
	margin: 0;
}
.wpc-post .user_reviews_view_criteria_line {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	margin: 0 0 9px !important;
	line-height: 1.35 !important;
	overflow: visible;
}
.wpc-post .user_reviews_view_criteria_line:last-child {
	margin-bottom: 0 !important;
}
.wpc-post .user_reviews_view_criteria_name {
	float: none !important;
	min-width: 0;
	color: var(--wpc-ink-soft);
	font-size: 13px;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wpc-post .user_reviews_view_criteria_line .userstar-rating {
	float: none;
	margin: 0;
	line-height: 1;
}
.wpc-post .user_reviews_view_criteria_line .userstar-rating span {
	display: block;
}
.wpc-post .user_reviews_view_pros,
.wpc-post .user_reviews_view_cons {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
	margin: 0;
	color: #596273;
	font-size: 14px;
	line-height: 1.45;
	min-width: 0;
}
.wpc-post .user_reviews_view_pros > span:last-child,
.wpc-post .user_reviews_view_cons > span:last-child {
	display: grid;
	gap: 5px;
	min-width: 0;
}
.wpc-post .pros_comment_item,
.wpc-post .cons_comment_item {
	display: block;
	position: relative;
	padding-left: 18px;
	color: #394150;
	line-height: 1.4;
	overflow-wrap: anywhere;
	word-break: normal;
}
.wpc-post .pros_comment_item:before,
.wpc-post .cons_comment_item:before {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
	line-height: 1.35;
}
.wpc-post .pros_comment_item:before {
	content: "\2713";
	color: #22c55e;
}
.wpc-post .cons_comment_item:before {
	content: "\2013";
	color: #ef4444;
	font-size: 18px;
	top: -2px;
}
.wpc-post .comm_text_from_review {
	color: var(--wpc-ink);
	font-size: 15px;
	line-height: 1.6;
}
.wpc-post .user_reviews_view_pc_title {
	color: var(--wpc-ink);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 12px;
	line-height: 1.25;
}
@media (max-width: 620px) {
	.wpc-post .user_reviews_view {
		grid-template-columns: 1fr;
		max-width: 100%;
	}
	.wpc-post .user_reviews_view_box,
	.wpc-post .user_reviews_view_proscons {
		width: 100%;
	}
	.wpc-post .user_reviews_view_box {
		order: 2;
	}
	.wpc-post .user_reviews_view_proscons {
		order: 1;
		padding-right: 0;
	}
}
.wpc-post #comments_pagination {
	margin: 8px 0 22px;
	font-size: 15px;
}
.wpc-post #loadcomment-list {
	margin: 0;
}
/* ============================================================
   Real Rehub blocks used in post content
   (rehub/conspros + rehub/reviewbox both render inside .rate_bar_wrap;
   reviewbox additionally carries a .revbox<id> class — used to tell them
   apart)
   ============================================================ */

/* ---------- Pros & Cons (rehub/conspros) → demo 2 tinted cards ---------- */
.wpc-post .rate_bar_wrap:not([class*="revbox"]):not(.two_rev):not(.only_user_reviews) {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 8px 0 22px !important;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.wpc-post .rate_bar_wrap:not([class*="revbox"]):not(.two_rev):not(.only_user_reviews) .wpsm-one-half {
	width: calc(50% - 7px) !important;
	margin: 0 !important;
	float: none !important;
	padding: 0 !important;
}
.wpc-post .wpsm_pros,
.wpc-post .wpsm_cons {
	border: 1px solid;
	border-radius: 12px;
	padding: 14px 16px !important;
	height: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}
.wpc-post .wpsm_pros {
	background: rgba(119, 178, 29, .07) !important;
	border-color: rgba(119, 178, 29, .28);
}
.wpc-post .wpsm_cons {
	background: rgba(220, 38, 38, .06) !important;
	border-color: rgba(220, 38, 38, .24);
}
.wpc-post .wpsm_pros .title_pros,
.wpc-post .wpsm_cons .title_cons {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.wpc-post .wpsm_pros .title_pros { color: var(--wpc-save-700); }
.wpc-post .wpsm_cons .title_cons { color: var(--wpc-price); }
.wpc-post .wpsm_pros ul,
.wpc-post .wpsm_cons ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.wpc-post .wpsm_pros li,
.wpc-post .wpsm_cons li {
	font-size: 14.5px;
	line-height: 1.45;
	margin: 0 0 7px !important;
	padding-left: 24px !important;
	position: relative;
	list-style: none !important;
	background: none !important;
}
.wpc-post .wpsm_pros li:last-child,
.wpc-post .wpsm_cons li:last-child { margin-bottom: 0 !important; }
.wpc-post .wpsm_pros li::before,
.wpc-post .wpsm_cons li::before {
	position: absolute;
	left: 2px;
	top: 0;
	font-weight: 800;
}
.wpc-post .wpsm_pros li::before { content: "\2713"; color: var(--wpc-save-700); font-size: 13px; }
.wpc-post .wpsm_cons li::before { content: "\2715"; color: var(--wpc-price); font-size: 12px; }
/* hide Rehub's own list icons if present */
.wpc-post .wpsm_pros li i,
.wpc-post .wpsm_cons li i { display: none !important; }
@media (max-width: 620px) {
	.wpc-post .rate_bar_wrap:not([class*="revbox"]):not(.two_rev):not(.only_user_reviews) .wpsm-one-half { width: 100% !important; }
}

/* ---------- Verdict (rehub/reviewbox) → demo verdict card ---------- */
.wpc-post .rate_bar_wrap.two_rev,
.wpc-post .rate_bar_wrap[class*="revbox"] {
	display: block !important;
	border: 1px solid var(--wpc-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--wpc-shadow-sm);
	padding: 26px;
	margin: 12px 0 24px;
	overflow: visible;
}
.wpc-post .rate_bar_wrap.two_rev .review-top,
.wpc-post .rate_bar_wrap[class*="revbox"] .review-top {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 22px;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--wpc-line);
}
/* score → round badge like the demo (.vscore) */
.wpc-post .rate_bar_wrap.two_rev .overall-score,
.wpc-post .rate_bar_wrap[class*="revbox"] .overall-score {
	flex: 0 0 auto;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: var(--wpc-brand);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: none;
	overflow: hidden;
}
.wpc-post .rate_bar_wrap.two_rev .overall,
.wpc-post .rate_bar_wrap[class*="revbox"] .overall {
	display: block;
	background: none !important;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	padding: 0 !important;
	font-family: var(--wpc-display);
}
.wpc-post .rate_bar_wrap.two_rev .overall-text,
.wpc-post .rate_bar_wrap[class*="revbox"] .overall-text {
	display: block;
	background: none !important;
	color: rgba(255, 255, 255, .85);
	font-size: 10.5px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	padding: 4px 4px 0 !important;
	line-height: 1.2;
}
.wpc-post .rate_bar_wrap.two_rev .review-header,
.wpc-post .rate_bar_wrap[class*="revbox"] .review-header {
	display: block;
	font-size: 22px;
	font-weight: 800;
	color: var(--wpc-ink);
	margin-bottom: 4px;
}
.wpc-post .rate_bar_wrap.two_rev .review-text p,
.wpc-post .rate_bar_wrap[class*="revbox"] .review-text p {
	margin: 0;
	color: var(--wpc-ink-soft);
	font-size: 16px;
	line-height: 1.62;
}
/* criteria bars: Rehub renders .rate-bar as the TRACK with title/percent
   absolutely positioned above (top:-21px), so each row needs enough top
   room or the next label overlaps the previous bar. */
.wpc-post .rate_bar_wrap.two_rev .review-criteria,
.wpc-post .rate_bar_wrap[class*="revbox"] .review-criteria {
	border: none !important;
	padding-top: 24px;
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar {
	position: relative;
	display: block;
	height: 4px !important;
	width: 100% !important;
	background: var(--wpc-panel) !important;
	border-radius: 999px;
	margin: 0 0 30px !important;
	overflow: visible;
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar:last-child,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar:last-child {
	margin-bottom: 4px !important;
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar-title,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar-title {
	position: absolute;
	left: 0;
	top: -22px !important;
	font-size: 13px;
	color: var(--wpc-ink-soft);
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar-title span,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar-title span {
	line-height: 18px;
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar-percent,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar-percent {
	position: absolute;
	right: 0;
	top: -22px !important;
	font-size: 13px;
	font-weight: 700;
	color: var(--wpc-ink);
}
.wpc-post .rate_bar_wrap.two_rev .rate-bar-bar,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate-bar-bar {
	height: 4px !important;
	background: var(--wpc-brand) !important;
	border-radius: 999px;
}

/* Rehub switches to this nested two-column block when user full reviews
   exist. Keep it inside the same card, but reset the parent float widths so
   criteria bars never collapse or overlap. */
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 30px;
	width: 100%;
	border-top: 0;
	border-bottom: none;
	padding: 0;
	margin: 0;
	overflow: visible;
}
.wpc-post .rate_bar_wrap.two_rev > .add_user_review_link,
.wpc-post .rate_bar_wrap[class*="revbox"] > .add_user_review_link {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	height: auto !important;
	margin: 20px 0 0 18px !important;
	float: right !important;
	position: static !important;
	color: var(--wpc-brand-700) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
}
.wpc-post .rate_bar_wrap.two_rev .wpc-review-meta,
.wpc-post .rate_bar_wrap[class*="revbox"] .wpc-review-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--wpc-line);
	color: var(--wpc-ink-soft);
	font-size: 14px;
	line-height: 1.5;
}
.wpc-post .rate_bar_wrap.two_rev .wpc-review-actions,
.wpc-post .rate_bar_wrap[class*="revbox"] .wpc-review-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-left: auto;
}
.wpc-post .rate_bar_wrap.two_rev .wpc-review-actions .add_user_review_link,
.wpc-post .rate_bar_wrap[class*="revbox"] .wpc-review-actions .add_user_review_link {
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	float: none !important;
	margin: 0 !important;
	position: static !important;
	color: var(--wpc-brand-700) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}
.wpc-post .rate_bar_wrap.two_rev .wpc-review-actions span.add_user_review_link,
.wpc-post .rate_bar_wrap[class*="revbox"] .wpc-review-actions span.add_user_review_link {
	color: var(--wpc-line) !important;
}
.wpc-post .rate_bar_wrap.two_rev > a.add_user_review_link,
.wpc-post .rate_bar_wrap[class*="revbox"] > a.add_user_review_link {
	color: var(--wpc-brand-700) !important;
}
.wpc-post .rate_bar_wrap.two_rev > span.add_user_review_link,
.wpc-post .rate_bar_wrap[class*="revbox"] > span.add_user_review_link {
	color: var(--wpc-line) !important;
}
.wpc-post .rate_bar_wrap.two_rev > a.add_user_review_link:hover,
.wpc-post .rate_bar_wrap[class*="revbox"] > a.add_user_review_link:hover {
	color: var(--wpc-brand) !important;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .review-criteria,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .review-criteria {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .l_criteria,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .l_criteria {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0 0 8px;
	border-bottom: 1px solid var(--wpc-line);
	overflow: visible;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .l_criteria .score_tit,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .l_criteria .score_tit {
	float: none !important;
	order: 1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--wpc-ink-soft);
	white-space: nowrap;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .l_criteria .score_val,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .l_criteria .score_val {
	float: none !important;
	order: 2;
	background: transparent !important;
	color: var(--wpc-ink);
	font: 800 18px/1 var(--wpc-display);
	min-width: 48px;
	text-align: right;
	border-bottom: none;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .user-review-criteria .l_criteria .score_val,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .user-review-criteria .l_criteria .score_val {
	color: #d97706;
	border-bottom: none;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .r_criteria,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .r_criteria {
	margin-top: 0;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar {
	height: auto !important;
	min-height: 23px;
	margin: 0 0 12px !important;
	padding-top: 20px;
	background: transparent !important;
	overflow: visible;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar::before,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--wpc-panel);
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-title,
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-percent,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-title,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-percent {
	top: 0 !important;
	line-height: 15px;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-title,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-title {
	max-width: calc(100% - 54px);
	font-size: 13px;
	color: var(--wpc-ink-soft);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-title span,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-title span {
	height: auto;
	line-height: 15px;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-percent,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-percent {
	font-size: 13px;
	color: var(--wpc-ink);
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .rate-bar-bar,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .rate-bar-bar {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	height: 3px !important;
	background: var(--wpc-brand) !important;
	border-radius: 999px;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews .user-review-criteria .rate-bar-bar,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews .user-review-criteria .rate-bar-bar {
	background: #d97706 !important;
}
.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews a.link_to_review,
.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews a.link_to_review {
	position: static;
	grid-column: 1 / -1;
	justify-self: end;
}
.wpc-post .rate_bar_wrap.two_rev::after,
.wpc-post .rate_bar_wrap[class*="revbox"]::after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- responsive ---------- */
@media (max-width: 920px) {
	.wpc-post .wpc-post-hero h1 {
		font-size: 26px;
	}
	.wpc-post .rate_bar_wrap .rate_bar_wrap_two_reviews,
	.wpc-post .rate_bar_wrap[class*="revbox"] .rate_bar_wrap_two_reviews {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 620px) {
	.wpc-post .wpc-post-hero h1 {
		font-size: 24px;
	}
	.wpc-post .wpc-post-lede {
		font-size: 15.5px;
	}
	.wpc-post .wpc-post-boxshot {
		max-width: 200px;
		margin: 0 auto;
	}
	.wpc-post .rh-review-heading h2,
	.wpc-post .rh-review-heading h3 {
		font-size: 22px;
	}
}
