.rx-chat{display:flex;flex-direction:column;min-width:0}
.rx-chat-rail{padding:0!important;overflow:hidden}
.rx-chat-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:5px 10px;align-items:center;padding:16px 16px 12px}
.rx-chat-head h2{grid-column:2/-1;font-size:15px;margin:0;line-height:1.3}
.rx-chat-feed .rx-chat-head h2{grid-column:2/3}
.rx-chat-head p{font-size:12px;color:var(--rc-muted);margin:0;line-height:1.45}
.rx-chat-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#1769ff;color:#fff;font-size:17px;grid-row:1/3}
.rx-chat-online{grid-column:3;grid-row:2;justify-self:end;align-self:center}
.rx-chat-head p{grid-column:2/3}
.rx-chat-more{grid-column:3;justify-self:end}
.rx-chat-online{display:flex;align-items:center;gap:5px;font-size:11px;color:var(--rc-muted);white-space:nowrap}
.rx-chat-online i{width:8px;height:8px;border-radius:50%;background:#1eae62;flex:none}
.rx-chat-more{border:0;background:transparent;color:var(--rc-blue);font:650 12px/1.3 inherit;cursor:pointer;min-height:44px;display:flex;align-items:center;gap:5px;padding:0}
.rx-chat-tabs{display:flex;gap:6px;padding:0 16px 12px;overflow-x:auto;scrollbar-width:none}
.rx-chat-tabs::-webkit-scrollbar{display:none}
.rx-chat-tabs button{border:1px solid var(--rc-line);background:var(--rc-bg);color:var(--rc-muted);border-radius:30px;padding:8px 11px;min-height:38px;font:650 11.5px/1.2 inherit;cursor:pointer;white-space:nowrap}
.rx-chat-tabs button[aria-selected=true]{background:#1769ff;border-color:#1769ff;color:#fff}
.rx-chat-list{list-style:none;margin:0;padding:0 16px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:340px;overscroll-behavior:contain}
.rx-chat-rail .rx-chat-list{min-height:200px}
.rx-chat-msg{display:flex;gap:10px;align-items:flex-start}
.rx-chat-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#dbe7f7;color:#15437f;font-weight:800;font-size:13px;flex:none;overflow:hidden}
.rx-chat-avatar img{width:100%;height:100%;object-fit:cover}
.rx-chat-body{min-width:0;flex:1}
.rx-chat-meta{display:flex;align-items:center;gap:6px;margin:0;font-size:12px;flex-wrap:wrap}
.rx-chat-meta a{font-weight:700;color:var(--rc-ink);font-size:13px}
.rx-chat-meta time{color:var(--rc-muted);font-size:11px}
.rx-chat-check{color:#1769ff;font-size:11px}
.rx-chat-text{margin:3px 0 0;font-size:13px;line-height:1.5;color:var(--rc-muted);overflow-wrap:anywhere}
.rx-chat-text a{color:var(--rc-blue);text-decoration:underline}
.rx-chat-empty{color:var(--rc-muted);font-size:13px;padding:18px 0;text-align:center}
.rx-chat-form{display:flex;gap:8px;align-items:center;padding:12px 16px 16px;margin-top:auto}
.rx-chat-form input{flex:1;min-width:0;border:1px solid var(--rc-line);background:var(--rc-bg);border-radius:12px;min-height:44px;padding:10px 13px;font-size:14px;color:var(--rc-ink)}
.rx-chat-form input:focus{outline:2px solid #1769ff55;border-color:#1769ff}
.rx-chat-form button{flex:none;width:44px;height:44px;border:0;border-radius:12px;background:#1769ff;color:#fff;font-size:15px;cursor:pointer}
.rx-chat-form.is-sending button{opacity:.6}
.rx-chat-guest{margin:4px 16px 16px;padding:14px;border-radius:14px;background:#eaf1fd;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}
.rx-chat-guest>i{color:#1769ff;font-size:17px;padding-top:2px}
.rx-chat-guest strong{font-size:13px;display:block}
.rx-chat-guest p{font-size:12px;color:var(--rc-muted);margin:4px 0 0;line-height:1.5}
.rx-chat-guest .rc-button{grid-column:1/-1;justify-content:center;width:100%}
.rx-chat-login{grid-column:1/-1;text-align:center;font-size:12px;color:var(--rc-blue);min-height:44px;display:flex;align-items:center;justify-content:center}
.rx-chat-feed{display:none;grid-column:1/-1;background:var(--rc-surface);border:1px solid var(--rc-line);border-radius:18px;margin-bottom:16px}
.rx-chat-feed .rx-chat-list{max-height:none;overflow:visible}
.rx-chat-feed.is-open .rx-chat-list{max-height:320px;overflow-y:auto}
@media(max-width:1199px){
  .rx-chat-feed{display:flex}
}
@media(max-width:767px){
  .rs-catalog-grid>.rx-chat-feed{order:0}
  .rx-chat-head{padding:14px 13px 10px;gap:9px}
  .rx-chat-head h2{font-size:15px}
  .rx-chat-tabs,.rx-chat-list{padding-left:13px;padding-right:13px}
  .rx-chat-form{padding:10px 13px 14px}
  .rx-chat-guest{margin:4px 13px 14px}
}
@media(prefers-color-scheme:dark){
  .rx-chat-guest{background:#12294a}
  .rx-chat-avatar{background:#1d3a63;color:#cfe0f7}
}
