/* Blockquote - remove border and change font style */
blockquote.wp-block-quote {
    font-size: 18px;
    color: black;
    text-align: center;
	
}
/* Optional change style of citation */
blockquote.wp-block-quote cite {
    font-size: 15px;
    color: #000;
}

blockquote {
    background-color: rgba(242,244,255,1);
    border-radius: 10px;
    border: none;
}

blockquote::before {
    color: rgba(228,236,247,1);
    font-size: 150px;
    z-index: 1;
    font-family: 'Arial';
    line-height: 1;
}

blockquote p {
    position: relative;
    z-index: 2;

}

.posted-on .updated {
    display: inline-block;
}

.posted-on .updated + .entry-date {
    display: none;
}

.posted-on .updated:before {
    content: "Last Updated on ";
}

/* === 1Hindi Premium Article System 2026 === */
.single-post,
.page:not(.home) {
	background: #f7fcfa;
	color: #263f36;
}

.single-post #primary .inside-article,
.page:not(.home) #primary .inside-article {
	background: #ffffff;
	border: 1px solid #e1f0e9;
	border-radius: 22px;
	box-shadow: 0 12px 36px rgba(21, 68, 52, 0.06);
	padding: clamp(24px, 4vw, 48px);
	overflow: hidden;
}

.single-post .entry-header,
.page:not(.home) .entry-header {
	margin-bottom: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1f0e9;
}

.single-post .entry-title,
.page:not(.home) .entry-title {
	color: #14382c;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.025em;
	margin-bottom: 12px;
}

.single-post .entry-meta,
.page:not(.home) .entry-meta {
	color: #557166;
	font-size: 14px;
	line-height: 1.7;
}

.single-post .entry-meta a,
.page:not(.home) .entry-meta a {
	color: #087a5b;
	font-weight: 650;
	text-decoration: none;
}

.single-post .post-image img,
.single-post .featured-image img,
.page:not(.home) .post-image img,
.page:not(.home) .featured-image img {
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(21, 68, 52, 0.10);
}

.single-post .entry-content,
.page:not(.home) .entry-content {
	color: #263f36;
	font-size: 18px;
	line-height: 1.85;
}

.single-post .entry-content p,
.page:not(.home) .entry-content p {
	margin-bottom: 1.35em;
}

.single-post .entry-content h2,
.page:not(.home) .entry-content h2 {
	color: #14382c;
	font-size: clamp(25px, 3vw, 32px);
	font-weight: 780;
	line-height: 1.35;
	margin-top: 2em;
	margin-bottom: 0.8em;
	padding-left: 16px;
	border-left: 4px solid #15c39a;
}

.single-post .entry-content h3,
.page:not(.home) .entry-content h3 {
	color: #1d4d3c;
	font-size: clamp(21px, 2.5vw, 26px);
	font-weight: 750;
	line-height: 1.4;
	margin-top: 1.7em;
	margin-bottom: 0.65em;
}

.single-post .entry-content a,
.page:not(.home) .entry-content a {
	color: #087a5b;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-post .entry-content blockquote,
.page:not(.home) .entry-content blockquote {
	background: #f2fbf7;
	color: #244a3b;
	border: 1px solid #d9ede4;
	border-left: 5px solid #15c39a;
	border-radius: 16px;
	font-size: 18px;
	line-height: 1.75;
	padding: 24px 26px;
	margin: 32px 0;
	text-align: left;
}

.single-post .entry-content ul,
.single-post .entry-content ol,
.page:not(.home) .entry-content ul,
.page:not(.home) .entry-content ol {
	padding-left: 1.4em;
	margin-bottom: 1.5em;
}

.single-post .entry-content li,
.page:not(.home) .entry-content li {
	margin-bottom: 0.55em;
}

.single-post .entry-content li::marker,
.page:not(.home) .entry-content li::marker {
	color: #0b8e69;
	font-weight: 700;
}

.single-post .entry-content table,
.page:not(.home) .entry-content table {
	width: 100%;
	border: 1px solid #d9ede4;
	border-radius: 14px;
	border-spacing: 0;
	overflow: hidden;
}

.single-post .entry-content th,
.page:not(.home) .entry-content th {
	background: #eaf8f2;
	color: #14382c;
	font-weight: 750;
}

.single-post .entry-content th,
.single-post .entry-content td,
.page:not(.home) .entry-content th,
.page:not(.home) .entry-content td {
	border-color: #d9ede4;
	padding: 12px 14px;
}

.single-post .entry-content img,
.page:not(.home) .entry-content img {
	border-radius: 14px;
}

.single-post #right-sidebar .widget,
.single-post #left-sidebar .widget,
.page:not(.home) #right-sidebar .widget,
.page:not(.home) #left-sidebar .widget {
	background: #f2fbf7;
	border: 1px solid #d9ede4;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(21, 68, 52, 0.05);
	padding: 25px;
}

.single-post .sidebar .widget-title,
.page:not(.home) .sidebar .widget-title {
	color: #14382c;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 2px solid #bfe7d5;
}

.single-post .sidebar .widget a,
.page:not(.home) .sidebar .widget a {
	color: #185a46;
	text-decoration-color: #9ed6bd;
	text-underline-offset: 3px;
}

.single-post .post-navigation,
.single-post #comments,
.page:not(.home) #comments {
	background: #ffffff;
	border: 1px solid #e1f0e9;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(21, 68, 52, 0.05);
	overflow: hidden;
}

.single-post .page-header,
.page:not(.home) .page-header {
	background: #eaf8f2;
	border: 1px solid #d9ede4;
	border-radius: 18px;
}

@media (max-width: 768px) {
	.single-post #primary .inside-article,
	.page:not(.home) #primary .inside-article {
		border-radius: 16px;
		padding: 24px 20px;
	}
	
	.single-post .entry-title,
	.page:not(.home) .entry-title {
		font-size: 29px;
	}
	
	.single-post .entry-content,
	.page:not(.home) .entry-content {
		font-size: 17px;
		line-height: 1.78;
	}
	
	.single-post .entry-content h2,
	.page:not(.home) .entry-content h2 {
		padding-left: 12px;
	}
}
/* === End 1Hindi Premium Article System === */