/* Docs-specific layout — extends ram-theme.css */
@import url('ram-theme.css');

.docs-main {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
  padding-bottom: 3rem;
}

.docs-main h1 {
  margin-bottom: 1rem;
}

.docs-card h5 a {
  color: var(--ram-accent);
  text-decoration: none;
}

.docs-card h5 a:hover {
  color: var(--ram-accent-hover);
  text-decoration: underline;
}

.docs-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.docs-nav-links a {
  color: var(--ram-accent);
  font-weight: 600;
}

.docs-glass {
  padding: 2rem;
}

/* Footer links match bday/plugins */
body.docs-shell .footer-basic a {
  color: var(--ram-accent);
}

body.docs-shell .footer-basic a:hover {
  color: var(--ram-accent-hover);
}
