
.attribution-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #ffffff;
}

.attribution-name {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}



.attribution-socials {
  display: flex;
  gap: 6px;
}

.attribution-social-btn {
  position: relative;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attribution-social-btn img {
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0.7;
  transition: opacity 0.15s;
}

.attribution-social-btn:hover img {
  opacity: 1;
}

/* ── "Contribute" prompt below galleries ─────────────────────────────── */

.gallery-contribute-line {
  font-size: 0.66rem;
  font-style: italic;
  color: var(--text-secondary);
  text-align: left;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .gallery-contribute-line {
    font-size: 0.58rem;
  }
}


.gallery-contribute-line a {
  color: var(--accent);
  text-decoration: underline;
}


.attribution-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.attribution-description {
  font-size: 0.68rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}


.attribution-description {
  display: block;
  width: 100%;
}