/*
 * TS Category Extend — Frontend Styles
 * Enqueued only on category archives that have explainer content.
 * Intentionally minimal: themes should own layout; this just prevents overflow.
 */

.ts-cat-explainer {
	margin-block: 1.5em;
	line-height: 1.75;
}

/* Prevent double-margin at the bottom of the last child. */
.ts-cat-explainer > *:last-child {
	margin-bottom: 0;
}

/* Prevent wide images from breaking layout. */
.ts-cat-explainer img {
	max-width: 100%;
	height: auto;
}
