/* ------------------------------------------------ */
/*  Disease Pages: Bacterial, Viral, etc. Styles    */
/* ------------------------------------------------ */

.anchor-list {
	margin-bottom: 2rem;
	padding-left: 1rem;
}

.anchor-list li {
	margin-bottom: 0.5rem;
}

.back-to-top {
	margin-top: 0.5rem;
	font-size: clamp(0.875rem, 1vw, 1rem);
}

details summary {
	font-weight: bold;
	margin-top: 1.5rem;
	cursor: pointer;
	font-size: clamp(1rem, 1.25vw + 0.5rem, 1.1rem);
	color: #5a420d;
}

details summary::marker {
	color: #D4A017;
	font-size: 1.2em;
}

details[open] summary {
	color: #D4A017;
}