/*
 * Yoast breadcrumb unifié avec le thème Bimber
 * Réplique le rendu natif .g1-breadcrumbs (cf. themes/bimber/.../styles.css)
 */

.yoast-breadcrumb.breadcrumb {
    margin: 10px 0 0;
    /*
	padding-left: 15px;
	padding-right: 15px;
    */
    font-size: 0.85em;
    line-height: 1.4;
    color: inherit;
    opacity: 0.85;
}

.yoast-breadcrumb.breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.yoast-breadcrumb.breadcrumb a:hover,
.yoast-breadcrumb.breadcrumb a:focus {
    text-decoration: underline;
}

/* Séparateur Yoast (» par défaut) — espacement aéré comme Bimber (.666em) */
.yoast-breadcrumb.breadcrumb > span > span {
    display: inline-block;
    margin-right: 0.333em;
    vertical-align: top;
}

.yoast-breadcrumb.breadcrumb > span > span + span {
    margin-left: 0.333em;
}

/* Wrapper colonne — aligne sur la grille .g1-row de Bimber */
.pxn-yoast-breadcrumb-row {
    margin-bottom: 10px;
}
