/*
Theme Name: GeneratePress Child
Theme URI: https://ismata.co.id/
Description: Child theme for GeneratePress.
Author: Ismata
Author URI: https://ismata.co.id/
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

.gpchild-rs-profile-card {
	border: 1px solid #237a50;
	border-radius: 10px;
	overflow: hidden;
	margin: 20px 0px;
	padding-top:8px;
	box-shadow: 0 8px 20px rgba(35, 122, 80, 0.12);
}

.gpchild-rs-profile-card__media {
	line-height: 0;
}

.gpchild-rs-profile-card__image {
	display: block;
	width: 100%;
	height: auto;
}

.gpchild-rs-profile-card__body {
	padding: 14px;
}

.gpchild-rs-profile-card__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 8px;
	color: #1f1f1f;
}

.gpchild-rs-profile-card__address-label,
.gpchild-rs-profile-card__social-label {
	font-size: 12px;
	letter-spacing: 0.06em;
	color: #6d6d6d;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.gpchild-rs-profile-card__address {
	font-size: 15px;
	line-height: 1.45;
	margin: 0 0 10px;
	color: #2f2f2f;
}

.gpchild-rs-profile-card__social-wrap {
	margin-bottom: 12px;
}

.gpchild-rs-profile-card__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.gpchild-rs-profile-card__social a,
.gpchild-rs-profile-card__social-link {
	font-size: 14px;
	text-decoration: none;
	color: #2f2f2f;
}

.gpchild-rs-profile-card__social-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gpchild-rs-profile-card__social-icon {
	flex-shrink: 0;
	display: block;
	width: 18px;
	height: 18px;
}

.gpchild-rs-profile-card__social-text {
	line-height: 1.2;
}

.gpchild-rs-profile-card__table {
	border-top: 1px solid #237a50;
}

.gpchild-rs-profile-card__row {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #237a50;
}

.gpchild-rs-profile-card__label {
	font-weight: 600;
	color: #1f1f1f;
	font-size: 15px;
}

.gpchild-rs-profile-card__value {
	color: #3a3a3a;
	font-size: 15px;
	line-height: 1.45;
}

.gpchild-rs-profile-card__value a {
	color: #237a50;
	text-decoration: none;
}

.gpchild-rs-profile-card__section {
	margin-top: 14px;
}

.gpchild-rs-profile-card__section h4 {
	font-weight: 700;
	margin: 0 0 8px;
	color: #1f1f1f;
}

.gpchild-rs-profile-card__section ul {
	margin: 0 0 0 18px;
}

.gpchild-rs-profile-card__section li {
	margin-bottom: 4px;
	font-size: 15px;
}

.gpchild-rs-profile-card__hours-table {
	border-top: 1px solid #237a50;
}

.gpchild-rs-profile-card__hours-row {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 14px;
	padding: 8px 0;
	border-bottom: 1px solid #237a50;
}
.gpchild-rs-profile-card__hours-row:last-child {
	border-bottom: none;
}

.gpchild-rs-profile-card__hours-day {
	font-weight: 600;
	color: #1f1f1f;
}

.gpchild-rs-profile-card__hours-time {
	color: #3a3a3a;
}

.gpchild-rs-jadwal-dokter table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.gpchild-rs-jadwal-dokter th,
.gpchild-rs-jadwal-dokter td {
	padding: 8px 6px;
	border: 1px solid #237a50;
	vertical-align: top;
}

.gpchild-rs-jadwal-dokter table thead th:nth-child(1) {
	width: 18%;
}
.gpchild-rs-jadwal-dokter table thead th:nth-child(2) {
	width: 22%;
}
.gpchild-rs-jadwal-dokter table thead th:nth-child(n + 3) {
	min-width: 200px;
	width: 200px;
}

.gpchild-rs-jadwal-dokter .gpchild-rs-jadwal-col--spesialis,
.gpchild-rs-jadwal-dokter .gpchild-rs-jadwal-col--dokter {
	text-align: left;
	vertical-align: top;
}
.gpchild-rs-jadwal-dokter .gpchild-rs-jadwal-col--hari {
	text-align: center;
	vertical-align: top;
}
.gpchild-rs-jadwal-dokter .gpchild-rs-jadwal-col--desc {
	text-align: left;
	font-size: 13px;
	color: #3a3a3a;
	background: #f6faf7;
}

.gpchild-rs-jadwal-klinik__desc {
	margin: 0 0 10px;
	color: #3a3a3a;
}
.gpchild-rs-faqs {
	display: grid;
	gap: 10px;
	margin: 16px 0;
}

.gpchild-rs-faq-item {
	border: 1px solid #d4e4db;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}

.gpchild-rs-faq-item.is-open {
	border-color: #237a50;
	box-shadow: 0 8px 20px rgba(35, 122, 80, 0.12);
}

.gpchild-rs-faq-item__question {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	position: relative;
	padding: 14px 46px 14px 14px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #1f1f1f;
	cursor: pointer;
	list-style: none;
}

.gpchild-rs-faq-item__question::before,
.gpchild-rs-faq-item__question::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	width: 14px;
	height: 2px;
	background: #237a50;
	transition: transform 0.2s ease;
}

.gpchild-rs-faq-item__question::after {
	transform: translateY(-50%) rotate(90deg);
}

.gpchild-rs-faq-item__question[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0deg);
}

.gpchild-rs-faq-item__question::before {
	transform: translateY(-50%);
}

.gpchild-rs-faq-item__answer {
	padding: 0 14px 14px;
	color: #3a3a3a;
	line-height: 1.6;
}

.gpchild-rs-faq-item__answer p:last-child {
	margin-bottom: 0;
}
.gpchild-rs-jadwal-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.gpchild-rs-jadwal-dokter table {
	min-width: 1800px;
}
.gpchild-rs-jadwal-dokter table thead th:first-child {
	border-left: 1px solid #237a50e3;
}
.gpchild-rs-jadwal-dokter table thead th:last-child {
	border-right: 1px solid #237a50e3;
}

.gpchild-rs-jadwal-dokter table thead th {
	font-size: 14px;
	font-weight: 600;
	background: #237a50e3;
	color: #ffffff;
	text-align: center;
	padding: 8px 6px;
	border: 1px solid #fff;
	vertical-align: top;
}
.gpchild-rs-jadwal-dokter table tbody td {
	font-size: 14px;
	color: #3a3a3a;
	padding: 4px;
	border: 1px solid #237a50;
	vertical-align: top;
}

/* Spesialis ganjil: default; spesialis genap: satu warna latar lembut */
.gpchild-rs-jadwal-dokter table tbody tr.gpchild-rs-jadwal-row--group-alt > td {
	background-color: #e8f2ec;
}

.gpchild-rs-jadwal-dokter table tbody .gpchild-rs-jadwal-col--spesialis {
	min-width: 160px;
	vertical-align: middle;
	font-weight: 600;
}
.gpchild-rs-jadwal-dokter table tbody .gpchild-rs-jadwal-col--dokter {
	min-width: 220px;
	text-align: left !important;
	vertical-align: middle;
	font-weight: 600;
}
.gpchild-rs-jadwal-dokter table tbody .gpchild-rs-jadwal-col--hari {
	min-width: 200px;
	width: 200px;
	text-align: center !important;
	vertical-align: middle;
}

@media (max-width: 768px) {

	.gpchild-rs-profile-card__row {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.gpchild-rs-profile-card__section h4 {
		font-size: 25px;
	}

	.gpchild-rs-profile-card__hours-row {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.gpchild-rs-faq-item__question {
		font-size: 15px;
		padding: 12px 40px 12px 12px;
	}

	.gpchild-rs-faq-item__answer {
		padding: 0 12px 12px;
		font-size: 14px;
	}

	.gpchild-rs-jadwal-dokter th,
	.gpchild-rs-jadwal-dokter td {
		padding: 7px 4px;
		font-size: 13px;
	}

	.gpchild-rs-jadwal-table-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.gpchild-rs-jadwal-dokter table {
		min-width: 1800px;
	}
}
a {
	color: #237a50;
	text-decoration: none;
}
a:hover {
	color: #ffd700;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------
   Single post: entry meta + share (GeneratePress entry-header)
   ------------------------------------------------------------------------- */

.single-post .entry-header {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 4px;
}

.single-post .entry-header .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 4px;
	margin-top: 20px !important;
	padding: 10px 14px;
	background: linear-gradient( 180deg, #f9fdfb 0%, #f0f6f2 100% );
	border: 1px solid #cfe5d8;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #4a4a4a;
	box-shadow: 0 2px 10px rgba( 35, 122, 80, 0.06 );
}

.single-post .entry-header .entry-meta a {
	color: #1a6b45;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.single-post .entry-header .entry-meta a:hover {
	color: #0d4d2f;
	border-bottom-color: rgba( 35, 122, 80, 0.35 );
}

.single-post .entry-header .entry-meta .byline::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 12px 0 4px;
	vertical-align: middle;
	border-radius: 50%;
	background: #237a50;
	opacity: 0.45;
}

.single-post .entry-header .entry-meta .posted-on,
.single-post .entry-header .entry-meta .byline {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
}

.single-post .entry-header .entry-meta .posted-on.gpchild-posted-on--sentence {
	display: block;
	line-height: 1.5;
}

/* Meta di bawah konten (kategori, tag, dll.): sama UI dengan meta di atas */
.single-post .inside-article footer.entry-meta {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 12px;
	margin-top: 20px !important;
	padding: 10px 14px !important;
	background: linear-gradient( 180deg, #f9fdfb 0%, #f0f6f2 100% );
	border: 1px solid #cfe5d8;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #4a4a4a;
	box-shadow: 0 2px 10px rgba( 35, 122, 80, 0.06 );
}

.single-post .inside-article footer.entry-meta a {
	color: #1a6b45;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.single-post .inside-article footer.entry-meta a:hover {
	color: #0d4d2f;
	border-bottom-color: rgba( 35, 122, 80, 0.35 );
}

.single-post .inside-article footer.entry-meta .cat-links,
.single-post .inside-article footer.entry-meta .tags-links,
.single-post .inside-article footer.entry-meta .comments-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

/* Pisah baris: tag di bawah kategori */
.single-post .inside-article footer.entry-meta .cat-links + .tags-links {
	padding-top: 10px;
	border-top: 1px solid rgba( 35, 122, 80, 0.15 );
}

.single-post .inside-article footer.entry-meta .post-navigation,
.single-post .inside-article footer.entry-meta > .nav-links {
	width: 100%;
}

/* Ikon kategori/tag (span.gp-icon dari GeneratePress): lingkaran + latar */
.single-post .inside-article footer.entry-meta .gp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 50%;
	background: #237a50;
	color: #ffffff;
	box-shadow: 0 2px 6px rgba( 35, 122, 80, 0.25 );
}

.single-post .inside-article footer.entry-meta .gp-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.single-post .inside-article footer.entry-meta .gp-icon svg path {
	fill: currentColor;
}

.gpchild-single-share {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin-top: 14px;
	padding-top: 16px;
	border-top: 1px solid #e3ebe6;
}

.gpchild-single-share__btn {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 8px;
	border: 0;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.1 );
	transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.gpchild-single-share__btn:hover {
	filter: brightness( 1.06 );
	transform: translateY( -1px );
	box-shadow: 0 4px 14px rgba( 0, 0, 0, 0.12 );
}

.gpchild-single-share__btn:focus-visible {
	outline: 2px solid #237a50;
	outline-offset: 2px;
}

/* Satu warna latar untuk ketiga sosial (bukan Copy URL) */
.gpchild-single-share__btn--facebook,
.gpchild-single-share__btn--whatsapp,
.gpchild-single-share__btn--telegram {
	background: #237a50;
	color: #ffffff;
}

.gpchild-single-share__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.gpchild-single-share__svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.gpchild-single-share__label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gpchild-single-share__btn--copy {
	background: #ffffff;
	color: #237a50;
	border: 2px solid #237a50;
	box-shadow: none;
}

.gpchild-single-share__btn--copy .gpchild-single-share__svg {
	fill: currentColor;
}

.gpchild-single-share__btn--copy:hover {
	background: #f4faf6;
	color: #0d4d2f;
	border-color: #0d4d2f;
}

.gpchild-single-share__btn--copy.is-error {
	background: #fff5f5;
	border-color: #c53030;
	color: #9b2c2c;
}

.gpchild-single-share a.gpchild-single-share__btn:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Mobile: satu baris, ikon saja (label disembunyikan; aria-label tetap di HTML) */
@media ( max-width: 768px ) {
	.gpchild-single-share__btn{
		border-radius: 5px;
		padding: 8px 6px;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.2;
		cursor: pointer;
		text-decoration: none;
	}
	.gpchild-single-share {
		gap: 6px;
		width: 100%;
		max-width: 100%;
	}

	.gpchild-single-share__label {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect( 0, 0, 0, 0 ) !important;
		white-space: nowrap !important;
		border: 0 !important;
		/* reset ellipsis rules when visually hidden */
		text-overflow: clip !important;
		min-width: 1px !important;
	}

	.gpchild-single-share__btn {
		flex: 1 1 0;
		min-width: 0;
		padding: 10px 4px;
		min-height: 44px;
	}

	/* Setelah salin URL: tampilkan teks feedback singkat */
	.gpchild-single-share__btn.is-showing-feedback .gpchild-single-share__label,
	.gpchild-single-share__btn.is-error .gpchild-single-share__label {
		position: static !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
		clip: auto !important;
		white-space: normal !important;
		font-size: 11px;
		line-height: 1.2;
		max-width: 4.5rem;
		text-align: center;
	}
}

/* -------------------------------------------------------------------------
   Blog / archive loop: kartu artikel (beranda, kategori, tag, pencarian, …)
   Kategori di atas; footer meta tanpa duplikat kategori (filter PHP).
   ------------------------------------------------------------------------- */

body:not( .single-post ) .site-main article.post {
	margin-bottom: 22px;
}

body:not( .single-post ) .gpchild-loop-card {
	background: #ffffff;
	border: 1px solid #e6ebe8;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba( 35, 122, 80, 0.08 );
	padding: 1.25rem 1.25rem 1.25rem;
}

@media ( min-width: 768px ) {
	body:not( .single-post ) .gpchild-loop-card {
		padding: 1.5rem 1.5rem 1.35rem;
	}
}

.gpchild-loop-card__categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.gpchild-loop-card__category {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: #237a50;
	text-decoration: none;
	padding: 7px 14px 7px 11px;
	border-radius: 999px;
	background: rgba( 35, 122, 80, 0.1 );
	border: 1px solid rgba( 35, 122, 80, 0.28 );
	line-height: 1.2;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.gpchild-loop-card__category::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-right: 8px;
	flex-shrink: 0;
	background-color: currentColor;
	-webkit-mask-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3E%3C/svg%3E" );
	mask-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath d='M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z'/%3E%3C/svg%3E" );
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.gpchild-loop-card__category:hover {
	background: rgba( 35, 122, 80, 0.16 );
	color: #0d4d2f;
	border-color: rgba( 35, 122, 80, 0.45 );
}

body:not( .single-post ) .gpchild-loop-card .entry-title,
body:not( .single-post ) .gpchild-loop-card .entry-title a {
	padding: 0 10px;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
	text-decoration: none;
	display: block;
}

body:not( .single-post ) .gpchild-loop-card .entry-title a:hover {
	color: #237a50;
}

body:not( .single-post ) .gpchild-loop-card .entry-header {
	width: auto;
	max-width: none;
	margin-bottom: 2px;
}

/* Kalimat meta (kiri) + kategori (kanan) dalam satu strip di bawah judul */
body:not( .single-post ) .gpchild-loop-card .gpchild-loop-card__header-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	column-gap: 16px;
	row-gap: 10px;
	padding: 5px 10px;
	color: #000;
}

body:not( .single-post ) .gpchild-loop-card .gpchild-loop-card__header-meta .entry-meta {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
	text-align: left;
	align-self: center;
}

body:not( .single-post ) .gpchild-loop-card .gpchild-loop-card__header-meta .gpchild-loop-card__categories {
	flex: 0 0 auto;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

@media ( max-width: 560px ) {
	body:not( .single-post ) .gpchild-loop-card .gpchild-loop-card__header-meta {
		align-items: stretch;
	}

	body:not( .single-post ) .gpchild-loop-card .gpchild-loop-card__header-meta .gpchild-loop-card__categories {
		margin-left: 0;
		justify-content: flex-end;
		align-self: flex-end;
	}
	body:not( .single-post ) .gpchild-loop-card .entry-title,
	body:not( .single-post ) .gpchild-loop-card .entry-title a {
		font-size: 22px !important;
	}
}

body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta {
	display: block;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 14px;
	line-height: 1.45;
	color: #237a50;
}

body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta a {
	color: #1a6b45;
	font-weight: 600;
}

body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta a:hover {
	color: #0d4d2f;
	border-bottom-color: rgba( 35, 122, 80, 0.35 );
}

body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta .posted-on,
body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta .byline {
	display: inline;
}

body:not( .single-post ) .gpchild-loop-card .entry-header .entry-meta .posted-on.gpchild-posted-on--sentence {
	display: inline;
	line-height: 1.5;
	color: #000;
}

body:not( .single-post ) .gpchild-loop-card .post-image {
	margin-top: 0 !important;
	margin-bottom: 16px !important;
	border-radius: 0px !important;
	overflow: hidden;
	max-width: 100% !important;
	line-height: 0;
}

body:not( .single-post ) .gpchild-loop-card .post-image img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

body:not( .single-post ) .gpchild-loop-card .entry-summary {
	margin-top: 0 !important;
	padding: 0;
	color: #3a3a3a;
	line-height: 1.65;
	font-size: 15px;
}

body:not( .single-post ) .gpchild-loop-card .entry-summary p {
	margin: 0 0 0.5em;
	padding: 0 10px;
}

body:not( .single-post ) .gpchild-loop-card .entry-summary p:last-child {
	margin-bottom: 0;
}

/* Meta bawah kartu (tag, komentar, navigasi): ringkas, bukan kartu penuh seperti single */
body:not( .single-post ) .gpchild-loop-card footer.entry-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	margin-top: 16px !important;
	padding: 10px 12px !important;
	background: rgba( 240, 246, 242, 0.75 );
	border: 1px solid #dfe9e3;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #4a4a4a;
	box-shadow: none;
}

body:not( .single-post ) .gpchild-loop-card footer.entry-meta a {
	color: #1a6b45;
	font-weight: 600;
}

body:not( .single-post ) .gpchild-loop-card footer.entry-meta .gp-icon {
	width: 32px;
	height: 32px;
	background: #237a50;
	color: #ffffff;
	box-shadow: 0 1px 4px rgba( 35, 122, 80, 0.2 );
}

body:not( .single-post ) .gpchild-loop-card footer.entry-meta .gp-icon svg {
	width: 16px;
	height: 16px;
}

.main-navigation a, .footer-bar .widget_nav_menu li{
	font-weight:700 !important
}
.post-image{
	max-width:100% !important;
	border-radius:10px !important
}
.entry-meta{
	color: #237a50
}
.entry-meta a{
	color: #000
}

.inside-left-sidebar ul li,
.inside-right-sidebar ul li {
    border-bottom: 1px solid #d0d3d7;
    padding-bottom: 15px
}

.entry-meta,
.entry-summary,
.post-image {
    margin-top: .5rem !important
}

.widget {
    background: #fff !important;
    border-radius: 10px;
    padding: 20px 0
}

@media (min-width:1024px) {
    .inside-left-sidebar,
    .inside-right-sidebar {
        position: sticky;
        top: 4rem;
        border-radius: 10px
    }
    #site-navigation {
        position: sticky;
        top: 0;
        z-index: 9999
    }
}

.inside-left-sidebar ul,
.inside-right-sidebar ul {
    padding: 15px
}

.inside-left-sidebar ul li {
    font-weight: 600
}

.inside-left-sidebar ul li:last-of-type,
.inside-right-sidebar ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0 !important
}

.inside-left-sidebar ul li a,
.inside-right-sidebar ul li a {
    color: #000;
    font-weight: 700
}

.page-header {
    padding: 10px !important;
    border-radius: 10px;
    margin-bottom: 10px
}

.widget-title {
    padding: 10px !important;
    margin-bottom: 0;
    border-bottom: 3px solid #d0d3d7
}

.comment-body,
.comment-content,
.comment-list,
.comments-area,
.comments-title,
.inside-article {
    padding: 10px !important;
    border-radius: 10px
}

.separate-containers .site-main {
    margin: 35px 15px
}

.post-image {
    max-width: 717px;
    width: 100%
}

.inside-article {
    padding: 15px 0 !important
}

.single .entry-content,
.single .entry-header,
.single .entry-summary,
.single .entry-title {
    padding: 0 1.3rem
}

h1,
h2,
h3,
h4 {
    padding: 0 !important
}

.single .comments-area #respond {
    padding: 15px 10px
}

button,
input[type=button],
input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 5px;
	border-color:#eee
}

.inside-article img {
    min-width: 100%;
    max-height: 414px
}

body {
    font-size: 15px;
    line-height: 1.6
}

h1 {
    font-size: clamp(20px, 2vw, 20px)
}

h2 {
    font-size: clamp(20px, 1.8vw, 24px)
}

h3 {
    font-size: clamp(18px, 1.6vw, 21px)
}

h4 {
    font-size: clamp(16px, 1.4vw, 18px)
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 14px
}

ol li,
p,
ul li {
    font-size: 16px
}

p {
    margin-bottom: 1em
}

ol li,
ul li {
    margin-bottom: .4em
}

a {
    color: #017eb7
}

.comments-area,
.single .inside-article {
    padding: 0 !important;
    border-radius: 10px
}

.single .inside-article img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.separate-containers .inside-article>.featured-image {
    margin-bottom: 1rem !important
}

@media (max-width:678px) {
    #primary-menu {
        display: none
    }
    .container .site-content .content-area {
        padding: 0 5px !important
    }
	.navigation-branding img, .site-logo.mobile-header-logo img{
		height:45px !important
	}
	.single .entry-content,
	.single .entry-header,
	.single .entry-summary,
	.single .entry-title {
		padding: 0 0.8rem
	}
	.entry-title{
		font-size: 22px !important;
		line-height: 1.5 !important
	}
	.separate-containers .inside-article>.featured-image {
		margin-bottom: 1rem !important
	}
}

.rank-math-breadcrumb {
    background: #fff;
    padding: 10px 10px 1px 10px;
    border-radius: 10px
}

.post-navigation a,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    font-size: 16px
}

.post-navigation {
    margin: 10px 0 !important;
    padding: 10px 0 15px
}

.page-title .rank-math-breadcrumb {
    display: none !important
}

.footer-bar .widget {
    background: none !important
}

.button,
.wp-block-button .wp-block-button__link {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    font-weight: 700
}

a.generate-back-to-top {
    background: #017eb7
}

.navigation-branding img,
.site-logo.mobile-header-logo img {
    padding: 2px 0px !important
}