.studio-credit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 8px 0 24px;
  color: #6b5647;
  font: 12px/1.5 'DM Sans', Arial, sans-serif;
  letter-spacing: .15px;
}
.studio-credit img {
  display: block;
  flex: 0 0 auto;
  width: 145px;
  height: auto;
}
@media (max-width: 600px) {
  .studio-credit { justify-content: center; gap: 12px; font-size: 11px; }
  .studio-credit span { max-width: 150px; }
  .studio-credit img { width: 120px; }
}
