.emc-table-wrap{overflow:auto;border:1px solid #e6e6e6;border-radius:6px;padding:8px;background:#fff;}
.emc-compare-table{border-collapse:collapse;width:100%;min-width:700px;}
.emc-compare-table th, .emc-compare-table td{border:1px solid #eee;padding:12px;vertical-align:top;text-align:left;}
.emc-compare-table thead th.emc-spec-col{background:#fafafa;min-width:120px;font-weight:700;}
.emc-compare-table td.emc-cell img{max-width:120px;height:auto;display:block;}
.emc-col-header{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.emc-col-header a{font-weight:700;text-decoration:none;color:inherit;}
.emc-remove-col{background:transparent;border:0;font-size:18px;line-height:1;color:#999;cursor:pointer;}
.emc-remove-col:hover{color:#333;}
.emc-spec-title{font-weight:600;background:#fafafa;}
.emc-compare-controls{display:flex;gap:8px;align-items:center;margin-bottom:8px;}
.emc-copy-link{cursor:pointer;}
.emc-search-wrap{display:flex;flex-direction:column;gap:6px;}
.emc-search-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;}
.emc-search-list{max-height:280px;overflow:auto;border:1px solid #f1f1f1;padding:6px;border-radius:4px;background:#fff;}
.emc-search-item{display:flex;align-items:center;gap:8px;padding:6px;cursor:pointer;border-bottom:1px solid #f6f6f6;}
.emc-search-item:hover{background:#fafafa;}
.emc-search-thumb{width:48px;height:48px;object-fit:cover;border-radius:4px;}
@media (max-width:680px){
  .emc-compare-table{min-width:600px;}
  .emc-compare-table th, .emc-compare-table td{padding:8px;}
}
