.ovs-inbox-app { display:grid; gap:16px; }
.ovs-thread-list { display:grid; gap:10px; }
.ovs-thread-list__item { width:100%; text-align:left; background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:14px; }
.ovs-thread-panel { background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:16px; min-height:280px; }
.ovs-message-bubble { max-width:85%; background:#f3f4f6; border-radius:16px; padding:10px 12px; margin-bottom:10px; }
.ovs-message-bubble.is-sent { margin-left:auto; background:#dbeafe; }
.ovs-thread-composer { display:grid; grid-template-columns:1fr auto; gap:10px; margin-top:14px; }
.ovs-thread-composer input { min-height:46px; border:1px solid #e5e7eb; border-radius:14px; padding:0 14px; }
