/* ==========================================================================
   Global styling for the table of contents
   ========================================================================== */
   
   
/* equalize title height with the main body on the right */

.toc-title {
	padding-top: 8px;
}

.toc-title,
span[id^="toc"] + h2,
span[id^="toc"] + h3 {
	border-bottom: 6px solid #000;
}

/* typography for h3 */

span[id^="toc"] + h3 {
		color: #000;
		font-family: "Stratum2Web", serif;
    font-weight: 600;
    font-size: 2.25rem;
    padding-top: 6px;
}

/** secondary items **/

.toc-h2 {
	margin-left: 0;
	border-bottom: 1px solid #8E9089;
}

/** text shadow used so bold does not drop it to a second line **/

.toc-js a {
  text-decoration: none;
  padding: .6rem .4rem;
  transition: background-color 0.4s ease;
  display: block;
}

.toc-js ul {
	list-style-type: none;
}

.toc-js ul li {
	padding-inline: 0; 
	padding-block: .8rem;
}

/** text shadow used so bold does not drop it to a second line **/

.toc-js ul li.toc-active a {
		color: #000;
		background: rgba(198, 218, 231, 0.3);
}

.toc-js ul li.toc-active,
.toc-js a:active:not(.button, #osu-logo-wide, #osu-logo-crest) {
	background-color: transparent;
	color: #000;
}

