/* Phase 4 enhanced CSS */
.tpc-table-container{width:100%;overflow-x:auto;margin-top:20px;}
.tpc-table{width:100%;border-collapse:collapse;min-width:900px;}
.tpc-table th{background:#f3f3f3;font-weight:bold;top:0;position:sticky;z-index:2;}
.tpc-table th,.tpc-table td{border:1px solid #ddd;padding:12px;text-align:center;}
.tpc-diff{background:#fff7e6!important;}
.tpc-best{background:#e6ffe6!important;font-weight:bold;}
.tpc-remove{margin-top:8px;background:#c40000;color:#fff;padding:6px 12px;border-radius:4px;cursor:pointer;}
.tpc-img{max-width:120px;margin-bottom:6px;}
@media(max-width:768px){
.tpc-table-container{overflow-x:scroll;}
.tpc-table th,.tpc-table td{padding:10px;font-size:14px;}
}
#tpc-floating-widget{position:fixed;bottom:20px;right:20px;background:#0073aa;color:#fff;padding:12px 18px;border-radius:50px;cursor:pointer;display:none;z-index:999;}
.tpc-compare-btn{background:#0073aa;color:#fff;padding:8px 14px;border-radius:4px;cursor:pointer;}
