/* --- Custom Wiki Footer (Light Theme) --- */
.wiki-footer {
  margin-top: 50px;
  border-top: 1px solid #eaecef;
  padding-top: 20px;
}

/* Light Terminal Joke Styling */
.terminal-banner {
  background-color: #f6f8fa; /* Soft light gray background */
  color: #24292e; /* Dark text for readability */
  font-family: "Courier New", Courier, monospace;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  border: 1px solid #d1d5da; /* Crisp border instead of a heavy drop shadow */
  font-size: 0.9em;
}

.terminal-banner .prompt {
  color: #22863a; /* Darker, high-contrast green for the root prompt */
  font-weight: bold;
}

.terminal-banner .cmd {
  background-color: #e1e4e8;
  padding: 2px 5px;
  border-radius: 3px;
  color: #b31d28; /* Deep red to make the Vim command pop against the light gray */
  font-weight: bold;
}

/* Quick Links Styling */
.quick-links {
  text-align: center;
  background-color: #ffffff; /* Clean white box */
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #eaecef;
  font-size: 0.95em;
  color: #24292e;
}

/* Targeting Gollum's auto-generated link classes */
.quick-links a.internal {
  color: #0366d6; /* Classic clean blue link */
  text-decoration: none;
  font-weight: 600;
  margin: 0 8px;
  transition: color 0.2s ease;
}

.quick-links a.internal:hover {
  color: #005cc5;
  text-decoration: underline;
}
