.tws-product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0}
.tws-loop-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}
.tws-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer;line-height:1}
.tws-btn.is-active{border-color:#222;font-weight:600}
.tws-btn-compact{padding:6px 10px;border-radius:10px}
.tws-icon{width:18px;height:18px;display:block;fill:currentColor}
.tws-count{font-size:14px;font-weight:600}
.tws-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tws-dashboard-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:10px 0;flex-wrap:wrap}
.tws-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.tws-card{border:1px solid #eee;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}
.tws-card-media{display:block}
.tws-thumb{width:100%;height:auto;border-radius:10px;border:1px solid #f0f0f0}
.tws-card-title{font-weight:600;text-decoration:none;display:block}
.tws-meta{opacity:.9}
.tws-card-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}
.tws-btn-link{border-style:dashed;text-decoration:none}
.tws-empty,.tws-alert,.tws-note{padding:12px;border:1px dashed #ddd;border-radius:12px;margin-top:12px}
.tws-pagination{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.tws-page{padding:6px 10px;border:1px solid #ddd;border-radius:10px;text-decoration:none}
.tws-page.is-active{border-color:#222;font-weight:600}

.tws-compare-table-wrap{margin-top:16px}
.tws-compare-table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}
.tws-compare-table-scroll{overflow:auto;border:1px solid #eee;border-radius:12px}
.tws-table{border-collapse:separate;border-spacing:0;width:100%;min-width:720px}
.tws-table th,.tws-table td{padding:12px;border-bottom:1px solid #eee;vertical-align:top}
.tws-table thead th{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;z-index:2}
.tws-row-label{white-space:nowrap}
.tws-col-head-inner{display:flex;flex-direction:column;gap:8px}
.tws-ct-thumb{max-width:120px;height:auto;border-radius:10px;border:1px solid #f0f0f0}
