.tkr-review-box{--tkr-accent:var(--brand-color,var(--tie-skin-color,var(--theme-color,#e44d26)));border:1px solid rgba(0,0,0,.12);border-radius:8px;overflow:hidden;margin:2rem 0;background:var(--tkr-review-bg,#fff);color:inherit;box-shadow:0 2px 10px rgba(0,0,0,.04)}.tkr-review-header{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.tkr-review-heading-wrap{display:flex;align-items:center;gap:18px;min-width:0;flex:1 1 auto}.tkr-review-thumb{flex:0 0 210px;width:210px;height:118px;border-radius:6px;overflow:hidden;background:rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.08)}.tkr-review-thumb img{display:block;width:100%;height:100%;object-fit:contain;background:rgba(0,0,0,.025)}.tkr-review-heading{min-width:0}.tkr-review-header h2{margin:2px 0 0;font-size:1.35em}.tkr-review-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.72em;font-weight:700;opacity:.65}.tkr-review-verdict{margin-top:5px;font-weight:700;color:var(--tkr-accent)}.tkr-review-score{--tkr-score:0;--tkr-grad-a:#b71c1c;--tkr-grad-b:#ef5350;flex:0 0 auto;width:112px;height:112px;margin-left:auto;border-radius:50%;display:grid;place-items:center;text-align:center;background:conic-gradient(from -90deg,var(--tkr-grad-a) 0%,var(--tkr-grad-b) calc(var(--tkr-score)*1%),rgba(0,0,0,.12) calc(var(--tkr-score)*1%),rgba(0,0,0,.12) 100%);position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);font-size:1.08em;line-height:1.15}.tkr-review-score::before{content:"";position:absolute;inset:9px;border-radius:50%;background:var(--tkr-review-bg,#fff);box-shadow:0 0 0 1px rgba(0,0,0,.08)}.tkr-review-score span{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%;padding:0 8px;color:inherit}.tkr-review-score strong{color:inherit}.tkr-review-summary,.tkr-review-criteria,.tkr-review-notes,.tkr-review-buy{padding:20px 24px}.tkr-review-summary>*:first-child{margin-top:0}.tkr-review-summary>*:last-child{margin-bottom:0}.tkr-review-criterion{margin:0 0 14px}.tkr-review-criterion:last-child{margin-bottom:0}.tkr-review-criterion-label{display:flex;justify-content:space-between;gap:10px;margin-bottom:6px}.tkr-review-bar{height:8px;border-radius:99px;background:rgba(0,0,0,.1);overflow:hidden}.tkr-review-bar span{height:100%;display:block;background:linear-gradient(90deg,var(--tkr-grad-a),var(--tkr-grad-b));border-radius:inherit}.tkr-score-red{--tkr-grad-a:#ff8a80;--tkr-grad-b:#b71c1c}.tkr-score-orange{--tkr-grad-a:#ffcc80;--tkr-grad-b:#e65100}.tkr-score-yellow{--tkr-grad-a:#fff59d;--tkr-grad-b:#f9a825}.tkr-score-green{--tkr-grad-a:#81c784;--tkr-grad-b:#1b5e20}.tkr-review-notes{display:grid;grid-template-columns:1fr 1fr;gap:24px;border-top:1px solid rgba(0,0,0,.08)}.tkr-review-notes h3{font-size:1em;margin:0 0 8px}.tkr-review-notes ul{margin:0;padding-left:20px}.tkr-review-pros li::marker{content:'+  '}.tkr-review-cons li::marker{content:'−  '}.tkr-review-buy{border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;gap:14px;flex-wrap:wrap}.tkr-review-amazon{display:inline-block;background:var(--tkr-accent);color:#fff!important;text-decoration:none!important;font-weight:700;padding:11px 18px;border-radius:4px}.tkr-review-amazon:hover{filter:brightness(.94)}.tkr-review-buy small{opacity:.7}.tkr-legacy-score{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color,var(--tie-skin-color,var(--theme-color,#e44d26)));color:#fff;border-radius:3px;padding:.2em .48em;font-size:.8em;font-weight:700;line-height:1.3}.tkr-review-widget-list{list-style:none;margin:0;padding:0}.tkr-review-widget-list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid rgba(0,0,0,.08)}.tkr-review-widget-list li:last-child{border-bottom:0}.tkr-review-widget-list a{min-width:0}@media(max-width:600px){.tkr-review-header{align-items:flex-start;padding:18px}.tkr-review-heading-wrap{gap:10px}.tkr-review-thumb{flex-basis:118px;width:118px;height:66px}.tkr-review-score{width:76px;height:76px;font-size:.95em}.tkr-review-score::before{inset:8px}.tkr-review-summary,.tkr-review-criteria,.tkr-review-notes,.tkr-review-buy{padding:18px}.tkr-review-notes{grid-template-columns:1fr}.tkr-review-box{border-radius:6px}}


/* Review badge on home/category/archive thumbnails */
.tkr-card-review-thumb-wrap{position:relative;display:block;max-width:100%;line-height:0}
.tkr-card-review-thumb-wrap>img,.tkr-card-review-thumb-wrap>a,.tkr-card-review-thumb-wrap picture{display:block;max-width:100%}
.tkr-card-review-badge{--tkr-score:0;--tkr-grad-a:#ff8a80;--tkr-grad-b:#b71c1c;position:absolute;right:9px;left:auto;top:9px;z-index:8;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(from -90deg,var(--tkr-grad-a) 0%,var(--tkr-grad-b) calc(var(--tkr-score)*1%),rgba(255,255,255,.38) calc(var(--tkr-score)*1%),rgba(255,255,255,.38) 100%);box-shadow:0 2px 8px rgba(0,0,0,.28),0 0 0 2px rgba(255,255,255,.88);line-height:1}
.tkr-card-review-badge:before{content:"";position:absolute;inset:5px;border-radius:50%;background:rgba(20,20,20,.86);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.tkr-card-review-badge>span{position:relative;z-index:1;color:#fff;font-size:12px;font-weight:800;letter-spacing:-.02em;line-height:1;text-shadow:0 1px 1px rgba(0,0,0,.35)}
@media(max-width:600px){.tkr-card-review-badge{width:48px;height:48px;right:7px;left:auto;top:7px}.tkr-card-review-badge:before{inset:4px}.tkr-card-review-badge>span{font-size:10.5px}}

/* Universal preview-badge fallback for theme/custom article loops */
.tkr-review-badge-host{position:relative!important}
.tkr-review-badge-host>.tkr-card-review-badge{pointer-events:none}
.tkr-card-review-thumb-wrap{position:relative;display:inline-block;max-width:100%;vertical-align:top}
.tkr-card-review-thumb-wrap img{display:block}

/* Score band overrides for preview badges: keep these more specific than the badge defaults. */
.tkr-card-review-badge.tkr-score-red{--tkr-grad-a:#ff8a80;--tkr-grad-b:#b71c1c}
.tkr-card-review-badge.tkr-score-orange{--tkr-grad-a:#ffcc80;--tkr-grad-b:#e65100}
.tkr-card-review-badge.tkr-score-yellow{--tkr-grad-a:#fff59d;--tkr-grad-b:#f9a825}
.tkr-card-review-badge.tkr-score-green{--tkr-grad-a:#81c784;--tkr-grad-b:#1b5e20}

/* 1.5 automatic Techkrams Award */
.tkr-review-award{flex:0 0 215px;width:215px;height:auto;margin-left:auto;display:flex;align-items:flex-start;justify-content:flex-end}.tkr-review-award img{display:block;width:215px;height:auto;object-fit:contain;background:transparent!important;border-radius:0}@media(max-width:600px){.tkr-review-award{flex-basis:158px;width:158px;height:auto}.tkr-review-award img{width:158px;height:auto}}
