/* Archive hero — content block "Product Archive - Hero" (#1368).

   The block lays the title and the description side by side in a flex row and
   lets BOTH shrink equally, so each gets half the row (611px of 1303px here).
   A long title then gives up its last word to a second line while the
   description sits on space it does not need.

   Let the title take the width it is configured for (its own max-width) before
   the description gets the remainder. If the block is ever rebuilt these ids
   change and the rule simply stops applying — the layout falls back to today's
   even split rather than breaking. */
.gsbp-bff81de > .title-all {
    flex-shrink: 0;
}

.gsbp-bff81de > .p-inherit {
    min-width: 0;
}
