/* Extracted from themes/default/views/editprompt.php. */

/* Style block 1 */
.container-narrow > h3:first-of-type {
			color: #fff;
		}
.clone-choice {
			min-height: 250px;
			padding: 22px;
			border: 1px solid #e5e7eb;
			border-radius: 8px;
			background: #fff;
			box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
		}
		.clone-choice h3 {
			margin-top: 0;
			color: #111827;
		}
		.clone-choice p {
			color: #4b5563;
			font-size: 15px;
			line-height: 22px;
		}
