/* Bandeja: nombre del interlocutor, anuncio, último mensaje y fecha distinguibles. */
#draft-list .thread-row { display:flex; flex-direction:row; align-items:center; gap:7px; min-width:0; padding:7px; cursor:default; }
#draft-list .thread-open-button { display:flex; align-items:center; min-width:0; flex:1; gap:11px; padding:7px 3px; border:0; background:transparent; color:var(--ink); text-align:left; cursor:pointer; font:inherit; }
#draft-list .thread-open-button:focus-visible, #draft-list .thread-remove:focus-visible { outline:3px solid #639784; outline-offset:2px; border-radius:9px; }
#draft-list .thread-avatar { flex:0 0 43px; width:43px; height:43px; border-radius:50%; font-size:17px; }
#draft-list .thread-person { color:var(--forest); font-size:13px; font-weight:850; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
#draft-list .thread-summary { gap:4px; }
#draft-list .thread-summary strong { font-size:14px; }
#draft-list .thread-date { color:var(--muted); font-size:11px; }
#draft-list .thread-listing-image { flex:0 0 39px; width:39px; height:39px; object-fit:cover; border-radius:9px; }
#draft-list .thread-remove { flex:0 0 auto; min-height:38px; padding:8px; border:1px solid var(--line); border-radius:10px; background:#fffefb; color:var(--muted); font:inherit; font-size:11px; cursor:pointer; }
#draft-list .thread-remove:hover { color:#992e27; border-color:#e5ada5; }
#borradores.thread-open > .wrap > .qeubo-view-back { display:none; }
#draft-list .inbox-empty { margin:20px 0; }
@media (max-width:470px) {
  #draft-list .thread-row { gap:4px; padding:7px; }
  #draft-list .thread-open-button { gap:8px; }
  #draft-list .thread-avatar { flex-basis:38px; width:38px; height:38px; }
  #draft-list .thread-listing-image { display:none; }
  #draft-list .thread-remove { font-size:10px; padding:6px; }
}
