/* Gallery credits are a compact closing credit, not a destination section. */
.tsf-gallery-credit {
  padding: clamp(52px, 5vw, 76px) 0;
}

.tsf-gallery-credit__inner {
  gap: clamp(24px, 2.4vw, 36px);
}

.tsf-gallery-credit h2 { margin-top: 14px; }
.tsf-gallery-credit__panel { padding: clamp(24px, 2.5vw, 34px); }
.tsf-gallery-credit__eyebrow { margin-bottom: 12px; }
.tsf-gallery-credit h3 { margin-bottom: 12px; }
.tsf-gallery-credit dl { margin-top: 20px; padding-top: 15px; }

@media (max-width: 600px) {
  .tsf-gallery-credit { padding: 44px 0; }
  .tsf-gallery-credit__inner { gap: 23px; }
}
