/**
 * Regulated Industries listing page styles.
 * Path: /regulated-industries (regulated_industries view).
 *
 * The component visuals (.al-hero, .bx-*, .role-*, .al-role-card) are reused
 * from organizationlist.css (loaded alongside this file via the industrylist
 * library). This file only carries the page-body overrides, which in
 * organizationlist.css are scoped to .path-organizations and therefore do not
 * apply on /regulated-industries (body class .path-regulated-industries).
 */

/* ==========================================================================
   Page body overrides (mirror of .path-organizations in organizationlist.css)
   ========================================================================== */
.path-regulated-industries .dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
}
.path-regulated-industries main[role="main"] {
  flex: 1 0 auto;
}
.path-regulated-industries #main-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
  overflow-x: clip;
}
.path-regulated-industries .highlighted {
  display: none;
}
.path-regulated-industries .main-content {
  margin-top: -8px !important;
  padding-top: 0 !important;
}
.path-regulated-industries .row {
  --bs-gutter-y: 0;
}
