.stt-tree { list-style: none; margin: 0; padding: 0; }
.stt-tree li { margin: 0; padding: 2px 0; line-height: 1.35; }

/* Ensure nested lists are visibly indented even when themes reset list padding */
.stt-tree > li { list-style: none; }
.stt-tree ul { list-style: disc outside !important; margin: 0 0 0 18px !important; padding-left: 0 !important; }
.stt-tree ul > li { margin: 0; padding: 2px 0; }

.stt-children { margin-left: 18px; display: block; }
.stt-title { margin: 0 0 8px; font-size: 1.05em; }
.stt-count { color: #666; font-size: 0.9em; }

/* Link appearance: underline and darker blue for production themes that override defaults */
.stt-tree a {
	text-decoration: underline !important;
	color: #0b58a6 !important; /* darker blue */
	font-size: 14px !important; /* consistent size */
}
.stt-tree a:hover {
	color: #083d73 !important;
}
