/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/* =================================================
=                 Region Breadcrumb                =
================================================= */
@layer sdc {
  .region-breadcrumb {
    display: none;
    border-block-end: solid 1px var(--color-grey-three);
  }
  .region-breadcrumb__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  @media (min-width: 64em) {
    .region-breadcrumb {
      display: block;
    }
  }
}
