#article-preview {
	background-color: #e4e2e2;
	width: 60em;
	max-height: 40vh;
	max-width: 100%;
	overflow-y: auto;
	padding: 1em;
	box-sizing: border-box;
	
	margin-top: 0.5em;
	margin-bottom: 1px;
	border-radius: 10px;
	scrollbar-width: thin;
	scrollbar-color: #888888 transparent;
}

#article-preview::-webkit-scrollbar-track {
	background: transparent; 
}

#article-preview * {
	margin: 0;
	padding: 0;
}

#article-preview ul {
	list-style-type: none;
	clear: both;
}

#article-preview ul li:not(:has(label)) {
	list-style-type: disc;
	margin-left: 1em;
}

#article-preview ul label,
#article-preview .sec b {
	float: left;
	margin-right: 0.5ch;
}

.mobile #article-preview {
	width: 40em;
}

.subspecialty-container.desktop #article-preview {
	max-width: none;
	width: auto;
	margin-bottom: 0.5em;
}

#video-popup-content #article-preview {
	width: auto;
	max-width: none;
	font-size: 0.8em;
}



/* todo animate height in css? */
