/* ---------- Front-end output ---------- */
.seb-embed {
	margin: 1.5em 0;
	max-width: 100%;
}
.seb-embed-inner {
	display: inline-block;
	max-width: 100%;
}
.seb-align-left {
	text-align: left;
}
.seb-align-center {
	text-align: center;
}
.seb-align-right {
	text-align: right;
}
.seb-align-left .seb-embed-inner {
	margin-right: auto;
}
.seb-align-center .seb-embed-inner {
	margin-left: auto;
	margin-right: auto;
}
.seb-align-right .seb-embed-inner {
	margin-left: auto;
}
.seb-embed iframe,
.seb-embed .instagram-media,
.seb-embed .fb-post,
.seb-embed .fb-video {
	max-width: 100% !important;
}
.seb-caption {
	margin-top: 0.6em;
	font-size: 0.9em;
	color: #555;
	font-style: italic;
	line-height: 1.4;
}
.seb-align-center .seb-caption {
	text-align: center;
}
.seb-align-right .seb-caption {
	text-align: right;
}
.seb-error {
	color: #b32d2e;
	font-size: 0.9em;
}

/* ---------- Editor preview card ---------- */
.seb-editor-preview {
	margin: 1em 0;
}
.seb-editor-card {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px 18px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #f6f7f7;
	max-width: 480px;
	text-align: left;
}
.seb-editor-icon {
	font-size: 28px;
	width: 28px;
	height: 28px;
	color: #3858e9;
	flex-shrink: 0;
}
.seb-editor-meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	overflow: hidden;
}
.seb-editor-url {
	font-size: 12px;
	color: #646970;
	word-break: break-all;
}
.seb-editor-warn {
	font-size: 12px;
	color: #b32d2e;
	font-weight: 600;
}
.seb-editor-cap {
	font-size: 12px;
	color: #444;
	margin-top: 4px;
}
