.location-breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: left;
  height: 100%;
  width: 100%;
  padding-top: 20px;
}

.location-breadcrumbs a {
  font-weight: 500;
  margin-right: 10px;
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 500;
}

.location-breadcrumbs a:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #9D9D9D;
}

.location-breadcrumbs a:last-child {
  color: #970038;
  font-weight: 700;
}

.location-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}