/* Minimal styles for My Account tickets */
.wcst-tickets table { width:100%; border-collapse: collapse; }
.wcst-tickets th, .wcst-tickets td { padding:8px; border:1px solid #eee; }
.wcst-ticket-conversation { margin: 1rem 0; }
.wcst-bubble { padding:10px; border-radius:6px; margin-bottom:8px; }
.wcst-bubble.customer { background:#e8f5ff; text-align:right; }
.wcst-bubble.admin { background:#f1f1f1; text-align:left; }
