#content {
	overflow: hidden;
	font-family: Poppins;
}

#content div.embed > p {
	font-style: italic;
	text-align: center;
	color: #999;
	margin-top: 4px;
}

#content div:has(> table) {
	width: 100%;
	overflow-x: auto;
}

#content td,
#content th {
	border: 1px solid #ddd;
	padding: 8px;
	white-space: pre-wrap;
}

#content tr:nth-child(even) {
	background-color: #f2f2f2;
}

#content tr:hover {
	background-color: #ddd;
}

#content th {
	padding: 12px 8px;
	text-align: left;
	background-color: #cc181e;
	color: white;
}

#content ol,
#content ul {
	list-style-position: outside;
	padding-left: 32px;
}

#content ol {
	list-style-type: decimal;
}

#content ul {
	list-style-type: disc;
	margin-top: 8px;
}

#content ol > li,
#content ul > li {
	margin: 12px 0;
}

#content ol > li:first-child,
#content ul > li:first-child {
	margin-top: 0;
}

#content ol li p,
#content ul li p {
	display: block;
}

#content .embed {
	margin: 16px 0;
}

#content .embed > div,
#content .embed > img {
	margin: 0 auto;
	padding-top: 24px;
	max-width: 100%;
}

#content > .embed {
	margin: 0;
}

#content a {
	color: #0d9488;
	font-weight: 400;
	text-decoration: underline;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content p {
	line-height: 150%;
}

#content h1 {
	font-size: 2.5em;
	font-weight: 700;
	color: #1e293b;
}

#content h2 {
	font-size: 2em;
	font-weight: 600;
	color: #1e293b;
}

#content h3 {
	font-size: 1.75em;
	font-weight: 600;
	color: #1e293b;
}

#content h4 {
	font-size: 1.5em;
	font-weight: 500;
	color: #1e293b;
}

#content h5 {
	font-size: 1.25em;
	font-weight: 400;
	color: #1e293b;
}

#content p {
	font-size: 18px;
	font-weight: 400;
	color: #222;
}

#content p strong {
	font-weight: 600;
}

.dark #content,
.dark #content * {
	color: #fff;
}

.dark #content a {
	color: #f28d90;
}

strong {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#content ol,
	#content ul {
		padding-left: 1em;
	}
	#content h1 {
		font-size: 2em;
	}
	#content h2 {
		font-size: 1.75em;
	}
	#content h3 {
		font-size: 1.5em;
	}
	#content h4 {
		font-size: 1.25em;
	}
	#content h5 {
		font-size: 1em;
	}
	#content p {
		font-size: 16px;
	}
}
