.rts-block-placeholder {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 32px 24px;
	text-align: center;
}

.rts-block-icon.dashicons {
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #9ca3af;
	margin-bottom: 8px;
}

.rts-block-title {
	font-size: 15px;
	font-weight: 600;
	color: #111827;
	margin-bottom: 16px;
}

.rts-block-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 8px;
}

.rts-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	border: 1px solid transparent;
	white-space: nowrap;
}

.rts-badge-green {
	background: #eaf7ee;
	border-color: #b6e3c3;
	color: #2e7d43;
}

.rts-badge-blue {
	background: #eaf1fb;
	border-color: #bcd6f5;
	color: #2f5fa8;
}

.rts-block-desc {
	font-size: 13px;
	color: #6b7280;
	margin: 16px 0 4px;
}

.rts-block-upsell {
	font-size: 13px;
	margin: 0;
}

.rts-block-upsell a {
	color: #7c3aed;
	text-decoration: none;
}

.rts-block-upsell a strong {
	font-weight: 600;
}

.rts-block-upsell a:hover {
	text-decoration: underline;
}
