/* XFMR Suite — compare table (Amazon-style, this-item highlighted) */
.xfmr-cmp{margin:18px 0 28px;}
.xfmr-cmp-hd{display:flex; align-items:center; gap:10px; margin-bottom:10px;}
.xfmr-cmp-hd h2{margin:0; font-size:20px; color:var(--navy,#0d3b66);}
.xfmr-cmp-toggle{margin-left:auto; border:1px solid var(--line,#d9e2ea); background:#fff; color:var(--navy,#0d3b66); width:30px; height:30px; border-radius:50%; cursor:pointer; font-size:16px; font-weight:800; line-height:1; flex:none; transition:transform .15s;}
.xfmr-cmp-toggle:hover{border-color:var(--sky,#56b3e4); background:var(--paleblue,#f4fafe);}
.xfmr-cmp-toggle.closed{transform:rotate(180deg);}
.xfmr-cmp-scroll{overflow-x:auto; border:1px solid var(--line,#d9e2ea); border-radius:6px; -webkit-overflow-scrolling:touch;}
.xfmr-cmp-scroll.hidden{display:none;}
.xfmr-cmp-table{border-collapse:collapse; width:100%; min-width:680px; font-size:13.5px; margin:0;}
.xfmr-cmp-table th, .xfmr-cmp-table td{border-bottom:1px solid var(--line,#d9e2ea); border-right:1px solid var(--line,#d9e2ea); padding:8px 10px; text-align:left; vertical-align:top;}
.xfmr-cmp-table th{background:var(--paleblue,#f4fafe); font-size:12px; text-transform:uppercase; letter-spacing:.5px; color:var(--grey,#5c6f7d); width:150px; min-width:120px;}
/* keep product columns a readable width so the table overflows its wrapper and
   side-scrolls (Amazon-style) instead of cramming every product into the viewport */
.xfmr-cmp-table td{min-width:150px;}
.xfmr-cmp-table td.this{background:var(--lightblue,#e9f4fb);}
.xfmr-cmp-table .cn{font-weight:700; color:var(--navy,#0d3b66); font-size:14px; text-decoration:none;}
.xfmr-cmp-table .csku{font-size:12px; color:var(--grey,#5c6f7d); margin-top:2px;}
.xfmr-cmp-table .cp{font-size:18px; font-weight:800; color:var(--navy,#0d3b66);}
.xfmr-cmp-table .thumb{height:64px; display:flex; align-items:center; justify-content:center; background:var(--paleblue,#f4fafe); border-radius:4px; overflow:hidden;}
.xfmr-cmp-table .thumb img{max-height:60px; width:auto;}
.xfmr-cmp-table .button{padding:6px 12px; font-size:12.5px;}
.xfmr-cmp-table .xfmr-ghost{background:#fff; color:var(--blue,#1a7fc1); border:2px solid var(--blue,#1a7fc1);}
.xfmr-cmp-table .xfmr-stock{font-weight:700; color:var(--green,#1e8e3e); font-size:12.5px;}
.xfmr-cmp-table .xfmr-stock.lead{color:var(--amber,#b3690f);}
@media (max-width:600px){
  .xfmr-cmp-table{min-width:560px;}
  .xfmr-cmp-table th{min-width:96px; width:96px;}
}
