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

@import url('aseets/css/rs-shortcodes-frontend.css');
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;
	margin: 1.35rem !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 span{
	padding: 0.65rem 0.75rem;
}

.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 !important;
	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: 2px solid #d7e7dd !important;
	background: linear-gradient(180deg, #f9fdfb 0%, #f1f7f3 100%) !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.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: 1.5rem
}

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%;
}

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: #237a50
}

.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;
    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
}
.page .inside-article {
    padding: 1.3rem !important
}
.not-found{
	padding: 1.3rem !important
}

/* -------------------------------------------------------------------------
   Easy Table of Contents: cleaner UI
   ------------------------------------------------------------------------- */
.entry-content #ez-toc-container,
.inside-article #ez-toc-container,
.widget #ez-toc-container {
	background: linear-gradient(180deg, #f9fdfb 0%, #f1f7f3 100%) !important;
	border: 1px solid #d7e7dd !important;
	border-radius: 12px !important;
	box-shadow: 0 3px 14px rgba(35, 122, 80, 0.08) !important;
	padding: 14px 16px !important;
	margin: 1.15rem 0 1.35rem !important;
}

#ez-toc-container .ez-toc-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(35, 122, 80, 0.18);
}

#ez-toc-container .ez-toc-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.3;
	color: #1b5f3d !important;
	margin: 0 !important;
}

#ez-toc-container .ez-toc-toggle a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	border-radius: 8px;
	background: rgba(35, 122, 80, 0.1);
	color: #1b5f3d !important;
	transition: background 0.2s ease, color 0.2s ease;
}

#ez-toc-container .ez-toc-toggle a:hover {
	background: rgba(35, 122, 80, 0.16);
	color: #0d4d2f !important;
	text-decoration: none;
}

#ez-toc-container nav {
	margin: 0;
}

#ez-toc-container nav ul,
#ez-toc-container ul.ez-toc-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

#ez-toc-container nav ul li {
	margin: 0 !important;
}

#ez-toc-container nav ul li a {
	display: block;
	padding: 8px 10px;
	border-radius: 8px;
	color: #1b5f3d !important;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

#ez-toc-container nav ul li a:hover,
#ez-toc-container nav ul li a:focus {
	background: rgba(35, 122, 80, 0.11);
	color: #0d4d2f !important;
	text-decoration: none;
	transform: translateX(2px);
}

#ez-toc-container nav ul ul {
	margin-top: 2px !important;
	margin-bottom: 3px !important;
	padding-left: 14px !important;
}

#ez-toc-container nav ul ul a {
	font-size: 14px;
	font-weight: 500;
}

#ez-toc-container .ez-toc-link.ez-toc-heading-level-2 {
	padding-left: 12px;
}

#ez-toc-container .ez-toc-link.ez-toc-heading-level-3,
#ez-toc-container .ez-toc-link.ez-toc-heading-level-4 {
	padding-left: 18px;
}

#ez-toc-container .ez-toc-page-1 a,
#ez-toc-container nav ul li.active > a,
#ez-toc-container nav ul li.current > a {
	color: #0d4d2f !important;
}

@media (max-width: 768px) {
	.entry-content #ez-toc-container,
	.inside-article #ez-toc-container,
	.widget #ez-toc-container {
		padding: 12px !important;
		border-radius: 10px !important;
	}

	#ez-toc-container .ez-toc-title {
		font-size: 16px !important;
	}

	#ez-toc-container nav ul li a {
		padding: 7px 8px;
		font-size: 14px;
	}
}
.rank-math-breadcrumb p{
	margin-bottom: 0 !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background){
	background-color: #237a50 !important;
}