/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.agilepress-schema-json-ld-block-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background: #f0f0f1;
	border: 2px dashed #c3c4c7;
	border-radius: 4px;
	text-align: center;
	min-height: 200px;
	transition: all 0.2s ease;

	&:hover {
		background: #e8e8ea;
		border-color: #a7aaad;
	}
}

.agilepress-schema-json-ld-block-icon {
	color: #1e1e1e;
	margin-bottom: 16px;
	opacity: 0.6;

	svg {
		display: block;
	}
}

.agilepress-schema-json-ld-block-title {
	font-size: 16px;
	font-weight: 600;
	color: #1e1e1e;
	margin-bottom: 8px;
}

.agilepress-schema-json-ld-block-subtitle {
	font-size: 13px;
	color: #757575;
}

.agilepress-schema-json-ld-block-textarea {
	font-family: Consolas, Monaco, 'Courier New', monospace;
	font-size: 12px;
	line-height: 1.5;
}

.agilepress-schema-json-ld-block-help {
	margin-top: 16px;
	padding: 12px;
	background: #f0f0f1;
	border-radius: 4px;

	h4 {
		margin: 0 0 8px 0;
		font-size: 13px;
		font-weight: 600;
		color: #1e1e1e;
	}

	ul {
		margin: 0;
		padding: 0;
		list-style: none;

		li {
			margin-bottom: 6px;
			font-size: 12px;
			line-height: 1.5;
			color: #50575e;

			code {
				background: #fff;
				padding: 2px 6px;
				border-radius: 2px;
				font-size: 11px;
				color: #d63638;
			}
		}
	}
}

.components-panel__body .components-notice {
	margin: 16px 0 0 0;
}
