.portfolio-demo-bar {
  box-sizing: border-box;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 22px;
  background: #fef3c7;
  border-bottom: 1px solid #f59e0b;
  color: #78350f;
  font: 500 12px/1.35 system-ui, -apple-system, "Segoe UI", sans-serif;
  position: relative;
  z-index: 10000;
}

.portfolio-demo-bar--fixed {
  position: fixed;
  inset: 0 0 auto;
}

.portfolio-demo-bar strong {
  color: inherit;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.portfolio-demo-bar > span:first-child {
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.portfolio-demo-bar span {
  font-weight: 400;
}

.portfolio-demo-bar > * {
  color: inherit !important;
}

.portfolio-demo-bar a {
  margin-left: auto;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 0;
}

.portfolio-demo-bar a::after {
  content: "Tilbage til portfolio";
  font-size: 12px;
}

@media (max-width: 680px) {
  .portfolio-demo-bar {
    justify-content: space-between;
    gap: 8px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .portfolio-demo-bar span {
    display: none;
  }

  .portfolio-demo-bar a::after {
    font-size: 11px;
  }
}
