/* 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 === */


/* === 1Hindi Homepage Mobile Refinement === */
@media (max-width: 680px) {
	.home .oh3-home {
		padding: 16px 16px 44px !important;
	}
	
	.home .oh3-home .alignwide {
		max-width: 100% !important;
	}
	
	.home .oh3-hero {
		margin: 0 auto 30px !important;
		padding: 34px 22px 36px !important;
		border-radius: 26px !important;
		text-align: center !important;
	}
	
	.home .oh3-hero h1 {
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 34px !important;
		line-height: 1.2 !important;
		letter-spacing: -0.02em;
		text-align: center !important;
	}
	
	.home .oh3-hero p {
		max-width: 29ch;
		margin-left: auto !important;
		margin-right: auto !important;
		font-size: 17px !important;
		line-height: 1.65 !important;
		text-align: center !important;
	}
	
	.home .oh3-hero .wp-block-buttons {
		justify-content: center !important;
		gap: 10px !important;
	}
	
	.home .oh3-hero .wp-block-button__link {
		padding: 12px 20px !important;
		font-size: 16px !important;
	}
	
	.home .oh3-latest-query .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
		padding-left: 0 !important;
	}
	
	.home .oh3-latest-query .wp-block-post {
		min-width: 0 !important;
	}
	
	.home .oh3-latest-query .oh3-card > .wp-block-group__inner-container {
		padding: 16px !important;
	}
	
	.home .oh3-latest-query .oh3-card > .wp-block-group__inner-container > .wp-block-group,
	.home .oh3-latest-query .oh3-card > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
		padding: 0 !important;
	}
	
	.home .oh3-latest-query .oh3-post-title {
		font-size: 20px !important;
		line-height: 1.35 !important;
		padding-left: 12px !important;
	}
	
	.home .oh3-picked > .wp-block-columns {
		flex-direction: column !important;
		gap: 18px !important;
	}
	
	.home .oh3-picked > .wp-block-columns > .wp-block-column,
	.home .oh3-picked-card {
		flex-basis: 100% !important;
		width: 100% !important;
	}
	
	.home .oh3-picked-card .wp-block-group__inner-container {
		padding: 20px !important;
	}
	
	.home .oh3-picked-card .wp-block-post-title {
		font-size: 20px !important;
		line-height: 1.35 !important;
	}
	
	.home .oh3-topics {
		padding: 36px 0 !important;
	}
	
	.home .oh3-topic-buttons {
		justify-content: center !important;
	}
}
@media (max-width: 420px) {
	.home .oh3-hero h1 {
		font-size: 32px !important;
	}
}
/* === End 1Hindi Homepage Mobile Refinement === */


/* === 1Hindi Mobile Width Override === */
@media (max-width: 680px) {
	.home .oh3-home > .wp-block-group__inner-container,
	.home .oh3-hero > .wp-block-group__inner-container,
	.home .oh3-section > .wp-block-group__inner-container,
	.home .oh3-picked > .wp-block-group__inner-container {
		padding: 0 !important;
	}
	
	.home .oh3-picked-query .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 18px !important;
		padding-left: 0 !important;
	}
	
	.home .oh3-picked-query .wp-block-post {
		min-width: 0 !important;
	}
	
	.home .oh3-picked-card {
		padding: 20px !important;
	}
	
	.home .oh3-picked-card .wp-block-post-title {
		width: 100% !important;
	}
}
/* === End 1Hindi Mobile Width Override === */


/* === 1Hindi Premium Archive & Search System === */
.archive,
.search {
	background: #f7fcfa;
	color: #263f36;
}

.archive .page-header,
.search .page-header {
	background: #eaf8f2;
	border: 1px solid #d9ede4;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(21, 68, 52, 0.05);
	margin-bottom: 26px;
	padding: clamp(24px, 4vw, 38px);
}

.archive .page-title,
.search .page-title {
	color: #14382c;
	font-size: clamp(30px, 4vw, 42px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.02em;
	margin: 0;
}

.archive .site-main > article .inside-article,
.search .site-main > article .inside-article {
	background: #ffffff;
	border: 1px solid #e1f0e9;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(21, 68, 52, 0.05);
	margin-bottom: 24px;
	padding: clamp(24px, 3.5vw, 38px);
	overflow: hidden;
}

.archive .site-main > article .entry-header,
.search .site-main > article .entry-header {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1f0e9;
}

.archive .entry-title,
.search .entry-title {
	color: #14382c;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 780;
	line-height: 1.32;
	margin-bottom: 10px;
}

.archive .entry-title a,
.search .entry-title a {
	color: inherit;
	text-decoration: none;
}

.archive .entry-title a:hover,
.search .entry-title a:hover {
	color: #087a5b;
}

.archive .entry-meta,
.search .entry-meta {
	color: #557166;
	font-size: 14px;
	line-height: 1.7;
}

.archive .entry-meta a,
.search .entry-meta a {
	color: #087a5b;
	font-weight: 650;
	text-decoration: none;
}

.archive .post-image img,
.archive .featured-image img,
.search .post-image img,
.search .featured-image img {
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(21, 68, 52, 0.08);
}

.archive .entry-summary,
.archive .entry-content,
.search .entry-summary,
.search .entry-content {
	color: #36564a;
	font-size: 17px;
	line-height: 1.8;
}

.archive .entry-summary a,
.archive .entry-content a,
.search .entry-summary a,
.search .entry-content a {
	color: #087a5b;
	text-underline-offset: 3px;
}

.archive a.read-more,
.search a.read-more {
	display: inline-block;
	background: #eaf8f2;
	border: 1px solid #bfe7d5;
	border-radius: 999px;
	color: #087a5b;
	font-weight: 750;
	margin-top: 6px;
	padding: 10px 16px;
	text-decoration: none;
}

.archive a.read-more:hover,
.search a.read-more:hover {
	background: #15c39a;
	border-color: #15c39a;
	color: #ffffff;
}

.archive #right-sidebar .widget,
.archive #left-sidebar .widget,
.search #right-sidebar .widget,
.search #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;
}

.archive .sidebar .widget-title,
.search .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;
}

.archive .sidebar .widget a,
.search .sidebar .widget a {
	color: #185a46;
	text-decoration-color: #9ed6bd;
	text-underline-offset: 3px;
}

.archive .paging-navigation,
.archive .pagination,
.search .paging-navigation,
.search .pagination {
	background: #ffffff;
	border: 1px solid #e1f0e9;
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(21, 68, 52, 0.04);
	padding: 14px;
}

.archive .page-numbers,
.search .page-numbers {
	border-radius: 10px;
	color: #185a46;
	font-weight: 700;
	padding: 8px 12px;
}

.archive .page-numbers.current,
.archive .page-numbers:hover,
.search .page-numbers.current,
.search .page-numbers:hover {
	background: #15c39a;
	color: #ffffff;
}

@media (max-width: 768px) {
	.archive .page-header,
	.search .page-header {
		border-radius: 16px;
		margin-bottom: 18px;
		padding: 24px 20px;
	}
	
	.archive .page-title,
	.search .page-title {
		font-size: 29px;
	}
	
	.archive .site-main > article .inside-article,
	.search .site-main > article .inside-article {
		border-radius: 16px;
		margin-bottom: 18px;
		padding: 22px 20px;
	}
	
	.archive .entry-title,
	.search .entry-title {
		font-size: 24px;
		line-height: 1.35;
	}
	
	.archive .entry-summary,
	.archive .entry-content,
	.search .entry-summary,
	.search .entry-content {
		font-size: 17px;
		line-height: 1.75;
	}
}
/* === End 1Hindi Premium Archive & Search System === */