.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding: 8px 0;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb a {
  text-decoration: none;
  color: #595959;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb .current {
  color: #000;
  font-weight: 600;
}

/* Godkendt annonce til højre */
.breadcrumb .approved {
  margin-left: auto;   /* skubber til højre */
  color: green;
  font-weight: bold;
}
