:root {
  --color-brand: #A80000; /* Example: A deep Missouri red */
  --color-accent: #A80000;
}
/* Hide the "Trending" section if you want a quieter, less 'busy' sidebar */
.getting-started__trends, .trends-container {
  display: none !important;
}

/* Subtle separator lines between posts for better scannability */
.status {
  border-bottom: 1px solid #333333 !important;
}
.getting-started__wrapper {
  background-image: none !important; /* Remove the legacy mascot */
}

.getting-started__wrapper::after {
  content: "ShowMeKink [v1.0]";
  display: block;
  font-family: monospace;
  color: #A80000;
  text-align: center;
  margin-top: 20px;
}

