/**
 * Compatibility additions required because these two source classes
 * have no native selector in the supplied Tuidanam v2.0 CSS.
 */
.tdn-doc-reading-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 10px;
	margin: 0 0 24px;
	color: var(--tdn-muted, #66706a);
	font-size: 14px;
	line-height: 1.5;
}

.tdn-toc-toggle {
	cursor: pointer;
}


.tdn-doc-video {
	position: relative;
	display: block;
	width: 100%;
}

/**
 * Observed authoring modifiers not declared in the supplied LANO or TDN CSS.
 * Production translator gives them explicit TDN semantics instead of leaving
 * foreign namespace tokens in published markup.
 */
.tdn-doc-split-top {
	align-items: start;
}

.tdn-doc-split-balanced {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 820px) {
	.tdn-doc-split-balanced {
		grid-template-columns: 1fr;
	}
}
