/* Only Videography loads these collection rules; the shared globe is unchanged. */
.destination-globe__collections {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 516px;
  margin: 10px auto 0;
  padding-top: 0;
}
.destination-globe__collection-kind {
  color: #a0a5a5;
  font: 9px/1.5 var(--font-body);
  letter-spacing: .13em;
  text-transform: uppercase;
}
