.single-content-wrapper h1 {
	font-size: 2rem;
	margin: 2rem 0;
}
.single-content-wrapper h2 {
	font-size: 1.5rem;
	margin: 1.5rem 0;
}
.single-content-wrapper h3 {
	font-size: 1.3rem;
	margin: 1.3rem 0;
}
.single-content-wrapper {
	padding: 1rem;
	font-size: 1.1rem;
	text-wrap: pretty;
}
.single-content-wrapper p {
	margin: 1rem 0;
}
.single-content-wrapper a:is(:hover, :active) {
	color: var(--blue);
}
.single-content-wrapper h1,
.single-content-wrapper h2,
.single-content-wrapper h3 {
	text-wrap: balance;
	font-weight: 700;
}
.post-style img {
	width: 100%;
	height: auto;
}
.post-style ul {
	list-style: none;
	padding-left: 1rem;
}
.post-style ul li::before {
	font-family: "fontello";
	content: "\e80e";
	color: var(--orange);
	font-weight: 700;
	font-size: 1.3rem;
	margin: 0.13rem 0.5rem 0 0;
}
.post-style ol li::marker {
	color: var(--dark-blue);
}
.post-style table {
	width: 100%;
}
.post-style th,
.post-style td {
	padding: 0.5rem;
}
.post-style table,
.post-style th,
.post-style td {
	border-collapse: collapse;
	border: 1px solid var(--dark-blue);
	text-align: center;
}
.post-style .schema-section > div {
	padding: 0 1rem;
	border: 1px solid var(--gray-80);
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 5px 5px var(--gray-80);
	box-shadow: 0px 5px 5px var(--gray-80);
	margin-bottom: 1rem;
	background-color: var(--white);
}
.post-style a {
	text-decoration: underline;
}
.single-content-wrapper .post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	column-gap: 0.5rem;
	font-size: 0.9rem;
}
.single-content > img {
	font-style: italic;
	display: block;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	max-height: 40rem;
	aspect-ratio: 16 / 10;
	-o-object-fit: cover;
	object-fit: cover;
}
.single-content .read-also h2,
.single-content .read-also h3 {
	font-weight: 700;
}
.single-content .read-also h3:is(:hover, :active) {
	color: var(--blue);
}
.single-content .read-also h2 {
	font-size: clamp(1.5rem, 0.539rem + 2.456vw, 2.5rem);
}
@media screen and (min-width: 768px) {
	.single-content > img {
		width: 80%;
		margin: 0 auto;
	}
	.single-content-wrapper {
		margin: 0 auto;
		max-width: 45rem;
	}
}
