/* Frame 48098639 — Figma node 4020:305 (1440 x 222.405)
   Dark band with the Clay credential. The frame carried the laurel lockup and
   "Elected the best Clay Club in the world"; both were replaced by the plain
   Clay logo and "Certified Solutions Provider", so the single lockup is
   centred rather than pinned to the frame's coordinates. The band keeps its
   222.405px height. */

.clay-band {
  height: 222.405px;
  background: var(--obsidian);
  box-shadow: inset 0 -2px 0 var(--obsidian);
  display: flex;
  align-items: center;
  justify-content: center;
}

.clay-band__cred { display: flex; align-items: center; gap: 32px; }

/* The lockup from the badge with the laurels cropped off, at the scale the
   wordmark had inside it. */
.clay-band__logo { width: 189px; height: 59.9px; }

/* 299px was the Figma text box, sized for the two-line Clay Club claim. With
   one credential the line sits on its own and the lockup centres as a unit. */
.clay-band__claim {
  margin: 0;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
  color: var(--white);
  transform: translateY(var(--figma-baseline-shift));
}
