.ipsBreadcrumb {
 /* background-color:var(--box--backgroundColor);; */
 /*box-shadow: var(--box--boxShadow);
 border-radius: var(--box--radius);*/

}
.ipsBreadcrumb [data-role="breadcrumbList"] > li:not(:first-child):last-child {
  color: rgb( var(--theme-link) );
}

.ipsBreadcrumb_top {
 margin-top:5px ;
  border-bottom: 1px solid rgba( var(--theme-area_background_dark), 0.1 );
}

.ipsBreadcrumb_bottom {
 margin-top:5px ;
  border-top: 1px solid rgba( var(--theme-area_background_dark), 0.1 );
}

.ipsBreadcrumb li {
 background-color:var(--box--backgroundColor);; 
  padding:10px;
  height:auto!important;
  border-radius: var(--box--radius);
  
  
}
