.docs-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #020617;
  color: #94a3b8;
}

.docs-site-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 2rem;
}

@media (min-width: 640px) {
  .docs-site-footer__inner {
    padding: 2.75rem 1.5rem 2.25rem;
  }
}

.docs-site-footer__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .docs-site-footer__grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
}

.docs-site-footer__brand a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.docs-site-footer__brand a:hover {
  color: #e2e8f0;
}

.docs-site-footer__tagline {
  margin: 0.5rem 0 0;
  max-width: 22rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #94a3b8;
}

.docs-site-footer__heading {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.docs-site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.docs-site-footer__links a {
  font-size: 0.875rem;
  color: #94a3b8;
  text-decoration: none;
}

.docs-site-footer__links a:hover {
  color: #fff;
}

.docs-site-footer__bottom {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.8125rem;
  color: #64748b;
}

@media (min-width: 640px) {
  .docs-site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.docs-site-footer__version {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  color: #64748b;
}

.docs-site-footer__version span {
  color: #94a3b8;
}

.docs-site-footer .hidden {
  display: none;
}
