.chat-card{display:flex;flex-direction:column;gap:12px;min-width:0;margin-top:10px;text-align:left;color:inherit;font-size:14px;line-height:1.45;white-space:normal}
.chat-card p{margin:0}.chat-card-product{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #e4e7ec}.chat-card-product:last-child{border-bottom:0}
.chat-card-photo{display:block;flex:0 0 108px;align-self:flex-start}.chat-card-photo img{display:block;width:108px;height:140px;object-fit:cover;border-radius:8px}
.chat-card-product-info{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;overflow-wrap:anywhere}.chat-card-product-info small{color:#667085}.chat-card-product-info>span{font-size:12px}
.chat-card .chat-card-button,.chat-toolbar button{display:inline-flex;justify-content:center;align-items:center;gap:6px;width:auto;min-height:38px;padding:8px 12px;border:1px solid #d8dfe8;border-radius:8px;background:#fff;color:#202b3c;font:inherit;font-weight:600;text-decoration:none;cursor:pointer;white-space:normal}
.chat-card .chat-card-button:hover,.chat-toolbar button:hover{background:#f4f7fb;border-color:#98a6bb}.chat-card button:disabled{opacity:.6;cursor:default}.chat-card button:focus-visible,.chat-card a:focus-visible,.chat-toolbar button:focus-visible{outline:2px solid #168ac1;outline-offset:3px}
.chat-card iframe{width:100%;height:200px;border:0;border-radius:8px}.chat-card-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:0}.chat-card-form label{display:flex;flex-direction:column;gap:5px;font-size:13px}.chat-card-form label:nth-child(n+3),.chat-card-form>button,.chat-card-status{grid-column:1/-1}.chat-card-form input,.chat-card-form select{box-sizing:border-box;width:100%;min-width:0;min-height:42px;border:1px solid #ccd3dd;border-radius:7px;padding:8px;background:#fff;color:#202b3c;font:inherit}.chat-card-status{font-size:13px;color:#8b3c25}.chat-card-status:empty{display:none}
.chat-toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px 0}.chat-product-dialog{box-sizing:border-box;width:min(720px,calc(100vw - 32px));max-height:85vh;border:1px solid #d8dfe8;border-radius:14px;padding:22px;color:#202b3c;background:white}.chat-product-dialog::backdrop{background:rgba(20,30,45,.35)}.chat-product-dialog header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.chat-product-dialog h3{margin:0;font-size:20px}.chat-product-dialog input{box-sizing:border-box;width:100%;padding:12px;border:1px solid #cbd3df;border-radius:8px;font:inherit}.chat-product-dialog [data-product-results]{max-height:52vh;overflow:auto}.chat-product-dialog .chat-card-product{align-items:center}.chat-product-dialog .chat-card-product-info{flex:1}.chat-product-dialog button{cursor:pointer}.chat-product-dialog .chat-card{margin:0}.chat-product-dialog .chat-card>button{align-self:flex-end;margin-bottom:14px}
@media(max-width:480px){.chat-card-photo{flex-basis:80px}.chat-card-photo img{width:80px;height:108px}.chat-card-product{gap:10px}.chat-card-form{grid-template-columns:1fr}.chat-card-form label{grid-column:1}.chat-toolbar button{font-size:12px;padding:7px 9px}}
.chat-product-dialog header>button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:8px;background:#f1f4f8;color:#344054;font-size:18px}
.assistant-message-bubble .chat-card[data-chat-card-type="product"] .chat-card-product{flex-direction:column}
.assistant-message-bubble .chat-card[data-chat-card-type="product"] .chat-card-photo{flex:auto;width:100%;max-width:280px}
.assistant-message-bubble .chat-card[data-chat-card-type="product"] .chat-card-photo img{width:100%;height:auto;max-height:360px;object-fit:contain}
