body {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, Sans-serif;
}
img {
	height: auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, h7, .h1, .h2, .h3, .h4, .h5, .h6, .h7 {
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
}
b {
	font-weight: 600;
}
.single-post .site-main {
	padding: 0 20px;
}
.jr-single-post {
	display: flex;
	flex-direction: column;
	margin: 60px auto;
	max-width: 1080px;
}
.jr-single-post__title {
	font-size: 56px;
	font-weight: 600;
	line-height: 67.2px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.jr-single-post__excerpt {
	text-align: center;
	max-width: 800px;
	margin: auto;
	font-size: 18px;
	line-height: 27px;
}
.jr-single-post__cover-wrap {
	margin-top: 74px;
	border-radius: 16px;
	overflow: hidden;
}
.jr-single-post__cover {
	border-radius: 16px;
}
.jr-single-post__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	line-height: 21px;
	margin-top: 12px;
}
.jr-single-post__author-link .avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.jr-single-post__author, .jr-single-post__author-link {
	display: flex;
	align-items: center;
	gap: 6px;
}
.jr-single-post__author-position {
	margin: 0;
	color: #999;
	display: flex;
	align-items: center;
	gap: 4px;
	height: 24px;
}
.jr-single-post__author-link picture {
	width: 24px;
	height: 24px;
	display: flex;
	margin-right: 10px;
}
.jr-single-post__info {
	display: flex;
	gap: 16px;
}
.jr-single-post__info > div {
	display: flex;
	gap: 10px;
	align-items: center;
}

.jr-single-post__content {
	max-width: 690px;
	margin: 52px auto;
	margin-bottom: 16px;
}
.jr-single-post h2, .jr-single-post h2 span {
	font-family: Poppins, Sans-Serif;
	font-size: 36px;
	font-weight: 600 !important;;
	line-height: 43.2px;
	margin-top: 80px;
	margin-bottom: 40px;
}
.jr-single-post h3, .jr-single-post h3 span {
	margin: 40px 0;
	font-size: 24px;
	line-height: 31.2px;
}
.jr-single-post h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 27px;
}
.jr-single-post strong {
	font-family: Golos, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}
.jr-single-post__content ul {
	padding-left: 27px;
	margin-bottom: 34px;
	margin-top: 30px;
}
.jr-single-post__content ul li {
	list-style: disc;
	padding-left: 14px;
	margin-bottom: 12px;
}
.jr-single-post__content li::marker {
	color: #111;
	font-size: 20px;
	font-family: Golos, sans-serif;
}
.jr-single-post__content a {
/* 	color: #6B6B6A; */
	font-weight: 400;
	text-decoration: underline;
	transition: .15s ease-in-out;
}
.jr-single-post__content a:hover {
	color: #FF561D;
}
.jr-single-post__content ol {
	padding-left: 21px;
}
.jr-single-post__content ol li {
	margin-bottom: 15px;
	padding-left: 14px;
}

.jr-single-post .colored-text {
	padding: 24px 18px;
	color: #fff;
	border-radius: 8px;
	background: #FF561D;
	margin: 20px auto;
	display: block;
}
.jr-single-post .colored-text a {
	color: #fff !important;
}
.jr-single-post .separator-container {
	letter-spacing: 20px;
	margin: 30px auto;
	display: block;
}
.jr-single-post__content p {
	margin: 40px 0;
}
.jr-single-post__content li {
	margin-bottom: 20px;
}
.jr-single-post .wp-caption-text {
	font-family: Golos, Sans-Serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin-top: 6px;
}
ul.jr-single-post__categories-list, .jr-single-post__categories-list li {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
a.jr-single-post__categories-link {
	text-decoration: none;
	border: 1px solid #D1D5DB;
	border-radius: 4px;
	padding: 6px 14px;
	color: #999;
	line-height: 21px;
	font-size: 14px;
}
a.jr-single-post__categories-link:hover {
	color: #111;
}
.jr-single-post__content p, .jr-single-post__content span {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
.jr-single-post__footer {
	max-width: 690px;
	margin: auto;
	width: 100%;
	gap: 32px;
}

.jr-single-post__author-footer-avatar .avatar {
	border-radius: 16px;
}
.jr-single-post__footer .jr-single-post__author-more {
	font-family: Poppins, Sans-Serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	color: #999999;
}
.jr-single-post__footer .jr-single-post__author-position {
	font-family: Poppins, Sans-Serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #111;
}
.jr-single-post__author-footer-info {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.jr-single-post__author-footer-info_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}
.jr-single-post__footer .jr-single-post__author-link {
	margin-top: 6px;
}
.jr-single-post__footer-separator {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 80px;
}
.jr-single-post__tags-list {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 44px auto;
	row-gap: 16px;
}
.jr-single-post__author-footer {
	display: flex;
	border: 1px solid #E7E7E7;
	border-radius: 16px;
	padding: 29px;
	gap: 32px;
}
.jr-single-post__tag-link {
	border: 1px solid #D1D5DB;
	border-radius: 90px;
	padding: 5px 14px;
	line-height: 21px;
	font-size: 14px;
}
.jr-single-post__related {
	display: flex;
	flex-direction: column;
	margin: 20px auto;
	max-width: 1400px;
}
.jr-single-post__related-header {
	font-size: 46px;
	font-weight: 800;
	line-height: 59.8px;
}
.jr-single-post__related-container {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.jr-single-post__related-title:hover {
	color: #FF561D;
}

#ez-toc-container {
	width: 100%;
	border: none !important;
	background: #F6F7F9 !important;
	box-shadow: none;
	padding: 32px;
	border-radius: 24px;
	box-sizing: border-box;
}
#ez-toc-container .ez-toc-title {
	font-family: Poppins, Sans-Serif;
	color: #111 !important;
	font-size: 24px !important;
	line-height: 1.3;
	font-weight: 600 !important;
	margin-bottom: 10px !important;
	display: block !important;
}
#ez-toc-container  .ez-toc-link {
	color: #555 !important;
	font-size: 18px !important;
	line-height: 1.6;
	margin-top: 8px;
}
.jr-single-post__footer-nav {
	display: none;
}
.jr-single-post__related-cover-wrap {
	border-radius: 16px;
	overflow: hidden;
}
.jr-single-post__related-cover {
	transition: transform 0.7s;
	display: inline-block;
	vertical-align: middle;
}
.jr-single-post__related-cover-wrap:hover .jr-single-post__related-cover {
	transform: scale(1.05);
}
.jr-single-post__related-meta {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	margin-top: 20px;
	align-items: center;
  display: flex;
}
.jr-single-post__related-separator {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: #FF561D;
}
.jr-single-post__related-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	margin-top: 20px;
}
@media (max-width:1024px) {
	.jr-single-post__title {
		font-size: 40px;
    line-height: 48px;
	}
	.jr-single-post__related-header {
		font-size: 32px;
    line-height: 41.6px;
	}
}
@media (max-width:768px) {
.single-post .site-main {
	padding: 0 10px;
}
	.jr-single-post {
		margin: 30px auto;
	}
	.jr-single-post__author-footer {
		padding: 19px;
	}
	.jr-single-post__related-container {
  grid-template-columns: 1fr;
}
	.jr-single-post__meta {
  flex-direction: column;
  align-items: baseline;
  justify-content: unset;
  gap: 10px;
}
	.jr-single-post__author {
  flex-wrap: wrap;
}
}
@media (max-width:500px) {
	.jr-single-post__author {
  flex-direction: column;
  align-items: baseline;
}
	.jr-single-post__author-separator {
		display: none;
	}
}