/* ==========================================================
   BWS Framework v0.8.3 - Breadcrumbs
========================================================== */

.bws-breadcrumbs {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,.75);
}

.bws-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.bws-breadcrumbs a:hover {
  color: #f28c28;
}

.bws-breadcrumbs span,
.bws-breadcrumbs .separator {
  color: rgba(255,255,255,.45);
  margin: 0 8px;
}

@media (max-width: 768px) {
  .bws-breadcrumbs {
    font-size: 13px;
  }

  .bws-breadcrumbs__inner {
    min-height: 46px;
    gap: 8px;
  }
}
