.my-post {
	--post-blue: #0792e2;
	--post-ink: #000;
	--post-muted: #4b5563;
	--post-line: rgba(11, 18, 32, 0.1);
	background: #f8fcff;
	color: var(--post-ink);
	font-family: "Montserrat", Arial, sans-serif;
}

body.single-post,
body.single-post :where(div, section, article, header, footer, nav, p, a, span, li, h1, h2, h3, h4, h5, h6, small, strong, em, blockquote, figcaption) {
	font-family: "Montserrat", Arial, sans-serif !important;
}

.my-post *,
.my-post *::before,
.my-post *::after {
	box-sizing: border-box;
}

.my-post-article {
	padding: 210px 24px 170px;
	background:
		linear-gradient(180deg, #fff 0%, #fff 12%, rgba(255, 255, 255, 0) 32%),
		radial-gradient(780px 560px at 72% 18%, rgba(7, 146, 226, 0.055), transparent 72%),
		linear-gradient(180deg, #ffffff 0%, #f8fcff 48%, #ffffff 100%);
}

.my-post-card {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 40px 50px;
	border: 1px solid var(--post-line);
	border-radius: 8px;
	background: #fff;
}

.my-post-card-wrap {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 18px;
}

.my-post-back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--post-blue) !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.my-post-back span {
	font-size: 26px;
	line-height: 1;
	transform: translateY(-1px);
}

.my-post-back:hover,
.my-post-back:focus {
	color: var(--post-blue) !important;
	text-decoration: none;
}

.my-post-content {
	margin: 0 auto;
	color: var(--post-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
}

.my-post-content > *:first-child {
	margin-top: 0;
}

.my-post-content > *:last-child {
	margin-bottom: 0;
}

.my-post-content p,
.my-post-content li {
	color: var(--post-ink) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	margin-bottom: 12px;

}

.my-post-content h2,
.my-post-content h3,
.my-post-content h4,
.my-post-content h5,
.my-post-content h6 {
	color: var(--post-blue) !important;
	letter-spacing: 0;
}

.my-post-content h2 strong{
	font-weight: 600;
}

.my-post-content h2 {
	margin: 30px 0 22px;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.3;
}

.my-post-content h3 {
	font-size: 25px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 30px;
}

.my-post-content h4,
.my-post-content h5,
.my-post-content h6 {
	margin: 30px 0 14px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.my-post-content a {
	color: var(--post-blue) !important;
	font-weight: 500;
	text-decoration: none;
}

.my-post-content a:hover,
.my-post-content a:focus {
	color: var(--post-blue) !important;
	text-decoration: none;
}

.my-post-content ul,
.my-post-content ol {
	margin: 0 0 26px 26px;
	padding: 0;
}

.my-post-content li {
	margin-bottom: 10px;
}

.my-post-content figure {
	margin: 40px auto;
	text-align: center;
}

.my-post-content img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-right: auto !important;
	margin-left: auto !important;
	border-radius: 8px;
}

.my-post-content figcaption {
	margin-top: 10px;
	color: var(--post-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.my-post-content blockquote {
	margin: 38px 0;
	padding: 22px 26px;
	border-left: 4px solid var(--post-blue);
	background: #f8fcff;
	color: var(--post-ink);
}

.my-post-content .wp-block-spacer {
	display: none !important;
}

@media (max-width: 1100px) {
	.my-post-card-wrap,
	.my-post-card {
		width: 100%;
		max-width: none;
	}
}

@media (max-width: 800px) {
	.my-post-article {
		padding: 170px 35px 135px;
	}

	.my-post-card {
		padding: 30px 28px 42px;
	}

	.my-post-card-wrap {
		text-align: center;
	}

	.my-post-content,
	.my-post-content p,
	.my-post-content li {
		font-size: 16px;
		line-height: 1.72;
		text-align: center;
	}

	.my-post-content ul,
	.my-post-content ol {
		list-style-position: inside;
		margin-left: 0;
	}

	.my-post-content h2 {
		font-size: 29px;
	}

	.my-post-content h3 {
		font-size: 23px;
	}
}

@media (max-width: 480px) {
	.my-post-article {
		padding: 145px 24px 110px;
	}

	.my-post-card {
		padding: 24px 20px 34px;
	}

}
