.catalog-message {
  margin: 0 0 92px;
  padding: 22px;
  border: 1px solid rgba(255, 157, 143, 0.28);
  border-radius: 18px;
  color: #ffb8ad;
  background: rgba(255, 157, 143, 0.06);
}

.ai-venture::before {
  background: #ff9d66;
}

.games::before {
  background: #ffcf5c;
}

.ai-venture .icon {
  background: #ff9d66;
}

.games .icon {
  background: #ffcf5c;
}

.card.owner-only {
  border-color: rgba(184, 255, 92, 0.34);
}

.card.owner-only::after {
  content: "ÄGARÅTKOMST";
  position: absolute;
  top: 28px;
  right: 58px;
  border: 1px solid rgba(184, 255, 92, 0.3);
  border-radius: 999px;
  padding: 5px 8px;
  color: #d8ff9d;
  background: #10140d;
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}
