/* Prueba reversible de navegación y bandeja de mensajes. */
#borradores, #borradores .wrap, #draft-list, #thread-area { min-width:0; max-width:100%; }
#borradores { overflow-x:clip; }
#draft-list { width:100%; overflow:hidden; display:grid; grid-template-columns:minmax(0,1fr); gap:12px; }
#draft-list .thread-row { box-sizing:border-box; max-width:100%; min-width:0; overflow:hidden; gap:11px; }
#draft-list .thread-row > *, #draft-list .thread-summary { min-width:0; max-width:100%; }
#draft-list .thread-summary { overflow:hidden; }
#draft-list .thread-context, #draft-list .thread-summary strong, #draft-list .thread-preview { display:block; max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
#draft-list .thread-arrow { flex:0 0 auto; }
#draft-list .thread-avatar { flex:0 0 43px; }
#thread-area .chat-shell { max-width:100%; }
#thread-area .chat-header, #thread-area .chat-composer, #thread-area .chat-messages { min-width:0; }
.inbox-nav { position:relative; }
.inbox-badge { display:inline-grid; place-items:center; border-radius:99px; padding:1px 5px; min-width:17px; height:17px; font-size:10px; font-weight:900; color:#fff; background:#ab3c27; line-height:1; }
.inbox-badge[hidden] { display:none !important; }
.account-shortcuts { display:flex; flex-wrap:wrap; gap:10px; margin:14px 0; }
.account-shortcuts button { min-height:42px; }
@media (min-width:751px) {
  .topbar { gap:12px; }
  .toplinks { gap:12px; }
  .head-actions { gap:10px; margin-left:auto; white-space:nowrap; }
  .head-actions #account-shortcut, .head-actions .inbox-nav { display:inline-flex !important; align-items:center; }
  .head-actions > [data-go="favoritos"], .head-actions > [data-go="misavisos"] { display:none; }
}
@media (min-width:751px) and (max-width:1180px) {
  .toplinks .navbtn:nth-child(n+4) { display:none; }
  .topbar .brand { font-size:28px; }
  .head-actions .header-action { font-size:12px; }
  .head-actions .btn { padding:10px 13px; }
}
@media (max-width:750px) {
  .head-actions .inbox-nav, .head-actions #account-shortcut { display:none !important; }
  .bottom-nav .inbox-nav { position:relative; }
  .bottom-nav .inbox-badge { position:absolute; top:0; right:0; }
  #borradores .wrap { width:min(calc(100% - 26px),660px); }
  #draft-list .thread-row { padding:12px 9px; }
  #draft-list .thread-summary strong { font-size:14px; }
  #draft-list .thread-preview { font-size:12px; }
}
