/* Content Composer – Frontend-Container (falls HTML ohne eingebettete Styles eingefügt wird) */
.ccom-tldr {
	float: right; max-width: 340px; margin: 0 0 12px 24px;
	background-color: #f2f2fb; padding: 15px;
	border-left: 4px solid #f35921; border-radius: 15px;
}
.ccom-tldr-title {
	margin: 0 0 .4rem; font-weight: 800; font-size: .8rem;
	text-transform: uppercase; letter-spacing: .05em; color: #f35921;
}
.ccom-tldr ul { margin: 0; padding-left: 1.1em; }
.ccom-tldr li { margin: .25em 0; font-size: .95rem; }
@media (max-width: 640px) { .ccom-tldr { float: none; max-width: none; margin: 0 0 1.2rem; } }

.ccom-expert {
	clear: both;
	border: 1px solid var(--tp-border, #e5e7eb);
	border-left: 4px solid var(--tp-primary, #0f2a43);
	background: #fff; border-radius: 0 10px 10px 0;
	padding: 16px 20px; margin: 1.4rem 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.ccom-expert-title {
	margin: 0 0 .4rem; font-weight: 800; font-size: .8rem;
	text-transform: uppercase; letter-spacing: .05em; color: var(--tp-primary, #0f2a43);
}
.ccom-expert-note { margin: 0; font-size: .95rem; }

/* Erklärungsgrafik unter der ersten H2 (Beitragsbild) */
.ccom-h2-figure {
	margin: 1rem 0 1.6rem;
	text-align: left;
}
.ccom-h2-figure img.ccom-h2-image {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid var(--tp-border, #e5e7eb);
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,.05);
}
.ccom-h2-figure figcaption {
	font-size: .8rem;
	color: #6b7280;
	margin-top: 6px;
}
