.rich-content {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	color: var(--gray-8);
	margin: 0 auto;
	padding: 20px
}

.rich-content * {
	box-sizing: border-box
}

.rich-content h1,.rich-content h2,.rich-content h3,.rich-content h4,.rich-content h5,.rich-content h6 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-weight: 600;
	line-height: 1.3;
	color: var(--gray-9)
}

.rich-content h1 {
	font-size: 2.2em
}

.rich-content h2 {
	font-size: 1.8em;
	border-bottom: 1px solid var(--gray-1);
	padding-bottom: .3em
}

.rich-content h3 {
	font-size: 1.5em
}

.rich-content h4 {
	font-size: 1.3em
}

.rich-content h5 {
	font-size: 1.1em
}

.rich-content h6 {
	font-size: 1em
}

.rich-content p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left
}

.rich-content b,.rich-content strong {
	font-weight: 700;
	color: var(--error)
}

.rich-content em,.rich-content i {
	font-style: italic;
	color: var(--success)
}

.rich-content u {
	text-decoration: underline;
	text-decoration-color: var(--warning)
}

.rich-content del,.rich-content s {
	text-decoration: line-through;
	color: var(--gray-4)
}

.rich-content a {
	color: var(--main-7);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color .2s ease,border-bottom-color .2s ease
}

.rich-content a:focus,.rich-content a:hover {
	color: var(--main-7);
	border-bottom-color: var(--main-7)
}

.rich-content a:visited {
	color: var(--main-6)
}

.rich-content ol,.rich-content ul {
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 2em
}

.rich-content ul {
	list-style-type: disc
}

.rich-content ol {
	list-style-type: decimal
}

.rich-content li {
	margin-bottom: .5em
}

.rich-content ol ol,.rich-content ol ul,.rich-content ul ol,.rich-content ul ul {
	margin-top: .5em;
	margin-bottom: .5em
}

.rich-content blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	border-left: 4px solid var(--gray-6);
	background-color: var(--gray-6);
	color: var(--gray-8);
	font-style: italic;
	quotes: "“" "”" "‘" "’"
}

.rich-content blockquote::before {
	content: open-quote;
	font-size: 1.5em;
	color: var(--main-7);
	vertical-align: -.4em;
	margin-right: .1em
}

.rich-content blockquote::after {
	content: close-quote;
	font-size: 1.5em;
	color: var(--main-7);
	vertical-align: -.4em;
	margin-left: .1em
}

.rich-content hr {
	border: 0;
	border-top: 1px solid var(--gray-1);
	margin: 2em 0
}

.rich-content pre {
	margin: 1.5em 0;
	padding: 1em;
	background-color: var(--gray-3);
	border: 1px solid var(--gray-1);
	border-radius: 4px;
	overflow: auto;
	line-height: 1.45
}

.rich-content pre code {
	background-color: transparent;
	padding: 0;
	color: inherit;
	font-size: 1em
}

.rich-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1em auto
}

.rich-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: .95em
}

.rich-content table td,.rich-content table th {
	border: 1px solid var(--gray-1);
	padding: .6em 1em;
	text-align: left
}

.rich-content table th {
	background-color: var(--gray-1);
	font-weight: 600;
	color: var(--gray-8)
}

.rich-content table tr:nth-child(even) {
	background-color: var(--gray-2)
}

.rich-content table tr:hover {
	background-color: var(--gray-2)
}

@media (max-width:600px) {
	.rich-content table,.rich-content tbody,.rich-content td,.rich-content th,.rich-content thead,.rich-content tr {
		display: block
	}

	.rich-content thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px
	}

	.rich-content tr {
		border: 1px solid var(--gray-1);
		margin-bottom: .5em
	}

	.rich-content td {
		border: none;
		position: relative;
		padding-left: 50%
	}

	.rich-content td::before {
		content: attr(data-label) ": ";
		position: absolute;
		left: 10px;
		width: 45%;
		white-space: nowrap;
		font-weight: 700
	}
}
