.chat-log-row{display:grid;grid-template-columns:auto minmax(8rem,.7fr) minmax(8rem,1fr) minmax(14rem,1.3fr);align-items:center;gap:.7rem;padding:.7rem;border-bottom:1px solid var(--line)}.chat-log-row:last-child{border-bottom:0}.chat-log-row>span:not(.live-dot),.chat-log-row small{color:var(--muted);font-size:.75rem}@media(max-width:700px){.chat-log-row{grid-template-columns:auto 1fr}.chat-log-row small{grid-column:2}}
