/* CKEditor / zengin metin alanları — görseller */
.rich-content img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 1.5rem auto;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(26, 58, 82, 0.12);
	cursor: zoom-in;
}

.rich-content a.rich-content__zoom {
	display: block;
	max-width: 100%;
	margin: 1.5rem auto;
	line-height: 0;
}

.rich-content a.rich-content__zoom img {
	margin: 0;
}

.rich-content figure {
	margin: 1.5rem 0;
	max-width: 100%;
}

.rich-content figure img {
	margin: 0 auto;
}

.rich-content figcaption {
	margin-top: 0.5rem;
	font-size: 14px;
	color: var(--brand-text-muted, #5c6b7a);
	text-align: center;
}

.rich-content__hint {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: -0.5rem auto 1.25rem;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--brand-text-muted, #5c6b7a);
	background: var(--brand-blue-bg-soft, #f6f9fc);
	border-radius: 999px;
}

.rich-content__hint::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6b7a' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.35-4.35M11 8v6M8 11h6'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Magnific Popup — içerik görselleri */
.mfp-figure .rich-content-lightbox-caption {
	text-align: center;
	color: #e8eef4;
	font-size: 14px;
	margin-top: 8px;
}
