@charset "utf-8";

@import "../initial";

.widget-breadcrumb {
  &.widget1 {
    li {
      a {
        font-size: 0.8125rem;
      }

      &:last-child {
        a {
          color: $theme-gray-dark;
          pointer-events: none;
        }
      }
    }
  }
}