.sac-product-matchups {
	margin: 28px 0 12px;
	padding: 22px;
	border: 1px solid rgba(71, 85, 105, 0.55);
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(34, 211, 238, 0.12), transparent 24%),
		radial-gradient(circle at bottom left, rgba(249, 115, 22, 0.14), transparent 28%),
		linear-gradient(180deg, #0f172a 0%, #111827 48%, #0b1220 100%);
	box-shadow: 0 26px 60px rgba(2, 6, 23, 0.38);
}

.sac-product-matchups__header {
	margin-bottom: 18px;
}

.sac-product-matchups__header h2 {
	margin: 0 0 8px;
	font-size: 24px;
	line-height: 1.2;
	color: #f8fafc;
}

.sac-product-matchups__header p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #cbd5e1;
}

.sac-product-matchups__grid {
	display: grid;
	gap: 14px;
}

.sac-product-matchups__card {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	align-items: stretch;
	border: 1px solid rgba(148, 163, 184, 0.22);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(30, 41, 59, 0.92) 100%);
	overflow: hidden;
	min-width: 0;
}

.sac-product-matchups__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	padding: 18px;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.9) 0%, rgba(15, 23, 42, 0.98) 100%);
	border-left: 1px solid rgba(148, 163, 184, 0.16);
}

.sac-product-matchups__media img {
	max-width: 100%;
	max-height: 148px;
	height: auto;
	object-fit: contain;
}

.sac-product-matchups__media-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 999px;
	background: rgba(59, 130, 246, 0.18);
	color: #bfdbfe;
	font-size: 28px;
	font-weight: 700;
}

.sac-product-matchups__content {
	display: grid;
	padding: 18px;
}

.sac-product-matchups__main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
}

.sac-product-matchups__copy {
	display: grid;
	gap: 10px;
}

.sac-product-matchups__side {
	display: grid;
	justify-items: end;
	gap: 14px;
	min-width: 170px;
}

.sac-product-matchups__topline {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.sac-product-matchups__profile {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	color: #e2e8f0;
	background: rgba(148, 163, 184, 0.18);
}

.sac-product-matchups__profile--slow {
	background: rgba(34, 197, 94, 0.18);
	color: #86efac;
}

.sac-product-matchups__profile--balanced {
	background: rgba(59, 130, 246, 0.18);
	color: #93c5fd;
}

.sac-product-matchups__profile--fast {
	background: rgba(249, 115, 22, 0.18);
	color: #fdba74;
}

.sac-product-matchups__price {
	font-size: 24px;
	font-weight: 700;
	color: #f8fafc;
	text-align: left;
}

.sac-product-matchups__content h3 {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.sac-product-matchups__content h3 a {
	color: #f8fafc;
	text-decoration: none;
}

.sac-product-matchups__content h3 a:hover {
	color: #67e8f9;
}

.sac-product-matchups__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.sac-product-matchups__facts span {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.12);
	font-size: 12px;
	line-height: 1.3;
	color: #cbd5e1;
}

.sac-product-matchups__note {
	margin: 0;
	font-size: 13px;
	line-height: 1.6;
	color: #cbd5e1;
}

.sac-product-matchups__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.sac-product-matchups__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: #f97316;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sac-product-matchups__button:hover {
	background: #fb923c;
	color: #ffffff;
	transform: translateY(-1px);
}

.sac-product-matchups__button--ghost {
	background: transparent;
	border-color: rgba(148, 163, 184, 0.36);
	color: #e2e8f0;
}

.sac-product-matchups__button--ghost:hover {
	background: rgba(148, 163, 184, 0.12);
	border-color: rgba(148, 163, 184, 0.6);
	color: #ffffff;
}

.sac-product-matchups__button--cart,
.sac-product-matchups__button--cart.add_to_cart_button {
	width: 164px;
	max-width: 100%;
	padding: 0 22px;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	background: linear-gradient(180deg, #166534 0%, #14532d 100%);
	border-color: rgba(20, 83, 45, 0.95);
	box-shadow: 0 14px 28px rgba(20, 83, 45, 0.34);
}

.sac-product-matchups__button--cart:hover,
.sac-product-matchups__button--cart.add_to_cart_button:hover {
	background: linear-gradient(180deg, #15803d 0%, #166534 100%);
	border-color: rgba(21, 128, 61, 0.98);
	box-shadow: 0 16px 32px rgba(21, 128, 61, 0.38);
}

@media (max-width: 767px) {
	.sac-product-matchups {
		padding: 14px;
		border-radius: 18px;
	}

	.sac-product-matchups__header h2 {
		font-size: 19px;
	}

	.sac-product-matchups__card {
		grid-template-columns: 1fr;
	}

	.sac-product-matchups__media {
		min-height: 170px;
		border-left: 0;
		border-bottom: 1px solid rgba(148, 163, 184, 0.16);
	}

	.sac-product-matchups__main {
		grid-template-columns: 1fr;
	}

	.sac-product-matchups__side {
		justify-items: stretch;
		min-width: 0;
	}

	.sac-product-matchups__actions {
		justify-content: stretch;
	}

	.sac-product-matchups__button,
	.sac-product-matchups__button--cart,
	.sac-product-matchups__button--cart.add_to_cart_button {
		flex: 1 1 100%;
		width: 100%;
	}

	.sac-product-matchups__price {
		text-align: right;
	}
}