.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;
}

.rts-block-section-heading {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #757575;
	margin: 16px 0 8px;
	padding-top: 8px;
	border-top: 1px solid #e0e0e0;
}

.rts-block-section-heading:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.rts-block-color-field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.rts-block-color-field label {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1e1e1e;
}

.rts-block-color-field input[type="color"] {
	width: 36px;
	height: 24px;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}

.rts-block-dirty-hint {
	font-size: 11px;
	color: #b26a00;
	background: #fff8e6;
	border: 1px solid #ffe4a3;
	border-radius: 4px;
	padding: 6px 8px;
	margin: 8px 0 0;
}

.rts-block-image-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin-bottom: 8px;
}

.rts-block-image-thumb {
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	overflow: hidden;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
}

.rts-block-image-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rts-block-image-remove.components-button {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border-radius: 50%;
}

.rts-block-image-remove.components-button:hover {
	background: rgba(200, 30, 30, 0.85);
	color: #fff;
}
