/* Route ownership marker only. Legacy Sigma owns visual values during V2 parity. */
.catlo-route-item-detail{--catlo-item-detail-route-version:2}
.catlo-route-item-detail [data-catlo-fit-single-line] {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: nowrap;
  -webkit-line-clamp: unset;
