/*
 * Base structural styles for the breadcrumb widget.
 * Replicated verbatim from ElementsKit Pro's widget-styles-pro.css so that the
 * 252 existing "elementskit-breadcrumb" instances render identically after Pro
 * is removed. Per-instance colours/spacing continue to come from Elementor's
 * generated CSS (the widget's style controls are preserved 1:1).
 */
.ekit-breadcrumb{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:red}
.ekit-breadcrumb>li{float:left;color:#00f;font:optional;-webkit-transition:all .2s linear;transition:all .2s linear;padding-right:5px}
.ekit-breadcrumb>li a{-webkit-transition:inherit;transition:inherit}
.ekit-breadcrumb>li i,.ekit-wid-con .ekit-breadcrumb>li svg{width:1em;height:1em;position:relative;display:block;-webkit-transition:all .2s linear;transition:all .2s linear}
.ekit-breadcrumb .ekit_breadcrumbs_start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
