/* CIOne 6.3.0 — contexto e navegação persistentes. */
.fx-ti-app.cione-app .cione-page-context { position: relative; }
.fx-ti-app.cione-app .cione-context-chip { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fx-ti-app.cione-app .cione-breadcrumbs { display:flex; flex-wrap:wrap; gap:6px; align-items:center; margin:0 0 12px; color:var(--cione-muted,#667085); font-size:.82rem; }
.fx-ti-app.cione-app .cione-breadcrumbs a { color:inherit; text-decoration:none; }
.fx-ti-app.cione-app .cione-breadcrumbs a:hover { color:var(--cione-primary,#1f4f7a); text-decoration:underline; }
