.chat-commerce{margin-top:16px;min-width:0}
.chat-commerce-quantity,.chat-commerce-status{font-size:14px;line-height:1.6;color:#d5ccef;margin:8px 0}
.chat-commerce-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.chat-commerce-card{min-width:0;display:flex;flex-direction:column;gap:9px;padding:10px;border:1px solid rgba(184,157,255,.24);border-radius:14px;background:rgba(255,255,255,.045)}
.chat-commerce-card>a:first-child{display:block;aspect-ratio:1;background:#fff;border-radius:9px;overflow:hidden}
.chat-commerce-card img{display:block;width:100%;height:100%;object-fit:contain}
.chat-commerce-card strong{font-size:15px;line-height:1.5;overflow-wrap:anywhere}
.chat-commerce-link{min-height:44px;white-space:normal;text-decoration:none;text-align:center;line-height:1.4;font-size:14px!important}
.chat-commerce-card .chat-commerce-link{margin-top:auto}
.chat-commerce-copy{min-height:40px;border:0;background:transparent;color:#c6b9ff;font:inherit;font-size:13px;cursor:pointer;padding:4px}
.chat-commerce-copy-field{width:100%;min-width:0;padding:8px;color:#fff;background:#25223e;border:1px solid #8675b9;border-radius:6px}
.chat-commerce .twin-action-links{flex-wrap:wrap;gap:8px}
@media(max-width:350px){.chat-commerce-products{grid-template-columns:1fr}}
