.top-pick-single-layout .article-header {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%),
		#f7f9fc;
}

.top-pick-header-inner {
	max-width: 1180px;
}

.review-label-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
}

.article-type-label {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #edf4ff;
	color: #1264e8;
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
}

.top-pick-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
	gap: 30px;
	align-items: stretch;
	padding: 26px 0 6px;
}

.top-pick-hero-copy {
	min-width: 0;
}

.top-pick-hero-card {
	display: grid;
	justify-items: center;
	align-content: center;
	gap: 10px;
	border: 1px solid #d6e4ff;
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 40%, rgba(255, 90, 10, 0.16), transparent 34%),
		linear-gradient(160deg, #083dd1 0%, #071e52 70%, #031136 100%);
	color: #ffffff;
	padding: 24px;
	text-align: center;
	box-shadow: 0 18px 34px rgba(7, 30, 82, 0.2);
}

.top-pick-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	width: fit-content;
	max-width: 100%;
	padding: 5px 10px;
	border-radius: 999px;
	background: #fff1ea;
	color: #ff5a0a;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.top-pick-rank {
	color: #ffffff;
	font-size: 56px;
	line-height: 0.95;
}

.top-pick-hero-logo {
	display: grid;
	place-items: center;
}

.top-pick-logo {
	display: inline-grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #ffffff;
	color: #1264e8;
}

.top-pick-logo svg {
	width: 44px;
	height: 44px;
}

.top-pick-logo__image {
	max-width: 62px;
	max-height: 62px;
	object-fit: contain;
}

.top-pick-logo--image {
	border-radius: 12px;
	background: #ffffff;
	overflow: hidden;
}

.top-pick-logo--image .top-pick-logo__image {
	display: block;
	width: 58px;
	height: 58px;
	max-width: 58px;
	max-height: 58px;
	object-fit: contain;
	object-position: center;
}

.top-pick-hero-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.top-pick-hero-card small {
	color: #cfe0ff;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
}

.top-pick-meta .rating-pill {
	color: #f59e0b;
}

.top-pick-shell {
	grid-template-columns: minmax(170px, 210px) minmax(0, 840px);
}

.top-pick-shell.has-top-pick-sidebar {
	grid-template-columns: minmax(170px, 210px) minmax(0, 800px) minmax(230px, 280px);
}

.top-picks-list-section {
	display: grid;
	gap: 16px;
	margin-bottom: 22px;
}

.top-pick-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
}

.top-pick-section-head h2,
.top-pick-comparison h2 {
	margin: 0;
	color: #071e52;
	font-size: 24px;
	line-height: 1.2;
}

.top-picks-list {
	display: grid;
	gap: 14px;
}

.top-pick-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) minmax(150px, 190px);
	gap: 18px;
	align-items: center;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #ffffff;
	padding: 18px;
	box-shadow: 0 10px 24px rgba(7, 30, 82, 0.06);
}

.top-pick-card-rank span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: #071e52;
	color: #ffffff;
	font-size: 20px;
	font-weight: 950;
}

.top-pick-card-main {
	min-width: 0;
}

.top-pick-card-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
}

.top-pick-card-title h3 {
	margin: 0;
	color: #071e52;
	font-size: 21px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.top-pick-card-main p {
	margin: 10px 0 0;
	color: #34445d;
	font-size: 15px;
	line-height: 1.62;
}

.top-pick-pro-con-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.top-pick-pro-con-grid div {
	border: 1px solid #e3e9f2;
	border-radius: 12px;
	background: #fbfdff;
	padding: 12px;
}

.top-pick-pro-con-grid strong {
	display: block;
	margin-bottom: 8px;
	color: #071e52;
	font-size: 13px;
	text-transform: uppercase;
}

.top-pick-pro-con-grid ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	color: #34445d;
	font-size: 13px;
	line-height: 1.35;
	list-style: none;
}

.top-pick-pro-con-grid li {
	position: relative;
	padding-left: 18px;
}

.top-pick-pro-con-grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #16a66a;
}

.top-pick-card-side {
	display: grid;
	justify-items: end;
	gap: 8px;
	text-align: right;
}

.top-pick-rating {
	color: #071e52;
	font-size: 30px;
	line-height: 1;
}

.top-pick-rating span {
	color: #667085;
	font-size: 16px;
}

.top-pick-price {
	color: #ff5a0a;
	font-size: 17px;
	font-weight: 900;
}

.top-pick-button {
	min-height: 44px;
	white-space: nowrap;
}

.top-pick-comparison {
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 10px 24px rgba(7, 30, 82, 0.05);
	overflow-x: auto;
}

.top-pick-comparison table {
	width: 100%;
	min-width: 560px;
	margin-top: 14px;
	border-collapse: collapse;
	color: #34445d;
	font-size: 14px;
}

.top-pick-comparison th,
.top-pick-comparison td {
	padding: 12px 10px;
	border-bottom: 1px solid #e3e9f2;
	text-align: left;
}

.top-pick-comparison th {
	color: #071e52;
	font-size: 12px;
	text-transform: uppercase;
}

.top-pick-comparison tr:last-child td {
	border-bottom: 0;
}

.top-pick-entry-content {
	margin-top: 0;
}

.top-pick-sidebar {
	position: sticky;
	top: 96px;
	align-self: start;
}

.top-pick-sidebar-stack {
	display: grid;
	gap: 14px;
}

.top-pick-sidebar-card {
	border: 1px solid #e3e9f2;
	border-radius: 14px;
	background: #ffffff;
	padding: 16px;
	box-shadow: 0 8px 18px rgba(7, 30, 82, 0.06);
}

.top-pick-feature-card {
	display: grid;
	justify-items: center;
	gap: 10px;
	text-align: center;
}

.top-pick-feature-logo {
	display: grid;
	place-items: center;
	margin-top: 4px;
}

.top-pick-sidebar-card h2 {
	margin: 0;
	color: #071e52;
	font-size: 18px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.top-pick-sidebar-card p {
	margin: 8px 0 0;
	color: #34445d;
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 1240px) {
	.top-pick-shell.has-top-pick-sidebar,
	.top-pick-shell {
		grid-template-columns: minmax(170px, 210px) minmax(0, 840px);
	}

	.top-pick-sidebar {
		display: none;
	}
}

@media (max-width: 980px) {
	.top-pick-hero {
		grid-template-columns: 1fr;
	}

	.top-pick-hero-card {
		max-width: 420px;
	}

	.top-pick-shell.has-top-pick-sidebar,
	.top-pick-shell {
		grid-template-columns: minmax(0, 840px);
	}
}

@media (max-width: 720px) {
	.top-pick-hero {
		padding-top: 18px;
	}

	.top-pick-hero-card {
		width: 100%;
	}

	.top-pick-card {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 14px;
		padding: 16px;
		border-radius: 14px;
	}

	.top-pick-card-rank span {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.top-pick-card-side {
		grid-column: 2;
		justify-items: start;
		text-align: left;
	}

	.top-pick-pro-con-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.top-pick-card {
		grid-template-columns: 1fr;
	}

	.top-pick-card-rank span {
		width: 100%;
		height: 42px;
	}

	.top-pick-card-side {
		grid-column: 1;
	}

	.top-pick-button {
		width: 100%;
	}
}

.top-pick-hero-card--software,
.top-pick-hero-card--physical {
	align-content: start;
	justify-items: stretch;
	text-align: left;
}

.top-pick-hero-card--software {
	gap: 16px;
	background: linear-gradient(160deg, #123ed5 0%, #071e52 72%, #031136 100%);
	padding: 22px;
}

.top-pick-hero-card--physical {
	gap: 14px;
	background: #ffffff;
	color: #071e52;
	padding: 16px;
	box-shadow: 0 18px 34px rgba(7, 30, 82, 0.12);
}

.top-pick-hero-card-body {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.top-pick-hero-kicker,
.top-pick-card-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.top-pick-hero-kicker .top-pick-rank,
.top-pick-rank-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 30px;
	border-radius: 10px;
	background: #071e52;
	color: #ffffff;
	font-size: 14px;
	font-weight: 950;
	line-height: 1;
}

.top-pick-hero-card--software .top-pick-hero-kicker .top-pick-rank {
	background: rgba(255, 255, 255, 0.16);
}

.top-pick-hero-card--software .top-pick-badge {
	border-radius: 8px;
	background: #ff5a0a;
	color: #ffffff;
}

.top-pick-hero-card--physical .top-pick-badge {
	background: #fff1ea;
	color: #ff5a0a;
}

.top-pick-hero-software-row {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.top-pick-hero-logo {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.98);
}

.top-pick-hero-logo-mark,
.top-pick-hero-logo-mark__image,
.top-pick-card-logo,
.top-pick-card-logo__image {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.top-pick-hero-logo-mark--placeholder,
.top-pick-card-logo--placeholder {
	display: grid;
	place-items: center;
	color: #1264e8;
}

.top-pick-hero-logo-mark svg,
.top-pick-card-logo svg {
	width: 34px;
	height: 34px;
}

.top-pick-hero-media {
	display: grid;
	place-items: center;
	min-height: 210px;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	overflow: hidden;
}

.top-pick-hero-product,
.top-pick-hero-product__image,
.top-pick-feature-product,
.top-pick-feature-product__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.top-pick-hero-product--placeholder,
.top-pick-feature-product--placeholder {
	display: grid;
	place-items: center;
	color: #1264e8;
	padding: 30px;
}

.top-pick-hero-product svg,
.top-pick-feature-product svg {
	width: 78px;
	height: 78px;
}

.top-pick-hero-card--physical .top-pick-hero-title {
	color: #071e52;
}

.top-pick-hero-stats {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	color: inherit;
	font-size: 14px;
	font-weight: 850;
}

.top-pick-hero-card--software .top-pick-hero-stats {
	color: #dce8ff;
}

.top-pick-price-row {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	color: #ff5a0a;
	font-weight: 900;
}

.top-pick-price-row del {
	color: #667085;
	font-size: 13px;
	font-weight: 700;
}

.top-pick-hero-card--software .top-pick-price-row del {
	color: #b9c8e9;
}

.top-pick-hero-benefits,
.top-pick-benefits {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-pick-hero-benefits li,
.top-pick-benefits li {
	position: relative;
	padding-left: 20px;
	color: inherit;
	font-size: 13px;
	line-height: 1.45;
}

.top-pick-hero-card--software .top-pick-hero-benefits li {
	color: #edf4ff;
}

.top-pick-hero-benefits li::before,
.top-pick-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #16a66a;
	box-shadow: inset 0 0 0 3px #e7fff5;
}

.top-pick-hero-button {
	width: 100%;
	min-height: 48px;
}

.top-picks-list--software .top-pick-card {
	grid-template-columns: 54px 76px minmax(0, 1fr) minmax(158px, 190px);
	min-height: 140px;
	align-items: center;
	gap: 16px;
	padding: 18px 20px;
}

.top-pick-card-logo-wrap {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: #f8fbff;
}

.top-pick-card--software .top-pick-card-title {
	display: grid;
	gap: 7px;
}

.top-pick-card--software .top-pick-card-main p,
.top-pick-card--physical .top-pick-card-main p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.top-pick-card--software .top-pick-pro-con-grid {
	grid-template-columns: minmax(0, 1fr);
	margin-top: 12px;
}

.top-pick-card--software .top-pick-pro-con-grid div {
	padding: 10px 12px;
}

.top-pick-card--software .top-pick-card-side {
	align-self: stretch;
	align-content: center;
	padding-left: 16px;
	border-left: 1px solid #e3e9f2;
}

.top-picks-list--physical .top-pick-card {
	grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
	min-height: 260px;
	align-items: stretch;
	gap: 20px;
	padding: 20px;
}

.top-pick-card-media {
	display: grid;
	place-items: center;
	min-height: 200px;
	border: 1px solid #e3e9f2;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	overflow: hidden;
}

.top-pick-product-image,
.top-pick-product-image__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.top-pick-product-image--placeholder {
	display: grid;
	place-items: center;
	color: #1264e8;
	padding: 28px;
}

.top-pick-product-image svg {
	width: 76px;
	height: 76px;
}

.top-pick-card--physical .top-pick-card-main {
	align-self: start;
}

.top-pick-card--physical .top-pick-card-title {
	display: grid;
	gap: 8px;
}

.top-pick-spec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.top-pick-spec {
	display: grid;
	gap: 4px;
	min-width: 0;
	border: 1px solid #e3e9f2;
	border-radius: 10px;
	background: #fbfdff;
	padding: 9px 10px;
}

.top-pick-spec span {
	color: #667085;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.top-pick-spec strong {
	color: #071e52;
	font-size: 13px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.top-pick-card--physical .top-pick-benefits {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
	color: #34445d;
}

.top-pick-card--physical .top-pick-card-side {
	grid-column: 2;
	display: grid;
	grid-template-columns: auto auto minmax(150px, 200px);
	align-self: end;
	align-items: center;
	justify-items: start;
	gap: 10px;
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid #e3e9f2;
	text-align: left;
}

.top-pick-card--physical .top-pick-rating,
.top-pick-card--software .top-pick-rating {
	font-size: 24px;
}

.top-pick-card--physical .top-pick-button,
.top-pick-card--software .top-pick-button {
	justify-content: center;
	width: 100%;
}

.top-pick-feature-card--physical .top-pick-feature-logo {
	width: 100%;
	min-height: 150px;
	border: 1px solid #e3e9f2;
	border-radius: 14px;
	background: #f8fbff;
	overflow: hidden;
}

.top-pick-feature-card--software .top-pick-feature-logo {
	width: 82px;
	height: 82px;
	border-radius: 18px;
	background: #f8fbff;
}

.top-pick-feature-logo .top-pick-logo__image {
	display: block;
	width: 58px;
	height: 58px;
	object-fit: contain;
}

@media (max-width: 980px) {
	.top-picks-list--physical .top-pick-card {
		grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
	}

	.top-pick-card--physical .top-pick-card-side {
		grid-column: 2;
	}
}

@media (max-width: 720px) {
	.top-picks-list--software .top-pick-card {
		grid-template-columns: 46px 62px minmax(0, 1fr);
	}

	.top-pick-card--software .top-pick-card-side {
		grid-column: 1 / -1;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #e3e9f2;
		padding-top: 12px;
		text-align: left;
		justify-items: stretch;
	}

	.top-picks-list--physical .top-pick-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.top-pick-card--physical .top-pick-card-side {
		grid-column: 1;
		grid-template-columns: 1fr;
		justify-items: stretch;
	}

	.top-pick-card-media {
		min-height: 230px;
	}

	.top-pick-spec-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.top-pick-hero-card--software,
	.top-pick-hero-card--physical {
		border-radius: 16px;
		padding: 16px;
	}

	.top-pick-hero-software-row {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	.top-pick-hero-logo {
		width: 54px;
		height: 54px;
		border-radius: 14px;
	}

	.top-pick-hero-logo-mark,
	.top-pick-hero-logo-mark__image {
		width: 40px;
		height: 40px;
	}

	.top-pick-hero-title {
		font-size: 21px;
	}

	.top-pick-hero-media {
		min-height: 190px;
	}

	.top-picks-list--software .top-pick-card {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 12px;
		padding: 16px;
	}

	.top-pick-card--software .top-pick-card-rank {
		grid-column: 1;
		grid-row: 2;
	}

	.top-pick-card--software .top-pick-card-rank span {
		width: 54px;
		height: 36px;
		border-radius: 12px;
	}

	.top-pick-card-logo-wrap {
		grid-column: 1;
		grid-row: 1;
		width: 54px;
		height: 54px;
		border-radius: 14px;
	}

	.top-pick-card--software .top-pick-card-main {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.top-pick-card--software .top-pick-card-side {
		grid-column: 1 / -1;
	}

	.top-pick-card-logo,
	.top-pick-card-logo__image {
		width: 40px;
		height: 40px;
	}

	.top-pick-card-media {
		min-height: 210px;
	}

	.top-pick-card--physical .top-pick-benefits,
	.top-pick-spec-grid {
		grid-template-columns: 1fr;
	}
}
