{"version":3,"file":"Breadcrumbs.module.cjs","names":[],"sources":["../../../src/components/Breadcrumbs/Breadcrumbs.module.css"],"sourcesContent":[".nav {\n    display: flex;\n    align-items: center;\n    gap: var(--tempest-space-1);\n    font-family: var(--tempest-font-sans);\n    font-size: var(--tempest-text-sm);\n    color: var(--tempest-text-muted);\n    flex-wrap: wrap;\n}\n\n.item {\n    display: inline-flex;\n    align-items: center;\n    gap: var(--tempest-space-1);\n}\n\n.link {\n    color: var(--tempest-text-muted);\n    text-decoration: none;\n    padding: 2px 6px;\n    border-radius: var(--tempest-radius-sm);\n    transition: var(--tempest-transition-color);\n}\n\n@media (hover: hover) and (pointer: fine) {\n    .link:hover {\n        color: var(--tempest-text);\n        background-color: var(--tempest-surface);\n    }\n}\n\n.link:focus-visible {\n    outline: var(--tempest-focus-ring-width) solid var(--tempest-focus-ring-color);\n    outline-offset: var(--tempest-focus-ring-offset);\n}\n\n.current {\n    color: var(--tempest-text);\n    font-weight: var(--tempest-weight-semibold);\n}\n\n.separator {\n    color: var(--tempest-text-subtle);\n    margin: 0 2px;\n    user-select: none;\n}\n"],"mappings":";"}