.regcomment-editor-tools-box select {
	min-width: 240px;
}

.regcomment-editor-tools-help {
	background: #fff8e5;
	border-left: 4px solid #ffb900;
	margin: 10px 0 12px;
	padding: 8px 10px;
}

.regcomment-template-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 12px 16px;
	margin-top: 14px;
}

.regcomment-template-grid label {
	display: block;
}

.regcomment-template-grid span {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.regcomment-template-grid input {
	width: 100%;
}

.regcomment-template-preview {
	border-left: 5px solid #777;
	margin-top: 16px;
	padding: 12px 14px;
}

.regcomment-template-preview strong,
.regcomment-template-preview span,
.regcomment-template-preview em {
	display: block;
}

.regcomment-template-preview span {
	font-size: 18px;
	font-weight: 700;
	margin: 6px 0;
}

.regcomment-format-result {
	margin-top: 10px;
	padding: 8px;
}

.regcomment-template-result {
	margin-top: 10px;
	padding: 8px;
}

#regcomment-autocorrect-content {
	margin-top: 6px;
}

.regcomment-template-result.updated,
.regcomment-format-result.updated {
	background: #f0fff0;
	border-left: 4px solid #46b450;
}

.regcomment-template-result.error,
.regcomment-format-result.error {
	background: #fff5f5;
	border-left: 4px solid #dc3232;
}

.regcomment-format-help {
	clear: both;
}

.regcomment-log-view {
	background: #fff;
	border: 1px solid #ccd0d4;
	max-height: 520px;
	overflow: auto;
	padding: 12px;
	white-space: pre-wrap;
}

/* Generated article content intentionally relies on TIMES theme CSS:
   inc/editor-style.css in TinyMCE and styles.css on the front end. */