:root {
  --header-height: 0px;
}
@media (min-width: 992px) {
  :root body {
    --header-height: 100px;
  }
}

.yoast-breadcrumbs {
  padding: 0;
  margin-bottom: 30px;
}
.yoast-breadcrumbs a {
  text-decoration: none;
  color: var(--wp--preset--color--1);
}
.yoast-breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  gap: 5px;
}
@media (min-width: 992px) {
  .yoast-breadcrumbs > span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.yoast-breadcrumbs > span span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.yoast-breadcrumbs > span span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  pointer-events: none;
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.yoast-breadcrumbs > span span:first-child::before {
  display: none;
}
@media (max-width: 767px) {
  .yoast-breadcrumbs > span span {
    display: none;
  }
  .yoast-breadcrumbs > span span:first-child:last-child, .yoast-breadcrumbs > span span:nth-last-child(2), .yoast-breadcrumbs > span span:nth-last-child(2):first-child::before {
    display: block;
  }
  .yoast-breadcrumbs > span span:first-child:last-child, .yoast-breadcrumbs > span span:nth-last-child(2) {
    position: relative;
  }
  .yoast-breadcrumbs > span span:first-child:last-child a, .yoast-breadcrumbs > span span:nth-last-child(2) a {
    padding-left: 17px;
  }
  .yoast-breadcrumbs > span span:first-child:last-child::before, .yoast-breadcrumbs > span span:nth-last-child(2)::before {
    position: absolute;
    top: 11px;
    left: 1px;
    -webkit-transform: rotateY(-180deg) rotateZ(45deg);
            transform: rotateY(-180deg) rotateZ(45deg);
  }
}
/*# sourceMappingURL=breadcrumbs.css.map */
