/*
 * Block: Text Editor
 *
 * @package CBTFlow
 */

.text-editor .rich-text {
	max-width: 80rem;
}

.text-editor .rich-text h1,
.text-editor .rich-text h2,
.text-editor .rich-text h3,
.text-editor .rich-text h4,
.text-editor .rich-text h5,
.text-editor .rich-text h6 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.text-editor .rich-text h1:first-child,
.text-editor .rich-text h2:first-child,
.text-editor .rich-text h3:first-child {
	margin-top: 0;
}

.text-editor .rich-text p {
	margin-bottom: 1em;
}

.text-editor .rich-text ul,
.text-editor .rich-text ol {
	margin-bottom: 1em;
	padding-left: 1.5em;
}

.text-editor .rich-text li {
	margin-bottom: 0.35em;
}

.text-editor .rich-text a {
	color: var(--primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.text-editor .rich-text a:hover {
	text-decoration-color: transparent;
}
