/* ==========================================================================
   Custom HTML (.sentio-ch)
   ==========================================================================
   Extracted from frontend.css (lines 9222-9241) during the Batch 8 mechanical
   extraction (2026-04-18). Behavior-preserving — no a11y work, no refactoring.
   ========================================================================== */

/* Container wrapper */
.sentio-ch__wrap {
	position: relative;
	overflow: hidden;
}

/* Editor placeholder */
.sentio-ch__placeholder {
	padding: 30px 20px;
	text-align: center;
	color: #94a3b8;
	font-size: 13px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 6px;
}
