/* =========================================================
   SHARED BREADCRUMBS
   ========================================================= */

.sm-breadcrumbs {
  margin: 0 0 18px 0;
  font-size: 0.92rem;
  color: #5a6b82;
  line-height: 1.4;
}

.sm-breadcrumbs a {
  color: #1a4a85;
  text-decoration: none;
  font-weight: 700;
}

.sm-breadcrumbs a:hover {
  text-decoration: underline;
}

.sm-breadcrumbs__sep {
  margin: 0 8px;
  color: #9aa8bb;
}

.sm-breadcrumbs__back {
  margin-right: 14px;
  position: relative;
  top: 1px;
}

.arrow-before::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  vertical-align: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231c4577' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12H5'/%3E%3Cpath d='M11 6l-6 6 6 6'/%3E%3C/svg%3E");
}