/* ---------------------------------------------------------------------------
   OneClick WP Hello — Block Editor Styles
   Shown only inside the Gutenberg editor, not on the frontend.
   --------------------------------------------------------------------------- */

.ocwahello-block-preview {
	display: inline-flex;
}

.ocwahello-block-placeholder {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25d366;
	color: #ffffff;
	border-radius: 5px;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: default;
	user-select: none;
}

.ocwahello-block-icon {
	font-size: 18px;
	line-height: 1;
}

.ocwahello-block-meta {
	font-size: 11px;
	opacity: 0.8;
	margin-left: 4px;
}
