.region-breadcrumb {
/* IE8 does not support :not() and :last-child. */

  .block-system-breadcrumb-block {
    .breadcrumb {
      @apply
      pb-2;

      ol {
        @apply
        flex
        justify-start
        m-0
        text-xs;

        li {
          @apply
          before:content-[url('../../images/icons/custom/angle-right--black--small.svg')]
          first:before:content-none
          /*nth-2:before:content-none*/
          flex
          items-center
          list-none
          m-0
          before:mt-1
          p-0
          before:self-center
          self-center;

          a {
            @apply
            py-4;
          }
        }
      }
    }
    [dir='rtl'] .breadcrumb ol {
      /* This is required to win over specificity of [dir="rtl"] ol */
      @apply
      mr-0;
    }
  }
}




/* .path-node.page-node-type-visual-content { */
/*   .dialog-off-canvas-main-canvas { */
/*     .main-layout-wrapper { */
/*       .region-breadcrumb { */
/*         .breadcrumb { */
/*           ol { */
/*             li { */
/*               @apply */
/*               before:content-[url('../../images/icons/custom/angle-right--black--small.svg')] */
/*               first:before:content-none */
/*               nth-2:before:content-none */
/*             } */
/*           } */
/*         } */
/*       } */
/*     } */
/*   } */
/* } */
