/* V8-PUB9B — Audience path hierarchy regression fix.
   Keep the route label, title and description on intentional stacked rows. */
.pub8-path-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.55rem;
  min-width:0;
}
.pub8-path-copy small,
.pub8-path-copy strong{
  display:block;
  width:100%;
}
.pub8-path-copy strong{
  font-size:1.25rem;
  line-height:1.12;
  letter-spacing:-.018em;
  overflow-wrap:anywhere;
}
.pub8-path .pub8-path-copy p{
  margin:0;
}
