/* ===== Table of Contents Box ===== */

.toc-box {
  background-color: #f8f8f8;            /* light neutral background */
  border-left: 4px solid #005a9c;       /* SRJC blue accent */
  padding: 1em 1.25em;
  margin: 1.5em 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.toc-box h2 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #002855;                       /* SRJC deep blue */
  margin-top: 0;
  margin-bottom: 0.5em;
}

.toc-box ul {
  list-style-type: none;                /* remove default bullets */
  margin: 0;
  padding-left: 0;
}

.toc-box li {
  margin-bottom: 0.3em;
}

.toc-box a {
  color: #005a9c;                       /* link blue consistent with SRJC palette */
  text-decoration: none;
}

.toc-box a:hover,
.toc-box a:focus {
  text-decoration: underline;
  color: #003f7a;                       /* slightly darker blue for hover/focus */
}

/* Optional: make nested sections indented if desired */
.toc-box ul ul {
  padding-left: 1em;
  border-left: 2px solid #ddd;
  margin-top: 0.3em;
}
