@charset "UTF-8";
/* line 1, app/assets/stylesheets/application/breadcrumbs.sass */
#title:has(+ .breadcrumbs) {
  margin-bottom: .125em;
}

/* line 4, app/assets/stylesheets/application/breadcrumbs.sass */
.breadcrumbs {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-block: .5em;
  font-size: .85em;
}

/* line 11, app/assets/stylesheets/application/breadcrumbs.sass */
.breadcrumbs li {
  display: flex;
}

/* line 15, app/assets/stylesheets/application/breadcrumbs.sass */
.breadcrumbs li:not(:first-child)::before {
  margin-inline: .35em;
  content: "→";
}

/* line 19, app/assets/stylesheets/application/breadcrumbs.sass */
.breadcrumbs li[data-relation-to-prev=sibling]:not(:first-child)::before {
  content: "+";
}

/* line 22, app/assets/stylesheets/application/breadcrumbs.sass */
.breadcrumbs li[data-relation-to-prev=menu]:not(:first-child)::before {
  content: "-";
}
