.creator-credit {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  padding: 10px 14px;
  border: 1px solid rgba(216, 172, 85, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.creator-credit img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  object-fit: cover;
  border: 1px solid rgba(216, 172, 85, 0.58);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.creator-credit > span,
.creator-credit strong,
.creator-credit small {
  display: block;
}

.creator-credit strong {
  color: #d8ac55;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
}

.creator-credit small {
  margin-top: 4px;
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .creator-credit {
    width: 100%;
    max-width: 460px;
  }
}
