.wp-tb{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0;padding:12px;background:var(--wp-tb-bg,#f8f9fa);border-radius:8px;border:1px solid var(--wp-tb-border,#e9ecef);}
.wp-tb-align-left{justify-content:flex-start}.wp-tb-align-center{justify-content:center}.wp-tb-align-right{justify-content:flex-end}
.wp-tb-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--wp-tb-text,#495057);}
.wp-tb-item svg{color:var(--wp-tb-accent,#2e7d32);flex-shrink:0;}