/* Content images */
.blog-post-image {
	max-height: 20rem;
	object-fit: cover;
}

.blog-post-image-small {
	height: 13rem;
	max-height: 13rem;
	object-fit: cover;
}

.blog-post-image-popular {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
}

/* Content body */
.content-wrapper {
	word-break: break-word;
}

.content-description,
.content-body {
	color: var(--gray-700);
	font-size: 1.125rem;
	line-height: 1.6;
}

.content-description,
.content-body p,
.content-body.ql-content p {
	margin-bottom: 1.575rem !important;
}

.content-body h2,
.content-body h3,
.content-body h4,
.content-body h5,
.content-body h6 {
	color: var(--gray-900);
	font-weight: 600;
	letter-spacing: 0;
	scroll-margin-top: 5rem;
}

.content-body h2 {
	font-size: 1.625rem;
	line-height: 1.3;
	margin: 2.75rem 0 1rem;
}

.content-body h3 {
	font-size: 1.375rem;
	line-height: 1.35;
	margin: 2.25rem 0 .875rem;
}

.content-body h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin: 2rem 0 .75rem;
}

.content-body h5 {
	font-size: 1rem;
	line-height: 1.5;
	margin: 1.75rem 0 .75rem;
}

.content-body h6 {
	font-size: 1rem;
	line-height: 1.5;
	margin: 1.75rem 0 .75rem;
	color: var(--gray-700);
}

.content-body ul,
.content-body ol {
	margin-bottom: 1.575rem;
	padding-left: 1.75rem;
}

.content-body li {
	margin-bottom: .75rem;
}

.content-body img,
.content-body table {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.content-body strong {
	font-weight: 600;
}

.content-body a {
	text-decoration: none;
}

.content-body a:hover {
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.content-body h2 {
		font-size: 1.4375rem;
	}

	.content-body h3 {
		font-size: 1.25rem;
	}

	.content-body h4 {
		font-size: 1.125rem;
	}
}
