.hc-affiliate-notice,
.hc-disclosure-box {
	border: 1px solid #d9d9d4;
	border-radius: 12px;
	background: #f6f4ef;
	padding: 16px 18px;
	margin: 24px 0;
}

.site-branding[data-id='logo'] {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.site-branding[data-id='logo'] .site-logo-container {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.site-branding[data-id='logo'] .default-logo,
.site-branding[data-id='logo'] .custom-logo {
	display: block;
	width: 28px;
	height: 28px;
	max-width: none;
}

.site-branding[data-id='logo'] .site-title-container {
	display: block;
	min-width: 0;
}

.site-branding[data-id='logo'] .site-title {
	display: block;
	line-height: 1;
}

.site-branding[data-id='logo'] .site-title a {
	display: inline-block;
	color: #23384c;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-decoration: none;
}

[data-device='mobile'] .site-branding[data-id='logo'] {
	gap: 8px;
}

[data-device='mobile'] .site-branding[data-id='logo'] .default-logo,
[data-device='mobile'] .site-branding[data-id='logo'] .custom-logo {
	width: 26px;
	height: 26px;
}

[data-device='mobile'] .site-branding[data-id='logo'] .site-title a {
	font-size: 17px;
}

.hc-disclosure-link,
.hc-inline-disclosure-link,
.hc-cta-link,
.hc-product-card__product-link a,
.hc-quick-pick-card__product-link a {
	color: #111111;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

.hc-article-cover {
	margin: 0 0 28px;
	border: 1px solid #e6e2d8;
	border-radius: 28px;
	overflow: hidden;
	background: #f7f4ed;
	box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}

.hc-article-cover__image {
	display: block;
	width: 100%;
	height: auto;
}

.hc-review-verdict {
	margin: 0 0 24px;
	padding: 20px 22px;
	border-left: 4px solid #111111;
	background: linear-gradient(180deg, #faf7ef 0%, #f3eee1 100%);
}

.hc-review-verdict h2 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	line-height: 1.15;
}

.hc-review-verdict p {
	margin: 0;
	color: #242424;
	font-size: 1rem;
	line-height: 1.58;
}

.hc-review-feedback {
	margin: 14px 0 28px;
	padding: 18px 20px;
	border: 1px solid #e6e2d8;
	border-radius: 18px;
	background: #fbfaf6;
}

.hc-review-feedback p {
	margin: 0 0 12px;
	color: #242424;
	font-size: 1rem;
	line-height: 1.58;
}

.hc-review-feedback__list {
	margin: 0;
	padding-left: 1.2rem;
}

.hc-review-feedback__list li {
	margin: 0 0 10px;
	color: #242424;
	line-height: 1.58;
}

.hc-review-feedback__list li:last-child {
	margin-bottom: 0;
}

.hc-quick-picks {
	--hc-accent: #5b6cff;
	position: relative;
	margin: 28px 0 38px;
}

.hc-quick-picks__controls {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 14px;
}

.hc-carousel-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #d3d3cf;
	border-radius: 999px;
	background: #ffffff;
	color: #111111;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.hc-carousel-button:hover:not(:disabled) {
	border-color: var(--hc-accent);
	transform: translateY(-1px);
}

.hc-carousel-button:disabled {
	opacity: 0.35;
	cursor: default;
}

.hc-quick-picks__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, 32%);
	gap: 18px;
	overflow-x: auto;
	padding: 4px 4px 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.hc-quick-picks__track::-webkit-scrollbar {
	display: none;
}

.hc-quick-picks.is-static .hc-quick-picks__track {
	grid-auto-flow: row;
	grid-template-columns: minmax(0, 1fr);
	overflow: visible;
}

.hc-quick-picks__item {
	scroll-snap-align: start;
}

.hc-quick-pick-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #e3e2de;
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

.hc-quick-pick-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 0.72;
	padding: 18px;
	background:
		linear-gradient(180deg, #fcfbf8 0%, #f3efe6 100%);
	border-bottom: 1px solid #ece8de;
}

.hc-quick-pick-card__image {
	width: 100%;
	max-width: 240px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(31, 41, 55, 0.14));
}

.hc-quick-pick-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 24px 24px;
}

.hc-quick-pick-card__badge {
	margin: 0 0 10px;
	color: #111111;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.1;
}

.hc-quick-pick-card__headline {
	margin: 0 0 12px;
	color: #111111;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.hc-quick-pick-card__product-link,
.hc-product-card__product-link {
	margin: 0 0 14px;
	font-size: 0.98rem;
	line-height: 1.45;
}

.hc-quick-pick-card__summary,
.hc-quick-pick-card__best-for,
.hc-quick-pick-card__price-note,
.hc-product-card__meta,
.hc-product-card__summary,
.hc-product-card__price-note,
.hc-product-card__fact p,
.hc-product-card__section li {
	color: #242424;
	font-size: 1rem;
	line-height: 1.58;
}

.hc-quick-pick-card__summary {
	margin: 0 0 14px;
}

.hc-quick-pick-card__best-for {
	margin: 0 0 18px;
	color: #595959;
}

.hc-quick-pick-card__footer {
	margin-top: auto;
}

.hc-product-card {
	margin: 34px 0;
}

.hc-related-products-section {
	margin: 52px 0 24px;
}

.hc-related-products-section__header {
	margin-bottom: 18px;
}

.hc-related-products-section__header h2 {
	margin: 0 0 8px;
}

.hc-related-products-section__header p {
	margin: 0;
	color: #595959;
	font-size: 1rem;
	line-height: 1.58;
}

.hc-product-card__shell {
	position: relative;
	border: 4px solid var(--hc-accent, #5b6cff);
	background: #ffffff;
	padding: 34px 28px 28px;
	box-shadow: 0 24px 54px rgba(17, 17, 17, 0.07);
}

.hc-product-card__ribbon {
	position: absolute;
	top: -18px;
	left: 24px;
	margin: 0;
	padding: 10px 16px 9px;
	background: var(--hc-accent, #5b6cff);
	color: #ffffff;
	font-size: 0.96rem;
	font-weight: 800;
	line-height: 1;
}

.hc-product-card__ribbon::after {
	content: "";
	position: absolute;
	top: 0;
	right: -18px;
	width: 0;
	height: 0;
	border-top: 18px solid var(--hc-accent, #5b6cff);
	border-bottom: 18px solid transparent;
	border-left: 18px solid var(--hc-accent, #5b6cff);
}

.hc-product-card__hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
	align-items: center;
}

.hc-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	min-height: 260px;
	background:
		radial-gradient(circle at center, rgba(91, 108, 255, 0.1) 0%, rgba(91, 108, 255, 0) 65%);
}

.hc-product-card__image {
	width: 100%;
	max-width: 360px;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 22px 28px rgba(17, 24, 39, 0.16));
}

.hc-product-card__headline {
	margin: 0 0 14px;
	color: #111111;
	font-size: clamp(2rem, 2.2vw, 3rem);
	font-weight: 800;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.hc-product-card__meta {
	margin: 0 0 14px;
	color: #5a5a57;
	font-size: 0.92rem;
}

.hc-product-card__summary p {
	margin: 0 0 16px;
}

.hc-product-card__actions {
	margin-top: 20px;
}

.hc-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 22px;
	border: 0;
	background: #111111;
	color: #ffffff;
	font-size: 1.03rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, opacity 160ms ease;
}

.hc-cta-button:hover,
.hc-cta-link:hover,
.hc-disclosure-link:hover,
.hc-inline-disclosure-link:hover,
.hc-product-card__product-link a:hover,
.hc-quick-pick-card__product-link a:hover {
	opacity: 0.86;
}

.hc-cta-button:hover {
	transform: translateY(-1px);
}

.hc-cta-button--solid {
	width: min(100%, 320px);
}

.hc-quick-pick-card .hc-cta-button--solid {
	width: 100%;
	min-width: 0;
}

.hc-quick-pick-card__price-note,
.hc-product-card__price-note {
	margin: 10px 0 0;
	color: #60605d;
	font-size: 0.95rem;
}

.hc-product-card__facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.hc-product-card__fact {
	padding: 18px 18px 16px;
	border: 1px solid #ece8de;
	background: #faf8f2;
}

.hc-product-card__fact-label,
.hc-product-card__section h4 {
	margin: 0 0 8px;
	color: #111111;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hc-product-card__details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.hc-product-card__section {
	padding: 20px 20px 18px;
	border: 1px solid #ece8de;
	background: #ffffff;
}

.hc-product-card__section ul {
	margin: 0;
	padding-left: 20px;
}

.hc-product-card__section li + li {
	margin-top: 10px;
}

.hc-product-table-wrap {
	overflow-x: auto;
	margin: 24px 0;
}

.hc-product-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.hc-product-table th,
.hc-product-table td {
	border: 1px solid #d9d9d4;
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.hc-product-table th {
	background: #f6f4ef;
	font-weight: 700;
}

.hc-product-table__label {
	margin-top: 8px;
	color: var(--hc-accent, #5b6cff);
	font-size: 0.85rem;
	font-weight: 700;
}

.hc-article-hub__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 18px;
}

.hc-article-hub__item {
	border: 1px solid #d9d9d4;
	border-radius: 16px;
	background: #ffffff;
	overflow: hidden;
	padding: 20px;
}

.hc-article-hub__thumb {
	display: block;
	margin: -20px -20px 16px;
	background: #f7f4ed;
}

.hc-article-hub__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.hc-footer-note {
	display: inline-block;
	margin-left: 8px;
	font-size: 0.9em;
}

@media (max-width: 1100px) {
	.hc-quick-picks__track {
		grid-auto-columns: minmax(280px, 48%);
	}
}

@media (max-width: 782px) {
	.hc-quick-picks__track {
		grid-auto-columns: 88%;
	}

	.hc-product-card__shell {
		padding: 28px 18px 20px;
	}

	.hc-product-card__ribbon {
		left: 14px;
	}

	.hc-product-card__headline,
	.hc-quick-pick-card__headline {
		font-size: 2rem;
	}

	.hc-product-card__facts {
		grid-template-columns: 1fr;
	}

	.hc-cta-button,
	.hc-cta-button--solid {
		width: 100%;
		min-width: 0;
	}
}
