/**
 * Editor styles for Chat Log block
 */

.chatlog-editor {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 1.5rem;
	background: #fff;

	.components-notice {
		margin-bottom: 1rem;
	}

	.chatlog-transcript-input {
		textarea {
			font-family: 'Courier New', monospace;
			font-size: 0.875rem;
			line-height: 1.5;
			min-height: 300px;
		}
	}

	.chatlog-preview-notice {
		margin-top: 1rem;
		padding: 1rem;
		background: #f0f6fc;
		border-radius: 4px;
		border-left: 3px solid #0073aa;

		.components-notice__content {
			margin: 0;
		}
	}
}

/* Device frame preview in editor */
.editor-styles-wrapper .chatlog-device-frame {
	margin: 2rem auto;
	max-width: 100%;
}
