/* --- Custom Wiki Footer --- */
.wiki-footer {
  margin-top: 50px;
  border-top: 1px solid #e1e4e8;
  padding-top: 20px;
}

/* Terminal Joke Styling */
.terminal-banner {
  background-color: #1e1e1e; /* Dark terminal background */
  color: #cccccc;
  font-family: "Courier New", Courier, monospace;
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 0.9em;
}

.terminal-banner .prompt {
  color: #4af626; /* Hacker green for the root prompt */
  font-weight: bold;
}

.terminal-banner .cmd {
  background-color: #333333;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fce566; /* Yellow to make the Vim command pop */
}

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

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

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