
.md-content {
  background: #1e1e1e;
  padding: 2rem;
  border: 2px solid #ff8000;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 128, 0, 0.3);
  max-width: 960px;
  margin: auto;
}

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
  color: #ffa500;
}

.md-typeset a {
  color: #ffb84d;
}


/* Style for sidebar navigation */
.md-sidebar--primary {
  background: #1a1a1a;
  border-right: 2px solid #ff8000;
  box-shadow: 0 0 10px rgba(255, 128, 0, 0.3);
}

/* Improve sidebar spacing and grouping visuals */
.md-nav__title,
.md-nav__item {
  padding-left: 0.5rem;
}

.md-nav__link {
  padding: 0.4rem 1rem;
  border-radius: 6px;
}

.md-nav__link:hover {
  background-color: rgba(255, 128, 0, 0.1);
}


/* Final styled sidebar block */
.md-sidebar--primary {
  background: #1a1a1a;
  border-right: 2px solid #ff8000;
  border-radius: 10px 0 0 10px;
  margin: 1rem 0 1rem 0.5rem;
  padding: 1rem 0;
  box-shadow: 0 0 15px rgba(255, 128, 0, 0.25);
}

/* Smooth section labels and spacing */
.md-nav__title {
  font-weight: bold;
  padding: 0.75rem 1rem 0.25rem;
  color: #ffae42;
}

.md-nav__link {
  transition: background-color 0.2s ease;
}

.md-nav__link--active {
  background-color: rgba(255, 128, 0, 0.15);
  border-left: 4px solid #ff8000;
  border-radius: 6px;
}


/* Make content container stretch full vertical height and have a fixed border */
.md-content {
  background: #1e1e1e;
  padding: 2rem;
  border: 2px solid #ff8000;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 128, 0, 0.3);
  max-width: 960px;
  margin: 2rem auto;
  min-height: calc(100vh - 6rem);
}

/* Improve scroll behavior and remove footer overlap */
.md-main {
  padding-bottom: 2rem;
}

/* Table style matching Titan layout */
.md-typeset table {
  border-collapse: collapse;
  width: 100%;
  background-color: #111;
  color: #fff;
  margin-top: 1rem;
  box-shadow: 0 0 10px rgba(255,128,0,0.15);
}

.md-typeset th {
  background-color: #333;
  color: #ff9933;
  font-weight: bold;
  padding: 0.75rem;
  border: 1px solid #222;
  text-align: center;
}

.md-typeset td {
  padding: 0.6rem;
  border: 1px solid #333;
  text-align: left;
}


/* Full vertical sidebar panel with logo */
.md-sidebar--primary {
  background: #1a1a1a;
  border-right: 2px solid #ff8000;
  box-shadow: 0 0 15px rgba(255, 128, 0, 0.3);
  border-radius: 0 12px 12px 0;
  padding-top: 1rem;
  position: relative;
}

/* NoxusMu logo at the top */
.noxus-logo {
  display: block;
  margin: 0 auto 1rem;
  width: 160px;
  height: auto;
}


/* Full background block for the entire sidebar content area */
.md-sidebar--primary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  background: #1a1a1a;
  border-right: 2px solid #ff8000;
  box-shadow: inset 0 0 30px rgba(255, 128, 0, 0.2);
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-radius: 0 16px 16px 0;
}
