/*
 Theme Name: Hello Biz Child
 Theme URI: https://example.com/hello-biz-child
 Description: Thème enfant de Hello Biz avec fil d'Ariane.
 Author: Minucci Tech
 Template: hello-biz
 Version: 1.0.0
 Text Domain: hello-biz-child
*/

/* Hérite de la typo/layout parent puis styles du fil d'Ariane */
.hbc-breadcrumbs {
  font-size: 16px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
  color: #6b7280; /* gris neutre, peut être ajusté */
}
.hbc-breadcrumbs a { text-decoration: none; }
.hbc-breadcrumbs a:hover { text-decoration: underline; }
.hbc-sep { opacity:.6; }
