/* Helix · panel v5 · siguiente paso (plan docs/plans/panel-v5-siguiente-paso): solo lo propio de la tarjeta de
   seguimiento. La entrada y la tarjeta reutilizan las de la sugerencia (.hx5-sugerir / .hx5-agent, en
   helix-v5-bandeja.css, helix-v5-movil-shell.css y helix-v5-base.css). Marca propia: .hx5sig. */
html.hx-v5 .hx5-agent.hx5sig .hx5-sig-nota { display: block; margin-top: 6px; font-size: 12px; line-height: 1.35; color: var(--v5-t3); }
html.hx-v5 .hx5-agent.hx5sig .hx5-sig-edit { display: block; box-sizing: border-box; width: 100%; min-height: 66px; margin: 3px 0 0; padding: 9px 11px;
  border: 0; border-radius: 14px; resize: vertical; font: inherit; font-size: 14.5px; line-height: 1.42; color: var(--v5-t1);
  background: color-mix(in srgb, var(--v5-t1) 6%, transparent); box-shadow: inset 0 0 0 .5px var(--v5-edge); outline: none; }
html.hx-v5 .hx5-agent.hx5sig .hx5-sig-edit:focus-visible { box-shadow: inset 0 0 0 1.5px var(--v5-acc); }
html.hx-v5 .hx5-agent.hx5sig .hx5-btn-a:disabled { opacity: .6; cursor: default; }
/* La línea de la entrada lleva la hora: nunca se corta con «…» (a 1024 px se comía la hora). Hasta 2 líneas, también en escritorio. */
html.hx-v5 .hx5-sugerir.hx5sig .hx5-sug-t span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  white-space: normal; line-height: 1.25; }
@media (min-width: 1024px) {
  html.hx-v5 .helix-app #helix-detail-panel .helix-lead-detail.hx5-con-sig .helix-lead-detail-chat { padding-bottom: 62px; }
}
@media (max-width: 1023.98px) {
  html.hx-v5 #helix-content .helix-lead-detail.hx5-con-sig .helix-lead-detail-chat { padding-bottom: 54px; }
  html.hx-v5 #helix-content .hx5-agent.hx5sig .hx5-sig-edit { font-size: 16px; }   /* 16 px: iOS no amplía al enfocar */
}
