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

.cs-support-form-preview {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	max-width: 100%;

	.cs-form-field {
		margin-bottom: 16px;

		label {
			display: block;
			margin-bottom: 5px;
			font-weight: 500;
		}

		input,
		select,
		textarea {
			width: 100%;
			padding: 8px;
			border: 1px solid #ddd;
			border-radius: 4px;
			background-color: #f9f9f9;
		}

		textarea {
			min-height: 100px;
		}
	}

	.cs-support-note {
		margin-top: 15px;
		font-size: 0.9em;
		font-style: italic;
		color: #666;
	}
}
