.tpg-list{display:flex;flex-direction:column;gap:16px}
.tpg-list-item{display:flex;gap:16px;align-items:flex-start;border:1px solid rgba(0,0,0,.08);background:#fff;padding:12px;border-left:solid 5px var(--accent)}
.tpg-list-media{width:72px;height:72px;flex:0 0 72px;overflow:hidden;background:rgba(0,0,0,.03);display:block}
.tpg-list-media img{width:100%;height:100%;object-fit:cover;display:block}
.tpg-list-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.tpg-list .tpg-cat{margin:0;font-size:.9rem;line-height:1.2;color:var(--accent)}
.tpg-list .tpg-cat a{color:var(--accent);text-decoration:none}
.tpg-list .tpg-cat a:hover{opacity:.85}
.tpg-list .tpg-title{margin:0;font-size:1.1rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tpg-list .tpg-title a{color:var(--accent);text-decoration:none}
.tpg-list .tpg-title a:hover{opacity:.85}
.tpg-list-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.tpg-list .tpg-price{font-weight:600}
.tpg-list .tpg-price .amount{font-size:1rem}
.tpg-list .tpg-price ins .amount{font-size:1.1rem;color:var(--accent)}
.tpg-list .tpg-price del{opacity:.55;margin-right:.35rem}
.tpg-list .tpg-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.tpg-list .tpg-iconlink{display:inline-flex;align-items:center;justify-content:center;color:var(--accent);text-decoration:none}
.tpg-list .tpg-iconlink:hover{opacity:.85}
.tpg-list .tpg-icon{width:22px;height:22px;display:block}
