/** HEADINGS **/
/** LABELS **/
/** SPANS **/
/** PARAGRAPHS **/
/** TODO: CODE/CONSOLE **/
@property --rotation {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotate-border {
  to {
    --rotation: 360deg;
  }
}
/**
* Design Tokens - Auto-generated by Style Dictionary
* Do not edit manually - run `pnpm tokens:build` to regenerate
*/
kv-dropdown-base:not(.hydrated) > [slot=list] {
  display: none;
}

.breadcrumb-item {
  user-select: none;
}
.breadcrumb-item--active kv-link,
.breadcrumb-item--active ::slotted(*) {
  --kv-link-pointer-events: none;
  --kv-link-cursor: default;
  --kv-link-font-weight: 600;
}