/* A shared credit treatment for campaign cards and individual projects. */
.motion-studies__copy > .client-label,
.project-client > .client-label,
.project-template .project-case-client {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #ff5b1f);
}

.motion-studies__copy > .client-label {
  margin: 18px 0 6px;
}

.project-client > .client-label {
  margin: 0 0 6px;
}

.motion-studies__copy > .motion-studies__name {
  margin-top: 0;
}

/* Share the caption rows between adjacent cards, including wrapped names. */
@media (min-width: 981px) {
  .motion-studies__tile {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }

  .motion-studies__copy {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    justify-items: start;
    row-gap: 0;
  }

  .motion-studies__link {
    align-self: end;
  }
}
