/* ==========================================================================
   Shortcode Widget (.sentio-sc)
   ==========================================================================
   Extracted from frontend.css during the Batch 8 mechanical extraction
   (2026-04-18). Behavior-preserving. NO JS handler.

   Note: the `.sentio-sc` prefix is shared with wc-shipping-calculator (Batch 1)
   and savvycal-schedule (Batch 2) — distinct CSS blocks, different widgets,
   never collide at runtime.
   ========================================================================== */

/* ─── Base ─── */
.sentio-sc {
	position: relative;
	overflow: hidden;
	transition-property: background-color, background, border-color, box-shadow;
	transition-timing-function: ease;
}

/* ─── Output ─── */
.sentio-sc__output {
	position: relative;
}

/* ─── Fallback ─── */
.sentio-sc__fallback {
	margin: 0;
}

/* ─── Editor Placeholder ─── */
.sentio-sc__placeholder {
	padding: 30px;
	text-align: center;
	color: #999;
	font-style: italic;
	background: #f9f9f9;
	border: 1px dashed #ddd;
	border-radius: 4px;
}
