@charset "UTF-8";
.breadcrumb {
  background-color: #efefef;
  padding: 5px 10px;
  padding-bottom: 0; }
  .breadcrumb ul {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 10px 0;
    font-size: 0.8rem; }
  .breadcrumb li::after {
    content: "›";
    margin-left: 8px; }
  .breadcrumb li:last-child::after {
    content: ""; }
  .breadcrumb a {
    text-decoration: none;
    color: #111; }
  .breadcrumb .active {
    color: #555;
    font-weight: 500; }

/*# sourceMappingURL=breadcrumbs.css.map */
