{"version":3,"file":"Breadcrumbs.module.mjs","names":[],"sources":["../../../src/components/Breadcrumbs/Breadcrumbs.module.css"],"sourcesContent":[".root {\n  display: flex;\n  align-items: center;\n  flex-wrap: wrap;\n}\n\n.breadcrumb {\n  line-height: 1;\n  white-space: nowrap;\n  -webkit-tap-highlight-color: transparent;\n}\n\n.separator {\n  margin-inline: var(--bc-separator-margin, var(--mantine-spacing-xs));\n  line-height: 1;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  @mixin where-light {\n    color: var(--mantine-color-gray-7);\n  }\n\n  @mixin where-dark {\n    color: var(--mantine-color-dark-2);\n  }\n}\n"],"mappings":""}