.tpp-article,
.tpp-list{
	background:transparent;
	color:#111;
}
.tpp-article a,
.tpp-list a{
	text-decoration:none;
}
.tpp-article-inner,
.tpp-list-inner{
	padding:40px 24px 80px;
	box-sizing:border-box;
}
.tpp-layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) 300px;
	gap:24px;
	align-items:start;
}
.tpp-list-head,
.tpp-article-head{
	background:#fff;
	border:1px solid var(--site-line);
	border-radius:24px;
	box-sizing:border-box;
}
.tpp-article-main{
	padding:0;
	min-width:0;
	background:transparent;
	border:0;
	border-radius:0;
}
.tpp-article-head,
.tpp-list-head{
	max-width:none;
	margin:0 0 24px;
	padding:0;
	border:0;
	background:transparent;
	border-radius:0;
}
.tpp-list-head{
	background:#fff;
	border:1px solid var(--site-line);
	border-radius:24px;
	padding:28px 32px;
	margin:0 0 24px;
}
.tpp-article-head h1,
.tpp-list-head h1{
	margin:0;
	font-size:42px;
	font-weight:700;
	line-height:1.15;
	letter-spacing:-.03em;
	color:var(--site-ink);
}
.tpp-article-meta{
	display:flex;
	flex-wrap:wrap;
	gap:8px 16px;
	margin:14px 0 0;
	color:var(--site-muted);
	font-size:14px;
	font-weight:600;
}
.tpp-article-meta a,
.tpp-list-head a,
.tpp-article-head a{
	color:var(--site-accent);
}
.tpp-list-head p{
	margin:12px 0 0;
	font-size:17px;
	line-height:1.55;
	color:#5C5C5C;
}
.tpp-toc-col{
	position:sticky;
	top:88px;
}
.tpp-toc,
.article-toc{
	position:relative;
	margin:0;
	padding:22px 22px 18px;
	background:#fff;
	border:1px solid var(--site-line);
	border-radius:24px;
	box-sizing:border-box;
}
.tpp-toc-title,
.article-toc-title{
	display:block;
	margin:0 0 12px;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--site-muted);
}
.tpp-toc-state{
	position:absolute;
	opacity:0;
	pointer-events:none;
	width:0;
	height:0;
}
.tpp-toc ol,
.article-toc-list{
	margin:0;
	padding:0;
	list-style:none;
	display:grid;
	gap:0;
}
.tpp-toc a,
.article-toc-link{
	display:block;
	padding:8px 0;
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:1.4;
	border-bottom:1px solid var(--site-line);
}
.tpp-toc li:last-child a,
.article-toc-item:last-child .article-toc-link{
	border:0;
}
.tpp-toc .is-h3 a{
	padding-left:12px;
	font-weight:500;
	color:#6B6B6B;
}
.tpp-toc a:hover,
.article-toc-link:hover{
	color:var(--site-accent);
}
.article-cover-section{
	margin:0 0 28px;
	overflow:hidden;
	border-radius:20px;
	border:1px solid var(--site-line);
	background:#F4F5F7;
}
.article-cover-section img,
.article-cover-image{
	display:block;
	width:100%;
	height:auto;
	aspect-ratio:16/9;
	object-fit:cover;
}
.tpp-article-body,
.tpp-clean{
	width:100%;
}
.tpp-article-body > .tpp-clean > * + *,
.tpp-article-body > section + section,
.tpp-clean > * + *{
	margin-top:24px;
}
.tpp-article-body > .article-toc-section,
.tpp-clean > .article-toc-section{
	display:none;
}
.article-display-title-section{
	margin:0 0 8px;
	padding:0;
	background:transparent;
	border:0;
}
.article-title-h2{
	margin:0 0 12px;
	font-size:28px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:-.02em;
	color:var(--site-ink);
}
.article-section,
.article-intro-section,
.article-comparison-section,
.article-product-section,
.article-faq-section,
.article-conclusion-section{
	background:#fff;
	border:1px solid var(--site-line);
	border-radius:24px;
	padding:24px 26px;
	box-sizing:border-box;
}
.article-section > .article-intro-section,
.article-section > .article-comparison-section,
.article-section > .article-product-section,
.article-section > .article-faq-section,
.article-section > .article-conclusion-section{
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	border-radius:0;
}
.article-section-title,
.article-title-h3,
.article-product-title,
.article-faq-question,
.article-product-section h2,
.article-product-section h3,
#title-color,
#title-color h3{
	display:block;
	margin:0 0 16px;
	padding:0;
	font-size:24px;
	font-weight:700;
	line-height:1.25;
	letter-spacing:-.02em;
	color:var(--site-ink)!important;
	background:transparent!important;
	border-radius:0;
	scroll-margin-top:96px;
}
.article-product-title,
.article-product-section h2,
.article-product-section h3,
#title-color h3{
	font-size:34px;
	line-height:1.15;
	margin:0 0 14px;
}
.tpp-article h2,
.tpp-article-body h2,
.article-section-title,
.article-product-section h2{
	margin-bottom:12px;
}
.article-faq-question{
	font-size:18px;
	margin:0 0 8px;
}
.article-intro-paragraph,
.article-product-paragraph,
.article-conclusion-copy,
.article-conclusion-copy p,
.article-faq-answer p,
.tpp-article-body p{
	margin:0 0 16px;
	font-size:17px;
	line-height:1.8;
	color:#4A4A4A;
}
.article-intro-paragraph:last-child,
.article-product-paragraph:last-child,
.article-conclusion-copy:last-child,
.article-conclusion-copy p:last-child,
.article-faq-answer p:last-child{
	margin-bottom:0;
}
.article-intro-paragraph strong,
.article-product-paragraph strong{
	color:#111;
	font-weight:700;
}
.tpp-article-body a,
.article-intro-paragraph a,
.article-product-paragraph a{
	color:var(--site-accent);
	font-weight:600;
}
.tpp-article-body a:hover{
	text-decoration:underline;
}
.tpp-article-body .article-section:has(> .article-section-title[id="contents"]),
.tpp-article-body h2[id="contents"],
.tpp-article-body h2[id="contents"] + ul,
.tpp-article-body h2[id="contents"] + ol,
.tpp-article-body h2[id="contents"] + .article-list{
	display:none;
}
.article-comparison-wrap{
	overflow-x:auto;
	border:1px solid var(--site-line);
	border-radius:16px;
	background:#fff;
}
.article-comparison-table,
.tpp-article-body .article-comparison-table{
	width:100%;
	min-width:720px;
	margin:0;
	border:0;
	border-radius:0;
	border-collapse:collapse;
	background:#fff;
	overflow:visible;
}
.tpp-article-body .article-comparison-table th,
.tpp-article-body .article-comparison-table td,
.article-comparison-table th,
.article-comparison-table td{
	padding:14px 16px;
	border-bottom:1px solid var(--site-line);
	vertical-align:middle;
	font-size:14px;
	line-height:1.45;
	color:#3A3A3A;
}
.tpp-article-body .article-comparison-table th,
.article-comparison-table th{
	width:132px;
	text-align:left;
	font-weight:700;
	color:var(--site-ink);
	background:#F4F5F7;
}
.tpp-article-body .article-comparison-table td,
.article-comparison-table td{
	text-align:center;
	background:#fff;
}
.article-comparison-table tr:last-child th,
.article-comparison-table tr:last-child td{
	border-bottom:0;
}
.article-comparison-product-link{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	color:var(--site-ink);
	font-weight:700;
}
.article-comparison-product-link:hover{
	color:var(--site-accent);
	text-decoration:none;
}
.article-comparison-product-image-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:88px;
}
.article-comparison-product-image{
	display:block;
	width:auto;
	max-width:100%;
	max-height:88px;
	margin:0 auto;
	object-fit:contain;
}
.article-comparison-product-title{
	font-size:14px;
	font-weight:700;
	line-height:1.35;
}
.article-comparison-cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-height:40px;
	padding:8px 16px;
	border-radius:999px;
	background:#16A34A;
	color:#fff!important;
	font-size:13px;
	font-weight:700;
}
.article-comparison-cta::before{
	content:"";
	width:16px;
	height:16px;
	flex:0 0 auto;
	background:#fff;
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.article-comparison-cta:hover{
	background:#15803D;
	color:#fff!important;
	text-decoration:none;
}
.article-product-top{
	display:grid;
	grid-template-columns:1fr;
	gap:20px;
	align-items:start;
	margin:0 0 20px;
}
.article-product-image-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:8px;
	background:#F4F5F7;
	border:1px solid var(--site-line);
	border-radius:20px;
	box-sizing:border-box;
}
.article-product-image,
.article-product-image-wrap img{
	display:block;
	width:100%;
	height:auto;
	max-height:280px;
	object-fit:contain;
}
.article-product-meta{
	width:100%;
	min-width:0;
}
.article-product-specs,
.tpp-specs{
	width:100%;
	border-collapse:collapse;
	border:1px solid var(--site-line);
	border-radius:16px;
	overflow:hidden;
	background:#fff;
	margin:0;
}
.article-product-specs td,
.tpp-specs dt,
.tpp-specs dd{
	padding:12px 16px;
	font-size:15px;
	line-height:1.45;
	border-bottom:1px solid var(--site-line);
}
.article-product-specs tr:last-child td,
.tpp-specs div:last-child dt,
.tpp-specs div:last-child dd{
	border-bottom:0;
}
.article-product-specs__label,
.article-product-specs td:first-child,
.tpp-specs dt{
	width:38%;
	font-weight:700;
	color:var(--site-ink);
	background:#F4F5F7;
}
.article-product-specs__value,
.article-product-specs td:last-child,
.tpp-specs dd{
	color:#3A3A3A;
	margin:0;
}
.tpp-specs div{
	display:grid;
	grid-template-columns:38% minmax(0,1fr);
}
.article-product-cta-wrap{
	margin-top:16px;
}
.article-product-cta,
.tpp-cta.home-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	width:100%;
	min-height:48px;
	padding:12px 20px;
	border-radius:999px!important;
	background:#16A34A!important;
	border-color:#16A34A!important;
	color:#fff!important;
	font-size:15px;
	font-weight:700;
	box-sizing:border-box;
}
.article-product-cta::before,
.tpp-cta.home-btn::before{
	content:"";
	width:18px;
	height:18px;
	flex:0 0 auto;
	background:#fff;
	-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.article-product-cta:hover,
.tpp-cta.home-btn:hover{
	background:#15803D!important;
	border-color:#15803D!important;
	color:#fff!important;
	text-decoration:none;
}
.article-product-copy{
	margin-top:8px;
}
.article-pros-cons-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
	margin:20px 0 0;
}
.article-pros-box,
.article-cons-box{
	border:1px solid var(--site-line);
	border-radius:16px;
	overflow:hidden;
	background:#fff;
}
.article-pros-box__header,
.article-cons-box__header{
	padding:12px 16px;
	background:#16A34A;
}
.article-cons-box__header{
	background:#DC2626;
}
.article-pros-box__title,
.article-cons-box__title{
	color:#fff;
	font-size:14px;
	font-weight:700;
}
.article-pros-list,
.article-cons-list,
.article-list{
	margin:0;
	padding:14px 18px 16px 32px;
}
.article-pros-list__item,
.article-cons-list__item,
.article-list li{
	margin:0 0 8px;
	color:#3A3A3A;
	font-size:15px;
	line-height:1.55;
}
.article-faq-item{
	padding:16px 0;
	border-bottom:1px solid var(--site-line);
}
.article-faq-item:last-child{
	border:0;
	padding-bottom:0;
}
.article-table-wrap,
.article-comparison-wrap{
	max-width:100%;
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	border:1px solid var(--site-line);
	border-radius:16px;
	background:#fff;
}
.article-table-wrap table,
.tpp-article-body .article-table-wrap table,
.tpp-article-body table{
	width:max-content;
	min-width:100%;
	margin:0;
	border:0;
	border-radius:0;
	border-collapse:collapse;
	overflow:visible;
	background:#fff;
}
.tpp-article-body th,
.tpp-article-body td{
	border-bottom:1px solid var(--site-line);
	padding:12px 14px;
	text-align:left;
	font-size:15px;
	color:#3A3A3A;
}
.tpp-article-body th{
	font-weight:700;
	color:var(--site-ink);
	background:#F4F5F7;
}
.tpp-article .elementor-widget-table-of-contents,
.tpp-article .elementor-widget-share-buttons,
.tpp-article .jp-relatedposts,
.tpp-article #jp-relatedposts,
.jp-relatedposts{
	display:none!important;
}
.article-intro-section:empty{
	display:none;
}
.article-author,
.article-comments{
	margin:24px 0 0;
	padding:24px 26px;
	background:#fff;
	border:1px solid var(--site-line);
	border-radius:24px;
	box-sizing:border-box;
}
.article-author{
	display:grid;
	grid-template-columns:88px minmax(0,1fr);
	gap:20px;
	align-items:center;
}
.article-author-image,
.article-author img{
	width:88px;
	height:88px;
	border-radius:50%;
	object-fit:cover;
	display:block;
}
.article-author-label,
.article-comments-title,
.article-comments .comment-reply-title{
	margin:0 0 8px;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--site-muted);
}
.article-author-name{
	margin:0 0 8px;
	font-size:22px;
	font-weight:700;
	letter-spacing:-.02em;
	line-height:1.2;
	color:var(--site-ink);
}
.article-author-name a{
	color:inherit;
}
.article-author-name a:hover{
	color:var(--site-accent);
}
.article-author-bio{
	margin:0;
	font-size:16px;
	line-height:1.6;
	color:#4A4A4A;
}
.article-comments a,
.article-comments a:visited{
	color:var(--site-accent);
	font-weight:600;
	text-decoration:none;
}
.article-comments a:hover{
	text-decoration:underline;
}
.article-comment-list,
.article-comment-list .children{
	margin:0;
	padding:0;
	list-style:none;
}
.article-comment-list{
	display:grid;
	gap:0;
	margin:0 0 8px;
}
.article-comment-list .children{
	margin:0 0 0 28px;
}
.article-comment,
.article-comments .pingback,
.article-comments .trackback{
	margin:0;
}
.article-comments .pingback,
.article-comments .trackback,
.article-comments .comment-subscription-form,
.article-comments #subscribe-blog{
	display:none;
}
.article-comment-card{
	display:grid;
	grid-template-columns:48px minmax(0,1fr);
	gap:14px;
	padding:16px 0;
	border-bottom:1px solid var(--site-line);
}
.article-comment-list > .article-comment:last-child > .article-comment-card{
	border-bottom:0;
}
.article-comment-avatar,
.article-comment-card img{
	width:48px;
	height:48px;
	border-radius:50%;
	object-fit:cover;
	display:block;
	background:#F4F5F7;
}
.article-comment-head{
	display:flex;
	flex-wrap:wrap;
	align-items:baseline;
	gap:6px 10px;
}
.article-comment-name{
	font-size:16px;
	font-weight:700;
	color:var(--site-ink);
}
.article-comment-date{
	font-size:13px;
	font-weight:600;
	color:var(--site-muted);
}
.article-comment-mod{
	margin:8px 0 0;
	font-size:14px;
	font-weight:600;
	color:var(--site-accent);
}
.article-comment-text p{
	margin:8px 0 0;
	font-size:16px;
	line-height:1.65;
	color:#3A3A3A;
}
.article-comment-text p:last-child{
	margin-bottom:0;
}
.article-comment-card .comment-reply-link,
.article-comment-edit{
	display:inline-block;
	margin:10px 12px 0 0;
	font-size:13px;
	font-weight:700;
	color:var(--site-accent);
}
.article-comment-respond{
	margin:12px 0 0;
	padding:20px 0 0;
	border-top:1px solid var(--site-line);
}
.article-comment-respond:first-child{
	margin:0;
	padding:0;
	border:0;
}
.article-comment-form{
	max-width:none;
	margin:0;
}
.article-comment-form p{
	display:grid;
	gap:6px;
	margin:0;
}
.article-comment-auth,
.article-comment-form .logged-in-as,
.article-comment-form .comment-notes{
	margin:0 0 4px;
	font-size:14px;
	font-weight:500;
	color:#5C5C5C;
}
.article-comment-form label{
	margin:0;
}
.article-comment-form textarea{
	min-height:140px;
	resize:vertical;
}
.article-comment-form .form-submit{
	margin:4px 0 0;
}
.article-comment-submit.home-btn,
.article-comment-form .home-btn{
	width:auto;
	min-width:168px;
	margin-top:4px;
	justify-content:center;
}
.article-comment-submit.home-btn::after,
.article-comment-form .home-btn::after{
	display:none;
}
.article-comment-form .comment-form-cookies-consent{
	grid-template-columns:18px minmax(0,1fr);
	align-items:start;
	gap:10px;
	margin-top:4px;
	font-size:14px;
	font-weight:500;
	color:#5C5C5C;
}
.article-comment-form .comment-form-cookies-consent input{
	width:18px;
	height:18px;
	margin:2px 0 0;
	accent-color:var(--site-accent);
}
.article-comment-form .comment-form-cookies-consent label{
	font-size:14px;
	font-weight:500;
	color:#5C5C5C;
}
.article-comments-closed{
	margin:0;
	color:#5C5C5C;
}
.tpp-hp{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}
.tpp-more{
	margin:36px 0 0;
}
.tpp-more h2{
	margin:0 0 16px;
	font-size:13px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:var(--site-muted);
}
.tpp-list-bar{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:12px;
	margin:0 0 16px;
}
.tpp-view-label{
	margin:0;
	font-size:14px;
	font-weight:600;
	color:#6B6B6B;
}
.tpp-view{
	display:flex;
	gap:8px;
}
.tpp-view-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border:1px solid var(--site-line);
	border-radius:12px;
	background:#fff;
	color:#6B6B6B;
	box-sizing:border-box;
}
.tpp-view-btn.is-on,
.tpp-view-btn:hover{
	border-color:var(--site-accent);
	color:var(--site-accent);
}
.tpp-view-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:2px;
	width:14px;
	height:14px;
}
.tpp-view-grid i,
.tpp-view-rows i{
	display:block;
	background:currentColor;
	border-radius:1px;
}
.tpp-view-rows{
	display:flex;
	flex-direction:column;
	gap:3px;
	width:16px;
}
.tpp-view-rows i{height:2px;}
.tpp-list-grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px;
}
.tpp-list-grid .home-article h3{
	font-size:20px;
}
.tpp-list-grid.is-list{
	grid-template-columns:1fr;
	gap:16px;
}
.tpp-list-grid.is-list .home-article{
	display:grid;
	grid-template-columns:240px minmax(0,1fr);
	grid-template-rows:auto auto 1fr auto;
	align-items:stretch;
	height:auto;
	padding:0;
}
.tpp-list-grid.is-list .home-article-media{
	grid-row:1 / span 4;
	margin:0;
	height:100%;
	min-height:168px;
	aspect-ratio:auto;
	border-radius:0;
}
.tpp-list-grid.is-list .home-tag{
	padding:18px 22px 0;
}
.tpp-list-grid.is-list .home-article h3{
	padding:8px 22px 0;
	font-size:24px;
	min-height:0;
	-webkit-line-clamp:2;
}
.tpp-list-grid.is-list .home-article small{
	padding:10px 22px 18px;
}
.tpp-more-slider{
	display:flex;
	gap:20px;
	overflow-x:auto;
	scroll-snap-type:x mandatory;
	-webkit-overflow-scrolling:touch;
	padding:0 0 8px;
}
.tpp-more-slider .home-article{
	flex:0 0 calc((100% - 40px) / 3);
	width:calc((100% - 40px) / 3);
	max-width:calc((100% - 40px) / 3);
	scroll-snap-align:start;
}
.tpp-pages{
	margin:36px 0 0;
}
.tpp-pages ul,
.tpp-pages{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin:36px 0 0;
	padding:0;
	list-style:none;
}
.tpp-pages ul{margin:0;}
.tpp-pages a,
.tpp-pages span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:40px;
	height:40px;
	padding:0 12px;
	border:1px solid var(--site-line);
	border-radius:999px;
	background:#fff;
	color:#3A3A3A;
	font-size:14px;
	font-weight:700;
	box-sizing:border-box;
}
.tpp-pages .current{
	background:#111;
	border-color:#111;
	color:#fff;
}
.tpp-pages a:hover{
	border-color:#111;
	color:#111;
}
.tpp-product{
	display:grid;
	grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
	margin:0;
	border:1px solid var(--site-line);
	border-radius:24px;
	overflow:hidden;
	background:#fff;
}
.tpp-product-media{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:24px;
	background:#F4F5F7;
}
.tpp-product-body{
	padding:24px;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	gap:14px;
}
.tpp-picks{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:20px;
}
.tpp-pick{
	border:1px solid var(--site-line);
	border-radius:24px;
	overflow:hidden;
	background:#fff;
	display:flex;
	flex-direction:column;
}
.tpp-pick-badge{
	margin:0;
	padding:12px;
	text-align:center;
	background:#111;
	color:#fff;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.04em;
}
.tpp-pick[data-tone="runner"] .tpp-pick-badge{background:#4A4A4A;}
.tpp-pick[data-tone="budget"] .tpp-pick-badge{background:#6B6B6B;}
.tpp-pick-media{
	padding:20px;
	background:#F4F5F7;
	min-height:160px;
	display:flex;
	align-items:center;
}
.tpp-pick-media img,
.tpp-product-media img{
	width:100%;
	height:auto;
	max-height:240px;
	object-fit:contain;
}
.tpp-pick-body{
	padding:8px 20px 20px;
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:12px;
	flex:1 1 auto;
}
.tpp-stars{
	position:relative;
	display:inline-block;
	letter-spacing:2px;
	color:#D9D9DE;
	font-size:16px;
}
.tpp-stars::before{content:"★★★★★";}
.tpp-stars i{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	white-space:nowrap;
	width:var(--tpp-r,0);
	color:#111;
	font-style:normal;
}
.tpp-stars i::before{content:"★★★★★";}
@media(min-width:768px){
	.tpp-toc-title{
		pointer-events:none;
	}
	.tpp-toc-list,
	.tpp-toc ol,
	.article-toc-list{
		display:grid;
	}
}
@media(max-width:1024px){
	.tpp-layout{grid-template-columns:minmax(0,1fr) 240px;}
	.tpp-article-head h1,
	.tpp-list-head h1{font-size:34px;}
	.tpp-picks,
	.tpp-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.tpp-list-grid.is-list{grid-template-columns:1fr;}
	.tpp-more-slider .home-article{
		flex-basis:calc((100% - 20px) / 2);
		width:calc((100% - 20px) / 2);
		max-width:calc((100% - 20px) / 2);
	}
}
@media(max-width:767px){
	.tpp-article-inner,
	.tpp-list-inner{padding:20px 16px 48px;}
	.tpp-layout{
		grid-template-columns:1fr;
	}
	.tpp-toc-col{
		position:static;
		order:-1;
	}
	.tpp-toc-title{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		margin:0;
		cursor:pointer;
	}
	.tpp-toc-title::after{
		content:"";
		width:8px;
		height:8px;
		border-right:2px solid #111;
		border-bottom:2px solid #111;
		transform:rotate(45deg);
		flex:0 0 auto;
		margin-top:-4px;
	}
	.tpp-toc-state:checked + .tpp-toc-title{
		margin-bottom:12px;
	}
	.tpp-toc-state:checked + .tpp-toc-title::after{
		transform:rotate(-135deg);
		margin-top:4px;
	}
	.tpp-toc ol,
	.article-toc-list{
		display:none;
	}
	.tpp-toc-state:checked ~ .article-toc-list,
	.tpp-toc-state:checked ~ ol{
		display:grid;
	}
	.article-section,
	.article-intro-section,
	.article-comparison-section,
	.article-product-section,
	.article-faq-section,
	.article-conclusion-section{
		padding:20px 12px;
	}
	.tpp-article-main{padding:0;}
	.tpp-article-head h1,
	.tpp-list-head h1{font-size:28px;}
	.article-title-h2{font-size:22px;}
	.article-product-title,
	.article-title-h3.article-product-title,
	.article-product-section h2,
	.article-product-section h3{font-size:26px;}
	.tpp-product,
	.tpp-picks,
	.tpp-list-grid,
	.tpp-list-grid.is-list,
	.article-pros-cons-grid{
		grid-template-columns:1fr;
	}
	.tpp-list-grid.is-list .home-article{
		grid-template-columns:120px minmax(0,1fr);
	}
	.tpp-list-grid.is-list .home-article-media{min-height:120px;}
	.tpp-list-grid.is-list .home-article h3{font-size:18px;}
	.tpp-more-slider .home-article{
		flex-basis:78%;
		width:78%;
		max-width:78%;
	}
	.tpp-specs div{grid-template-columns:1fr;}
	.article-product-section,
	.tpp-product{
		background:transparent;
		border:0;
		border-radius:0;
		padding:0;
	}
	.article-author{
		grid-template-columns:1fr;
		justify-items:start;
	}
	.article-comment-list .children{
		margin-left:16px;
	}
}
