/* v2.4.3: visible release marker for deployment verification. */
body main .pilot {
  position: relative;
}

body main .website-version {
  position: absolute;
  right: max(24px, calc((100% - var(--max)) / 2));
  bottom: 18px;
  color: #7893a2;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body main .website-version {
    right: 24px;
    bottom: 12px;
  }
}
