/* Hide default MkDocs footer branding */
.md-footer-meta .md-copyright { display: none !important; }
.md-footer-meta .md-social { display: none !important; }

/* Custom Array Corp footer — single line */
.array-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  font-size: 0.8rem;
  color: var(--md-footer-fg-color--light);
}

.array-footer-copyright {
  color: var(--md-footer-fg-color--light);
  font-size: 0.8rem;
}

.array-footer-links a {
  color: var(--md-footer-fg-color--light);
  text-decoration: none;
  margin-left: 1.5rem;
  transition: color 0.2s ease;
}

.array-footer-links a:hover {
  color: var(--color-blue-300);
  text-decoration: underline;
}

.array-footer-links a + a {
  border-left: 1px solid var(--md-footer-fg-color--lighter);
  padding-left: 1.5rem;
}
