.product-page{padding-top:28px;padding-bottom:48px}.product-filter{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(150px,.7fr) minmax(150px,.7fr) minmax(170px,.8fr) auto auto;gap:10px;align-items:end;padding:18px;margin:20px 0 12px;border:1px solid #bfd0c3;border-radius:8px;background:#f4f8f4}.product-filter label{display:grid;gap:5px;font-weight:700}.product-filter input,.product-filter select{width:100%;min-height:44px;border:1px solid #9bb5a0;border-radius:3px;background:#fff;padding:8px 10px;font:inherit}.product-filter button,.product-filter>a,.product-compare-submit,.product-back,.product-detail__links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 15px;border:1px solid #0d5131;background:#0d5131;color:#fff!important;text-decoration:none;font-weight:700}.product-filter>a{background:#fff;color:#0d5131!important}.product-evidence-note{display:flex;align-items:center;gap:12px;border-left:4px solid #c89314;padding:10px 13px;background:#fff8dc;color:#354b3f;font-size:13px}.product-evidence-note strong{flex:0 0 auto;color:#725300}.product-results__head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:24px 0 12px}.product-results__head h2{margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-card{display:grid;grid-template-columns:132px minmax(0,1fr);border:1px solid #bdd0c1;border-top:3px solid #0d6a40;border-radius:4px;background:#fff;min-width:0;overflow:hidden}.product-card__image{display:block;background:#edf3ee;aspect-ratio:16/9;align-self:start}.product-card__image img{display:block;width:100%;height:100%;object-fit:contain}.product-card__body{padding:10px;min-width:0}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:6px}.product-card__category{font-size:11px;font-weight:700;color:#0d6a40}.product-card__evidence{border-radius:999px;padding:2px 7px;background:#eef5ff;color:#145a9c;font-size:10px;font-weight:800}.product-card h2{font-size:18px;margin:3px 0 8px;letter-spacing:0}.product-card h2 a{overflow-wrap:anywhere}.product-card dl,.product-detail__lead dl{margin:0;border-top:1px solid #d4e0d6}.product-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.product-card dl div{display:block;border-right:1px solid #d4e0d6;border-bottom:1px solid #d4e0d6}.product-card dl div:nth-child(even){border-right:0}.product-detail__lead dl div{display:grid;grid-template-columns:84px minmax(0,1fr);border-bottom:1px solid #d4e0d6}.product-card dt,.product-card dd,.product-detail__lead dt,.product-detail__lead dd{margin:0;padding:5px 6px}.product-card dt,.product-detail__lead dt{background:#f3f7f4;font-weight:700}.product-card dt{padding-bottom:1px;background:transparent;color:#52675b;font-size:11px}.product-card dd{padding-top:1px;font-weight:700}.product-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:8px 0;font-size:12px;line-height:1.55}.product-card__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid #d4e0d6;padding-top:8px;font-size:12px}.product-card__actions label,.product-card__actions a{font-weight:700}.product-compare-submit{position:sticky;bottom:14px;margin:16px auto 0;z-index:4}.product-compare{margin:20px 0;padding:18px;border:1px solid #b8cddc;border-left:5px solid #087eb8;background:#f7fbfd}.product-compare h2{margin-top:0}.product-table-wrap{width:100%;overflow-x:auto}.product-table{width:100%;border-collapse:collapse;background:#fff}.product-table th,.product-table td{border:1px solid #b8c9d5;padding:10px;text-align:left;vertical-align:middle}.product-table th{background:#eaf3f8}.product-table__entity{display:flex;align-items:center;gap:9px;min-width:170px}.product-table__entity img{width:96px;height:54px;object-fit:contain;background:#f1f5f2}.product-detail__lead{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(300px,1fr);gap:22px;padding:18px;border:1px solid #bdd0c1;background:#fff}.product-detail__lead figure{margin:0}.product-detail__lead img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#eef3ef}.product-detail__lead figcaption{padding:7px 9px;background:#f3f7f4;font-size:13px}.product-detail__section{margin-top:22px;padding:18px;border:1px solid #bdd0c1;background:#fff}.product-detail__section h2{margin-top:0}.product-detail__links{display:flex;gap:10px;flex-wrap:wrap}.product-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-related-grid>a{display:flex;align-items:center;gap:10px;border:1px solid #c7d7ca;padding:8px;text-decoration:none;background:#f8fbf8}.product-related-grid img{width:128px;height:72px;object-fit:contain}.product-related-grid span{display:grid}.product-related-grid small{color:#52675b}.product-back{margin-top:22px}
@media(max-width:1100px){.product-filter{grid-template-columns:1fr 1fr}.product-filter label:first-child{grid-column:1/-1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.product-page{padding-top:14px}.product-filter{grid-template-columns:1fr 1fr;padding:12px}.product-filter label:first-child{grid-column:1/-1}.product-filter button,.product-filter>a{grid-column:span 1}.product-evidence-note{align-items:flex-start;flex-direction:column;gap:3px}.product-results__head{align-items:start;flex-direction:column}.product-grid{grid-template-columns:1fr;gap:9px}.product-card{grid-template-columns:108px minmax(0,1fr)}.product-card__body{padding:9px}.product-card h2{font-size:17px}.product-card p{font-size:12px;-webkit-line-clamp:2}.product-card__actions{font-size:12px}.product-compare{padding:12px}.product-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.product-table,.product-table tbody,.product-table tr,.product-table td{display:block;width:100%}.product-table tr{border:1px solid #b8c9d5;margin-bottom:12px;background:#fff}.product-table td{display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px;border:0;border-bottom:1px solid #d7e1e7;padding:9px;overflow-wrap:anywhere}.product-table td:last-child{border-bottom:0}.product-table td:before{content:attr(data-label);font-weight:700;color:#29465f}.product-table__entity{min-width:0}.product-table__entity img{width:72px;height:41px}.product-detail__lead{grid-template-columns:1fr;padding:12px}.product-detail__section{padding:12px}.product-detail__links{display:grid}.product-related-grid{grid-template-columns:1fr}.product-related-grid img{width:96px;height:54px}}

/* Product detail hierarchy: verified status, scan-first facts, and a separate evidence link. */
.product-detail__badges{display:flex;gap:8px;margin:0 0 10px}.product-detail__badges span{display:inline-flex;align-items:center;min-height:30px;padding:4px 11px;border-radius:999px;background:#e7f3e8;color:#145b38;font-size:12px;font-weight:800}.product-detail__badges span:last-child{background:#eaf3fb;color:#145a9c}.product-detail__lead{gap:18px;border-radius:10px;box-shadow:0 4px 14px rgba(16,65,42,.07)}.product-detail__facts{display:flex;flex-direction:column;min-width:0}.product-detail__facts dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;border:0;margin:0}.product-detail__facts dl div,.product-detail__lead .product-detail__facts dl div{display:block;border:1px solid #d3dfd5;border-radius:7px;background:#f7faf7;text-align:center;overflow:hidden}.product-detail__facts dt,.product-detail__facts dd{padding:6px 8px}.product-detail__facts dt{background:transparent;color:#50655a;font-size:12px}.product-detail__facts dd{padding-top:0;color:#102d20;font-size:19px;font-weight:800}.product-detail__facts>p{margin:15px 0 10px;line-height:1.75}.product-detail__source{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:44px;padding:9px 15px;border:1px solid #0d5131;border-radius:4px;color:#0d5131!important;text-decoration:none;font-weight:800}.product-detail__section{border-radius:9px}.product-detail__section--usage{background:#f8fbf8}.product-detail__section--usage h2{font-size:22px}.product-detail__section--usage p{line-height:1.75}.product-related-grid>a{min-height:76px;border-radius:7px}.product-related-grid>a:hover,.product-detail__source:hover{border-color:#c89314;box-shadow:0 3px 10px rgba(16,65,42,.1)}
@media(max-width:600px){.product-detail__badges{margin-bottom:10px;flex-wrap:wrap}.product-detail__badges span{min-height:28px}.product-detail__lead{gap:14px;padding:11px}.product-detail__facts dl{gap:7px}.product-detail__facts dt{font-size:11px}.product-detail__facts dd{font-size:18px}.product-detail__facts>p{margin:13px 1px 9px;line-height:1.8}.product-detail__source{align-self:stretch}.product-detail__section--usage h2{font-size:20px}.product-related-grid>a{min-height:70px}}

/* Detail template v2: facts first, then evidence, action and related routes. */
.product-detail__facts{margin:0 0 14px}.product-detail__facts dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid #c6d5c9;border-radius:9px;background:#f8faf8}.product-detail__facts dl div,.product-detail__lead .product-detail__facts dl div{border:0;border-right:1px solid #d3dfd5;border-radius:0}.product-detail__facts dl div:last-child{border-right:0}.product-detail__lead{grid-template-columns:minmax(360px,1.05fr) minmax(320px,.95fr);align-items:center}.product-detail__copy{display:flex;min-width:0;flex-direction:column}.product-detail__copy p{margin:0 0 16px;line-height:1.85}.product-detail__next{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:14px}.product-detail__next .product-detail__section{margin-top:14px}.product-detail__next .product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail__next .product-related-grid img{width:96px;height:54px}
@media(max-width:720px){.product-detail__facts dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;border:0;background:transparent}.product-detail__facts dl div,.product-detail__lead .product-detail__facts dl div{border:1px solid #d3dfd5;border-radius:7px}.product-detail__facts dl div:last-child{border-right:1px solid #d3dfd5}.product-detail__lead{grid-template-columns:minmax(0,1fr);align-items:stretch}.product-detail__copy p{margin-bottom:12px}.product-detail__next{grid-template-columns:minmax(0,1fr);gap:0}.product-detail__next>.product-detail__section{min-width:0;margin-top:14px}.product-detail__next .product-related-grid{display:flex;max-width:100%;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px}.product-detail__next .product-related-grid>a{flex:0 0 260px;scroll-snap-align:start}}

/* Money guide representative article template: internal mock translated to CSS. */
.postid-167 .article-header{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #d7e1d6}.postid-167 .article-header h1{max-width:900px;margin-top:10px;letter-spacing:.01em}.postid-167 .article-header+p{max-width:880px;margin:0 0 24px;color:#33443b;font-size:1.02rem;line-height:1.9}.postid-167 .entry-content .money-guide-summary-title{margin:0 0 10px;padding:0 0 8px;border:0;border-bottom:3px solid #d6a72d;background:transparent;font-size:1.18rem}.postid-167 .money-guide-summary{gap:14px;margin-bottom:14px}.postid-167 .money-guide-summary .verification__item{min-height:112px;border:1px solid #d7dfd4;border-top:4px solid #0d5738;border-radius:8px;padding:15px 16px;box-shadow:0 4px 14px rgba(19,64,45,.06)}.postid-167 .money-guide-summary .verification__item strong{color:#0b4e33;font-size:1.05rem}.postid-167 .money-guide-summary .verification__item p{line-height:1.65}.postid-167 .money-guide-db-nav{display:grid;grid-template-columns:minmax(150px,1.2fr) repeat(3,minmax(110px,1fr));align-items:stretch;overflow:hidden;margin:14px 0 18px;border:1px solid #d7dfd4;border-radius:8px;background:#fff}.postid-167 .money-guide-db-nav strong,.postid-167 .money-guide-db-nav a{display:flex;min-height:48px;align-items:center;justify-content:center;padding:9px 12px}.postid-167 .money-guide-db-nav strong{color:#173f2e;background:#f1f6f1;font-size:.9rem}.postid-167 .money-guide-db-nav a{border-left:1px solid #d7dfd4;color:#0b5135;font-weight:800;text-decoration:none}.postid-167 .money-guide-db-nav a:hover,.postid-167 .money-guide-db-nav a:focus-visible{color:#fff;background:#0d5738}.postid-167 .article-toc{margin:18px 0 28px;border-top-width:1px;border-radius:8px;padding:16px 18px 12px;box-shadow:0 4px 14px rgba(19,64,45,.05)}.postid-167 .article-toc strong{color:#123d2a;font-size:1.02rem}.postid-167 .article-toc ol{padding-left:1.8em}.postid-167 .article-toc li{min-height:36px;margin:0;border-bottom:1px dashed #d7dfd4;padding:7px 4px}.postid-167 .article-toc li:last-child{border-bottom:0}.postid-167 .entry-content>h2:not(.money-guide-summary-title),.postid-167 .hono-product-money>h2{border-bottom:2px solid #d6a72d;border-radius:0 6px 6px 0;background:#f2f7f2}.postid-167 .article-figure img{border-radius:8px}
@media(max-width:720px){.postid-167 .content-layout{padding-top:24px}.postid-167 .article-header{margin-bottom:14px;padding-bottom:14px}.postid-167 .article-header+p{margin-bottom:20px;font-size:.96rem;line-height:1.8}.postid-167 .money-guide-summary{gap:9px}.postid-167 .money-guide-summary .verification__item{min-height:0;border-top-width:1px;border-left:5px solid #0d5738;padding:13px 14px}.postid-167 .money-guide-db-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.postid-167 .money-guide-db-nav strong{grid-column:1/-1;justify-content:flex-start;min-height:40px}.postid-167 .money-guide-db-nav a{min-height:48px;border-top:1px solid #d7dfd4;border-left:0;padding-inline:6px;font-size:.82rem}.postid-167 .money-guide-db-nav a+a{border-left:1px solid #d7dfd4}.postid-167 .article-toc{padding:14px 14px 10px}.postid-167 .article-toc li{min-height:44px;padding:10px 3px}}

.hono-product-money{margin:34px 0}.hono-product-money__table-wrap{width:100%;overflow-x:auto}.hono-product-money__table td small{display:block;margin-top:3px;color:#526776}.hono-product-money__choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.hono-product-money__choices a{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:10px;min-width:0;border:1px solid #c9d8cf;border-left:4px solid #1f6b46;background:#fff;color:#123d2a;padding:8px;text-decoration:none}.hono-product-money__choices img{width:112px;height:64px;object-fit:contain;background:#edf4ef}.hono-product-money__choices span,.hono-product-money__choices small{display:block;min-width:0;overflow-wrap:anywhere}.hono-product-money__choices small{margin-top:4px;color:#526776}.hono-product-money__links{display:flex;flex-wrap:wrap;gap:10px}.hono-product-money__links a{display:inline-flex;align-items:center;min-height:42px;border:1px solid #1f6b46;background:#f5faf6;color:#075a38;padding:8px 12px;font-weight:700;text-decoration:none}
@media(max-width:720px){.hono-product-money__table thead{display:none}.hono-product-money__table,.hono-product-money__table tbody,.hono-product-money__table tr,.hono-product-money__table td{display:block;width:100%}.hono-product-money__table tr{border:1px solid #c9d8cf;margin:0 0 12px;background:#fff}.hono-product-money__table td{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;border:0;border-bottom:1px solid #dbe6df;padding:8px 10px;overflow-wrap:anywhere}.hono-product-money__table td:first-child{display:block;width:100%!important}.hono-product-money__table td:first-child:before{display:block;margin-bottom:7px}.hono-product-money__table td:last-child{border-bottom:0}.hono-product-money__table td:before{content:attr(data-label);color:#315a46;font-weight:700}.hono-product-money__table .product-table__entity{display:flex;align-items:center;gap:10px;width:100%;max-width:none;overflow-wrap:normal;word-break:normal}.hono-product-money__table .product-table__entity img{flex:0 0 72px;width:72px;height:41px}.hono-product-money__table .product-table__entity strong{display:block;overflow-wrap:normal;word-break:keep-all;white-space:nowrap}.hono-product-money__choices{grid-template-columns:1fr}.hono-product-money__choices a{grid-template-columns:96px minmax(0,1fr)}.hono-product-money__choices img{width:96px;height:54px}.hono-product-money__links{display:grid;grid-template-columns:1fr}.hono-product-money__links a{justify-content:center}}
