/* Shared creator signature for the Delaware Garage Goods footer. */
footer {
  flex-wrap: wrap;
}

footer > img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

footer > small {
  margin-left: auto;
}

.creator-credit {
  flex: 0 0 100%;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: 5px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.creator-credit > img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  object-fit: cover;
}

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

.creator-credit span small {
  margin: 0;
  color: #8f918b;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}

.creator-credit span strong {
  font: 700 11px Manrope, sans-serif;
}

.creator-credit > b {
  color: var(--gold);
  font-size: 12px;
}

.creator-credit:hover {
  color: #fff;
}

@media (max-width: 520px) {
  footer > small {
    display: none;
  }

  .creator-credit {
    margin-top: 8px;
  }
}
