/* FE/v13/v13-legacy-compat.css
 * v13.1 CSS Version Isolation compatibility layer.
 *
 * This file exists because FE/v13 still reuses selected legacy class names in HTML/components.
 * v13 runtime must not load FE/v12 or earlier CSS. Temporary legacy selectors that are still
 * needed for v13 display belong here with origin comments, then should be reduced in later v13.x.
 */

/* legacy compat: root v4/v6/v7/v8/v9/v10/v11 components rendered inside v13 AppShell. */
.v4-screen,
.v6-request-list-screen,
.v6-request-detail-screen,
.v7-screen,
.v8-workspace-screen,
.v9-workspace-consultation-screen,
.v11-poc-screen {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

/* legacy compat: v12 relationship components used in v13 right panel. */
.v12-origin-card,
.v12-consultation-relationships,
.v12-relationship-grid,
.v12-relationship-column,
.v12-related-list,
.v12-related-card,
.v12-related-card__button,
.v12-link-button,
.v12-relationship-action,
.v12-workspace-affiliation {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

/* legacy compat: legacy action menus reused by v13 cards and detail headers. */
.v4-action-menu-container,
.v4-action-menu,
.v4-action-menu__item,
.v4-action-menu-button {
  box-sizing: border-box;
  max-width: 100%;
}
