/* Bondle Campaign Builder — Frontend embed styles */

.bondle-cb-embed-wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	background: #f0ebf8;
}

.bondle-cb-iframe {
	display: block;
	width: 100%;
	border: 0;
	border-radius: 12px;
}

.bondle-cb-powered {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 8px;
	font-size: 11px;
	color: #94a3b8;
}

.bondle-cb-powered a {
	color: #6366f1;
	font-weight: 600;
	text-decoration: none;
}
.bondle-cb-powered a:hover {
	text-decoration: underline;
}

/* Admin-only notice for missing/invalid IDs */
.bondle-cb-notice {
	background: #fef3c7;
	border: 1px solid #fcd34d;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 13px;
	color: #92400e;
	margin: 8px 0;
}
