/* Frontend styles */
.bth-breadcrumbs { font-size: 14px; line-height: 1.6; }
.bth-bc__list { list-style: none; margin: 0; padding: 0; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.bth-bc__item { color: #6b7280; display: inline-flex; align-items: center; gap: 10px; }
.bth-bc__item .bth-bc__link { color: #4b2b69; text-decoration: underline; text-underline-offset: 2px; }
.bth-bc__item .bth-bc__link:hover { color: #2f1b45; }
.bth-bc__sep { color: #b0b4bb; }
.bth-bc__item--current .bth-bc__current { color: #2a3f6c; font-weight: 600; text-decoration: none; }