.tandt-am-module {
	display: flex;
	gap: 1.25rem;
	padding: 1.25rem 0;
	border-bottom: 1px solid var(--tandt-border, #E2E8F0);
}
.tandt-am-module:last-child { border-bottom: none; }
.tandt-am-module-number {
	flex-shrink: 0;
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--tandt-navy, #0F172A);
	color: #fff;
	display: flex; align-items: center; justify-content: center;
	font-weight: 700;
	font-family: var(--tandt-font-heading, serif);
}
.tandt-am-module-body h3 { margin-bottom: 0.35rem; }
.tandt-am-module-meta {
	display: flex; flex-wrap: wrap; gap: 1rem;
	font-size: 0.85rem;
	color: var(--tandt-text-muted, #64748B);
	margin-bottom: 0.5rem;
}
.tandt-am-module-meta span { display: inline-flex; align-items: center; gap: 0.3rem; }
.tandt-am-none {
	background: var(--tandt-light-bg, #F8FAFC);
	padding: 1.5rem;
	border-radius: var(--tandt-radius-md, 8px);
	text-align: center;
}
