/*
Theme Name: Bugfree Child
Template:   bugfree
Theme URI: https://1.envato.market/bugfree-wp
Description: Bugfree Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: bugfree-child
*/

/* Keep the three homepage cost-guide cards aligned at desktop widths. */
@media (min-width: 1025px) {
	.pru-cost-guide .pru-cost-card__description {
		min-height: 102px;
	}

	.pru-cost-guide .pru-cost-card__price {
		min-height: 197px;
	}
}

/* 2026-09-02: Keep the audited Home CTA and global footer submit hit areas at 44px. */
.elementor-606 .elementor-element-b078076 .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px !important;
}

.elementor-4092 .elementor-element-f402384 .wpcf7-submit {
	min-width: 44px !important;
	min-height: 44px !important;
}

/* Accessible keyboard focus and mobile navigation targets. */
:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #c7f268;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.elementskit-menu-hamburger,
	.elementskit-menu-close {
		min-width: 44px;
		min-height: 44px;
	}

	.elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		display: flex;
		min-height: 44px;
		align-items: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Resource comments are closed sitewide; preserve historic data in wp-admin only. */
.single-post .comment-box {
	display: none;
}

/* Approved Facebook fanpage contact point — separate from article share buttons. */
.pru-facebook-float {
	--pru-facebook-forest: #004b3b;
	--pru-facebook-lime: #c7f268;
	align-items: center;
	animation: pru-facebook-nudge 5.5s ease-in-out 2s infinite;
	background: var(--pru-facebook-lime);
	border: 2px solid #fff;
	border-radius: 999px;
	bottom: max(20px, env(safe-area-inset-bottom));
	box-shadow: 0 12px 30px rgba(0, 75, 59, 0.22);
	color: var(--pru-facebook-forest);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 20px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 56px;
	z-index: 9999;
}

.pru-facebook-float:hover {
	background: var(--pru-facebook-forest);
	box-shadow: 0 16px 34px rgba(0, 75, 59, 0.3);
	color: #fff;
	transform: translateY(-3px);
}

.pru-facebook-float__icon {
	align-items: center;
	display: inline-flex;
	font-size: 1.35rem;
	justify-content: center;
}

@keyframes pru-facebook-nudge {
	0%,
	85%,
	100% {
		transform: translateX(0);
	}
	89% {
		transform: translateX(-3px) rotate(-4deg);
	}
	93% {
		transform: translateX(3px) rotate(4deg);
	}
	97% {
		transform: translateX(-2px) rotate(-2deg);
	}
}

@media (max-width: 480px) {
	.pru-facebook-float {
		height: 52px;
		right: 16px;
		width: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pru-facebook-float {
		animation: none;
	}
}

/* Shared editorial TOC treatment; activated only when an article provides .pru-article-toc. */
body.pru-has-enhanced-toc .post-entry .pru-article-toc {
	--pru-toc-forest: #004b3b;
	--pru-toc-lime: #c7f268;
	--pru-toc-surface: #f5f8f4;
	--pru-toc-border: #d4e2d8;
	background: var(--pru-toc-surface);
	border: 1px solid var(--pru-toc-border);
	border-left: 4px solid var(--pru-toc-lime);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0, 75, 59, 0.08);
	margin: 1.75rem 0 2.25rem;
	overflow: hidden;
	padding: 0;
}

body.pru-has-enhanced-toc .post-content {
	margin-inline: auto;
	max-width: 1000px;
	width: 100%;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--pru-toc-forest);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 1.0625rem;
	font-weight: 700;
	gap: 0.75rem;
	height: 64px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 64px;
	padding: 0 1.125rem;
	text-align: left;
	width: 100%;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc__chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: block;
	height: 9px;
	margin-right: 4px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 9px;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc--open .pru-article-toc__chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc ol {
	border-top: 1px solid var(--pru-toc-border);
	margin: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 1rem 0 2.25rem;
	transition: max-height 260ms ease, padding-bottom 260ms ease, padding-top 260ms ease;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc--open ol {
	max-height: 840px;
	padding-bottom: 0.85rem;
	padding-top: 0.65rem;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc li {
	color: #17251f;
	margin: 0;
	padding: 0;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc li::marker {
	color: #17251f;
	font-weight: 600;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc a {
	border-left: 2px solid transparent;
	color: #17251f;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.38;
	margin-left: -0.5rem;
	padding: 0.38rem 0.5rem;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc a:hover,
body.pru-has-enhanced-toc .post-entry .pru-article-toc a:focus-visible,
body.pru-has-enhanced-toc .post-entry .pru-article-toc__link--active {
	background: rgba(199, 242, 104, 0.28);
	border-left-color: var(--pru-toc-forest);
	color: #17251f;
}

body.pru-has-enhanced-toc .post-entry h2[id],
body.pru-has-enhanced-toc .post-entry h3[id] {
	scroll-margin-top: 150px;
}

/* Existing draft-specific Additional CSS is intentionally overridden without changing its editor content. */
body.postid-11397.pru-has-enhanced-toc .post-entry .pru-article-toc {
	background: var(--pru-toc-surface);
	border: 1px solid var(--pru-toc-border);
	border-left: 4px solid var(--pru-toc-lime);
	padding: 0;
}

body.postid-11397.pru-has-enhanced-toc .post-entry .pru-article-toc a {
	color: #17251f;
	text-decoration: none !important;
}

@media (min-width: 1700px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail {
		box-shadow: 0 18px 40px rgba(0, 75, 59, 0.12);
		left: auto;
		margin: 0;
		max-height: calc(100vh - 170px);
		position: fixed;
		right: max(24px, calc((100vw - 1700px) / 2));
		top: 132px;
		width: 280px;
		z-index: 50;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail ol {
		max-height: calc(100vh - 250px);
		overflow-y: auto;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail.pru-article-toc--open ol {
		padding-bottom: 0.85rem;
		padding-top: 0.65rem;
	}
}

@media (min-width: 1900px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail {
		width: 320px;
	}
}

/* Editorial post metadata and cover image. */
.post-item.pru-resource-card .post-featured-image {
	aspect-ratio: 1.07 / 0.62;
	overflow: hidden;
}

.post-item.pru-resource-card .post-featured-image a,
.post-item.pru-resource-card .post-featured-image figure {
	display: block;
	height: 100%;
	margin: 0;
}

.post-item.pru-resource-card .post-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-item.pru-resource-card .post-item-body {
	margin-top: 6px;
}

.single-post .post-single-meta .pru-post-meta__reading-time {
	align-items: center;
	display: inline-flex;
	gap: 0.45rem;
}

.single-post .post-single-image.pru-post-featured {
	margin-bottom: clamp(2.25rem, 5vw, 4.5rem);
}

.single-post .post-single-image.pru-post-featured figure {
	margin: 0;
}

.single-post .post-single-image.pru-post-featured img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1024px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc {
		margin: 1.5rem 0 2rem;
	}
}

@media (max-width: 600px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc {
		border-radius: 14px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc__trigger {
		font-size: 1rem;
		height: 56px;
		min-height: 56px;
		padding: 0 1rem;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc ol {
		padding-left: 2rem;
	}
}

@media (max-width: 767px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact {
		bottom: auto;
		left: auto;
		margin: 0;
		position: fixed;
		right: 16px;
		top: calc(16px + env(safe-area-inset-top));
		width: 52px;
		z-index: 60;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact .pru-article-toc__trigger {
		height: 52px;
		justify-content: center;
		min-height: 52px;
		padding: 0;
		width: 52px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact .pru-article-toc__label {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open {
		background: #ffffff;
		border-color: var(--pru-toc-border);
		box-shadow: 0 16px 32px rgba(0, 75, 59, 0.16);
		overflow: hidden;
		right: 12px;
		width: min(360px, calc(100vw - 24px));
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open .pru-article-toc__trigger {
		height: 56px;
		justify-content: space-between;
		min-height: 56px;
		padding-inline: 0.9rem;
		width: 100%;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open .pru-article-toc__label {
		clip: auto;
		clip-path: none;
		height: auto;
		overflow: visible;
		position: static;
		white-space: normal;
		width: auto;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open ol {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		max-height: min(68dvh, 500px);
		overscroll-behavior: contain;
		overflow-y: auto;
		position: static;
		width: 100%;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open li {
		margin-block: 0.125rem;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open a {
		border-left: 0;
		border-radius: 8px;
		color: #17251f;
		font-size: 0.9375rem;
		line-height: 1.4;
		margin-left: -0.25rem;
		padding: 0.5rem 0.625rem;
		text-decoration: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *::before,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *::after {
		transition: none;
	}
}

/* Article-only editorial links and compact metadata. Keep UI chips and share
 * controls unadorned; underline only links inside the readable article copy. */
.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link) {
	color: #007c5a !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}

.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link):hover,
.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link):focus-visible {
	color: #004b3b !important;
}

/* Easy TOC remains a quiet in-article navigation panel, not editorial copy. */
.single-post .post-content #ez-toc-container .ez-toc-title {
	color: #111111 !important;
	font-weight: 700;
}

.single-post .post-content #ez-toc-container .ez-toc-link,
.single-post .post-content #ez-toc-container .ez-toc-list li {
	color: #111111 !important;
	font-size: 100% !important;
	font-weight: 400;
	text-decoration: none !important;
}

.single-post .post-content #ez-toc-container .ez-toc-link::before {
	color: #111111 !important;
}

.single-post .post-content #ez-toc-container .ez-toc-link:hover,
.single-post .post-content #ez-toc-container .ez-toc-link:focus-visible {
	color: #111111 !important;
	text-decoration: none !important;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li,
.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li > .ez-toc-link {
	font-weight: 500;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 ul li,
.single-post .post-content #ez-toc-container .ez-toc-list-level-1 ul li > .ez-toc-link {
	font-weight: 400;
}

.single-post .post-content {
	margin-inline: auto;
	max-width: 1000px;
	width: 100%;
}

.single-post .post-content #ez-toc-container {
	--pru-easy-toc-border: #d7e3db;
	--pru-easy-toc-ink: #111111;
	background: #f7faf7;
	border: 1px solid var(--pru-easy-toc-border);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 75, 59, 0.1);
	font-size: 100% !important;
	overflow: hidden;
	width: 100%;
}

.single-post .post-content #ez-toc-container .ez-toc-title-container {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
	min-height: 52px;
	padding: 0.25rem 0.875rem;
}

.single-post .post-content #ez-toc-container .ez-toc-title {
	margin: 0;
}

.single-post .post-content #ez-toc-container .ez-toc-toggle {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	min-height: 44px;
	min-width: 44px;
}

.single-post .post-content #ez-toc-container nav {
	padding: 0 1rem 1rem;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group > .pru-easy-toc__group-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--pru-easy-toc-ink);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -44px;
	right: auto;
	top: -10px;
	vertical-align: middle;
	width: 44px;
	z-index: 2;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group {
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 {
	overflow: visible !important;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group > .ez-toc-link {
	width: 100%;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li.pru-easy-toc__group > ul {
	margin: 10px 0 0 22px;
	padding-left: 0;
}

.single-post .post-content .pru-easy-toc__group-toggle svg {
	height: 14px;
	transform: translateX(4px);
	transition: transform 200ms ease;
	width: 14px;
}

.single-post .post-content .pru-easy-toc__group-toggle[aria-expanded="true"] svg {
	transform: translateX(4px) rotate(90deg);
}

.single-post .post-content .pru-easy-toc__group-toggle:focus-visible,
.single-post .post-content #ez-toc-container .ez-toc-toggle:focus-visible {
	outline: 3px solid #8fcb39;
	outline-offset: 2px;
}

.pru-easy-toc__marker {
	height: 1px;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating {
	left: auto;
	margin: 0;
	max-height: calc(100dvh - 110px);
	position: fixed;
	right: 16px;
	top: 88px;
	transition: width 180ms ease;
	width: min(360px, calc(100vw - 32px));
	z-index: 80;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--wide) nav {
	display: none !important;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--panel-open nav {
	display: block !important;
	max-height: calc(100dvh - 180px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

@media (min-width: 1440px) and (max-width: 1699px) {
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) {
		width: min(200px, calc((100vw - 1000px) / 2 - 28px));
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--panel-open {
		width: 360px;
	}
}

@media (min-width: 1700px) {
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--wide {
		right: max(24px, calc((100vw - 1700px) / 2));
		width: 320px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--wide nav {
		display: block !important;
		max-height: calc(100dvh - 180px);
		overflow-y: auto;
	}
}

@media (max-width: 767px) {
	.single-post .post-content #ez-toc-container {
		border-radius: 12px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating {
		right: 12px;
		top: calc(72px + env(safe-area-inset-top));
		width: min(360px, calc(100vw - 24px));
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) {
		box-shadow: 0 8px 20px rgba(0, 75, 59, 0.16);
		max-height: 56px;
		min-height: 56px;
		padding: 6px !important;
		width: 56px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-title {
		display: none;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-title-container {
		justify-content: center;
		min-height: 44px;
		padding: 0;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-toggle:focus,
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-toggle:focus-visible {
		box-shadow: none;
		outline: 2px solid #8fcb39 !important;
		outline-offset: 2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-post .post-content #ez-toc-container *,
	.single-post .post-content #ez-toc-container *::before,
	.single-post .post-content #ez-toc-container *::after {
		transition: none !important;
	}
}

.single-post .post-single-meta ul,
.pru-resource-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.single-post .post-single-meta li,
.pru-resource-card__meta a,
.pru-resource-card__meta span {
	align-items: center;
	display: inline-flex;
	font-size: 0.8125rem;
	gap: 7px;
	line-height: 1.45;
}

.single-post .post-single-meta i,
.pru-resource-card__meta i {
	align-items: center;
	display: inline-flex;
	flex: 0 0 13px;
	font-size: 0.75rem;
	justify-content: center;
	line-height: 1;
}

.pru-resource-card__meta {
	color: #526057;
	margin-top: 2px;
}

.pru-resource-card__meta a,
.pru-resource-card__meta span {
	color: inherit;
	text-decoration: none;
}

.pru-resource-card__meta a:hover,
.pru-resource-card__meta a:focus-visible {
	color: #004b3b;
}

.single-post .post-tags a,
.single-post .post-social-sharing a {
	text-decoration: none !important;
}

.single-post .post-social-sharing a {
	background-color: #c7f268;
	color: #004b3b;
	transition: color 180ms ease, opacity 180ms ease;
}

	.single-post .post-social-sharing a:hover,
	.single-post .post-social-sharing a:focus-visible {
	background-color: #c7f268;
	color: #fff;
	opacity: 1;
}

@media (max-width: 767px) {
	.single-post .post-single-meta ul,
	.pru-resource-card__meta {
		gap: 5px 11px;
	}

	.single-post .post-single-meta li,
	.pru-resource-card__meta a,
	.pru-resource-card__meta span {
		font-size: 0.75rem;
		gap: 6px;
	}

	.single-post .post-single-meta i,
	.pru-resource-card__meta i {
		flex-basis: 12px;
		font-size: 0.6875rem;
	}
}

/* Unified single-post metadata scale. */
.single-post .post-single-meta li {
	font-size: 0.9rem;
	gap: 8px;
	line-height: 1.5;
}

.single-post .post-single-meta i {
	flex-basis: 0.85rem;
	font-size: 0.85rem;
}


.single-post .pru-breadcrumbs {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 28px;
	max-width: 760px;
}

.category .breadcrumb-trail,
.category .breadcrumb-trail .trail-item {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .pru-breadcrumbs__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post .pru-breadcrumbs__item {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	margin: 0;
}

.single-post .pru-breadcrumbs__item + .pru-breadcrumbs__item::before {
	color: rgba(255, 255, 255, 0.62);
	content: "/";
	font-weight: 400;
}

.single-post .pru-breadcrumbs a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.single-post .pru-breadcrumbs a:hover,
.single-post .pru-breadcrumbs a:focus-visible {
	color: #b7e300;
}

.single-post .pru-breadcrumbs [aria-current="page"] {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
}

@media (max-width: 767px) {
	.single-post .pru-breadcrumbs {
		font-size: 1rem;
		margin-top: 20px;
	}

	.single-post .post-single-meta li {
		font-size: 0.9rem;
		gap: 8px;
	}

	.single-post .post-single-meta i {
		flex-basis: 0.85rem;
		font-size: 0.85rem;
	}
}

/* Article hero breadcrumb: horizontal trail without ordered-list numbering. */
.single-post .pru-breadcrumbs ol {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px 10px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post .pru-breadcrumbs li {
	display: inline-flex !important;
	list-style: none !important;
	margin: 0 !important;
}

.single-post .pru-breadcrumbs li::marker {
	content: "";
}

.single-post .pru-breadcrumbs li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.68);
	content: "/";
	margin-left: 10px;
}

/* 2026-08-30: Compact article masthead on desktop and mobile. */
@media (min-width: 992px) {
	.single-post .page-header-box h1 {
		font-size: 55px !important;
		line-height: 1.08;
		max-width: 980px;
	}
}

@media (max-width: 767px) {
	.single-post .page-header {
		background-attachment: scroll;
		background-position: 68% center;
		padding: 144px 16px 40px;
	}

	.single-post .page-header::before {
		background: linear-gradient(90deg, rgba(0, 75, 59, 0.94) 0%, rgba(0, 75, 59, 0.78) 58%, rgba(0, 75, 59, 0.3) 100%);
	}

	.single-post .page-header-box h1 {
		font-size: 25px !important;
		line-height: 1.1;
		margin-bottom: 14px;
	}

	.single-post .post-single-meta ul {
		gap: 6px 12px;
	}

	.single-post .post-single-meta li:first-child {
		display: flex;
	}

	.single-post .post-single-meta li {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.single-post .pru-breadcrumbs {
		font-size: 1rem;
		line-height: 1.2;
		margin-top: 20px;
	}

	.single-post .pru-breadcrumbs li:last-child,
	.single-post .pru-breadcrumbs li:nth-last-child(2)::after {
		display: none !important;
	}
}/*
Theme Name: Bugfree Child
Template:   bugfree
Theme URI: https://1.envato.market/bugfree-wp
Description: Bugfree Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: bugfree-child
*/

/* Keep the three homepage cost-guide cards aligned at desktop widths. */
@media (min-width: 1025px) {
	.pru-cost-guide .pru-cost-card__description {
		min-height: 102px;
	}

	.pru-cost-guide .pru-cost-card__price {
		min-height: 197px;
	}
}

/* Accessible keyboard focus and mobile navigation targets. */
:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid #c7f268;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.elementskit-menu-hamburger,
	.elementskit-menu-close {
		min-width: 44px;
		min-height: 44px;
	}

	.elementskit-navbar-nav > li > a.ekit-menu-nav-link {
		display: flex;
		min-height: 44px;
		align-items: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* Resource comments are closed sitewide; preserve historic data in wp-admin only. */
.single-post .comment-box {
	display: none;
}

/* Approved Facebook fanpage contact point — separate from article share buttons. */
.pru-facebook-float {
	--pru-facebook-forest: #004b3b;
	--pru-facebook-lime: #c7f268;
	align-items: center;
	animation: pru-facebook-nudge 5.5s ease-in-out 2s infinite;
	background: var(--pru-facebook-lime);
	border: 2px solid #fff;
	border-radius: 999px;
	bottom: max(20px, env(safe-area-inset-bottom));
	box-shadow: 0 12px 30px rgba(0, 75, 59, 0.22);
	color: var(--pru-facebook-forest);
	display: inline-flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	right: 20px;
	transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 56px;
	z-index: 9999;
}

.pru-facebook-float:hover {
	background: var(--pru-facebook-forest);
	box-shadow: 0 16px 34px rgba(0, 75, 59, 0.3);
	color: #fff;
	transform: translateY(-3px);
}

.pru-facebook-float__icon {
	align-items: center;
	display: inline-flex;
	font-size: 1.35rem;
	justify-content: center;
}

@keyframes pru-facebook-nudge {
	0%,
	85%,
	100% {
		transform: translateX(0);
	}
	89% {
		transform: translateX(-3px) rotate(-4deg);
	}
	93% {
		transform: translateX(3px) rotate(4deg);
	}
	97% {
		transform: translateX(-2px) rotate(-2deg);
	}
}

@media (max-width: 480px) {
	.pru-facebook-float {
		height: 52px;
		right: 16px;
		width: 52px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pru-facebook-float {
		animation: none;
	}
}

/* Shared editorial TOC treatment; activated only when an article provides .pru-article-toc. */
body.pru-has-enhanced-toc .post-entry .pru-article-toc {
	--pru-toc-forest: #004b3b;
	--pru-toc-lime: #c7f268;
	--pru-toc-surface: #f5f8f4;
	--pru-toc-border: #d4e2d8;
	background: var(--pru-toc-surface);
	border: 1px solid var(--pru-toc-border);
	border-left: 4px solid var(--pru-toc-lime);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(0, 75, 59, 0.08);
	margin: 1.75rem 0 2.25rem;
	overflow: hidden;
	padding: 0;
}

body.pru-has-enhanced-toc .post-content {
	margin-inline: auto;
	max-width: 1000px;
	width: 100%;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc__trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--pru-toc-forest);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 1.0625rem;
	font-weight: 700;
	gap: 0.75rem;
	height: 64px;
	justify-content: space-between;
	line-height: 1.35;
	min-height: 64px;
	padding: 0 1.125rem;
	text-align: left;
	width: 100%;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc__chevron {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	display: block;
	height: 9px;
	margin-right: 4px;
	transform: rotate(45deg);
	transition: transform 180ms ease;
	width: 9px;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc--open .pru-article-toc__chevron {
	transform: rotate(225deg) translate(-2px, -2px);
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc ol {
	border-top: 1px solid var(--pru-toc-border);
	margin: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 1rem 0 2.25rem;
	transition: max-height 260ms ease, padding-bottom 260ms ease, padding-top 260ms ease;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc--open ol {
	max-height: 840px;
	padding-bottom: 0.85rem;
	padding-top: 0.65rem;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc li {
	color: #17251f;
	margin: 0;
	padding: 0;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc li::marker {
	color: #17251f;
	font-weight: 600;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc a {
	border-left: 2px solid transparent;
	color: #17251f;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.38;
	margin-left: -0.5rem;
	padding: 0.38rem 0.5rem;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.pru-has-enhanced-toc .post-entry .pru-article-toc a:hover,
body.pru-has-enhanced-toc .post-entry .pru-article-toc a:focus-visible,
body.pru-has-enhanced-toc .post-entry .pru-article-toc__link--active {
	background: rgba(199, 242, 104, 0.28);
	border-left-color: var(--pru-toc-forest);
	color: #17251f;
}

body.pru-has-enhanced-toc .post-entry h2[id],
body.pru-has-enhanced-toc .post-entry h3[id] {
	scroll-margin-top: 150px;
}

/* Existing draft-specific Additional CSS is intentionally overridden without changing its editor content. */
body.postid-11397.pru-has-enhanced-toc .post-entry .pru-article-toc {
	background: var(--pru-toc-surface);
	border: 1px solid var(--pru-toc-border);
	border-left: 4px solid var(--pru-toc-lime);
	padding: 0;
}

body.postid-11397.pru-has-enhanced-toc .post-entry .pru-article-toc a {
	color: #17251f;
	text-decoration: none !important;
}

@media (min-width: 1700px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail {
		box-shadow: 0 18px 40px rgba(0, 75, 59, 0.12);
		left: auto;
		margin: 0;
		max-height: calc(100vh - 170px);
		position: fixed;
		right: max(24px, calc((100vw - 1700px) / 2));
		top: 132px;
		width: 280px;
		z-index: 50;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail ol {
		max-height: calc(100vh - 250px);
		overflow-y: auto;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail.pru-article-toc--open ol {
		padding-bottom: 0.85rem;
		padding-top: 0.65rem;
	}
}

@media (min-width: 1900px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--rail {
		width: 320px;
	}
}

/* Editorial post metadata and cover image. */
.post-item.pru-resource-card .post-featured-image {
	aspect-ratio: 1.07 / 0.62;
	overflow: hidden;
}

.post-item.pru-resource-card .post-featured-image a,
.post-item.pru-resource-card .post-featured-image figure {
	display: block;
	height: 100%;
	margin: 0;
}

.post-item.pru-resource-card .post-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-item.pru-resource-card .post-item-body {
	margin-top: 6px;
}

.single-post .post-single-meta .pru-post-meta__reading-time {
	align-items: center;
	display: inline-flex;
	gap: 0.45rem;
}

.single-post .post-single-image.pru-post-featured {
	margin-bottom: clamp(2.25rem, 5vw, 4.5rem);
}

.single-post .post-single-image.pru-post-featured figure {
	margin: 0;
}

.single-post .post-single-image.pru-post-featured img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 1024px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc {
		margin: 1.5rem 0 2rem;
	}
}

@media (max-width: 600px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc {
		border-radius: 14px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc__trigger {
		font-size: 1rem;
		height: 56px;
		min-height: 56px;
		padding: 0 1rem;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc ol {
		padding-left: 2rem;
	}
}

@media (max-width: 767px) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact {
		bottom: auto;
		left: auto;
		margin: 0;
		position: fixed;
		right: 16px;
		top: calc(16px + env(safe-area-inset-top));
		width: 52px;
		z-index: 60;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact .pru-article-toc__trigger {
		height: 52px;
		justify-content: center;
		min-height: 52px;
		padding: 0;
		width: 52px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact .pru-article-toc__label {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open {
		background: #ffffff;
		border-color: var(--pru-toc-border);
		box-shadow: 0 16px 32px rgba(0, 75, 59, 0.16);
		overflow: hidden;
		right: 12px;
		width: min(360px, calc(100vw - 24px));
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open .pru-article-toc__trigger {
		height: 56px;
		justify-content: space-between;
		min-height: 56px;
		padding-inline: 0.9rem;
		width: 100%;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open .pru-article-toc__label {
		clip: auto;
		clip-path: none;
		height: auto;
		overflow: visible;
		position: static;
		white-space: normal;
		width: auto;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open ol {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		max-height: min(68dvh, 500px);
		overscroll-behavior: contain;
		overflow-y: auto;
		position: static;
		width: 100%;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open li {
		margin-block: 0.125rem;
	}

	body.pru-has-enhanced-toc .post-entry .pru-article-toc--compact.pru-article-toc--open a {
		border-left: 0;
		border-radius: 8px;
		color: #17251f;
		font-size: 0.9375rem;
		line-height: 1.4;
		margin-left: -0.25rem;
		padding: 0.5rem 0.625rem;
		text-decoration: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.pru-has-enhanced-toc .post-entry .pru-article-toc,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *::before,
	body.pru-has-enhanced-toc .post-entry .pru-article-toc *::after {
		transition: none;
	}
}

/* Article-only editorial links and compact metadata. Keep UI chips and share
 * controls unadorned; underline only links inside the readable article copy. */
.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link) {
	color: #007c5a !important;
	text-decoration-line: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}

.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link):hover,
.single-post .post-content a:not(.pru-article-toc__trigger):not(.pru-article-toc__link):not(.ez-toc-link):focus-visible {
	color: #004b3b !important;
}

/* Easy TOC remains a quiet in-article navigation panel, not editorial copy. */
.single-post .post-content #ez-toc-container .ez-toc-title {
	color: #111111 !important;
	font-weight: 700;
}

.single-post .post-content #ez-toc-container .ez-toc-link,
.single-post .post-content #ez-toc-container .ez-toc-list li {
	color: #111111 !important;
	font-size: 100% !important;
	font-weight: 400;
	text-decoration: none !important;
}

.single-post .post-content #ez-toc-container .ez-toc-link::before {
	color: #111111 !important;
}

.single-post .post-content #ez-toc-container .ez-toc-link:hover,
.single-post .post-content #ez-toc-container .ez-toc-link:focus-visible {
	color: #111111 !important;
	text-decoration: none !important;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li,
.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li > .ez-toc-link {
	font-weight: 500;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 ul li,
.single-post .post-content #ez-toc-container .ez-toc-list-level-1 ul li > .ez-toc-link {
	font-weight: 400;
}

.single-post .post-content {
	margin-inline: auto;
	max-width: 1000px;
	width: 100%;
}

.single-post .post-content #ez-toc-container {
	--pru-easy-toc-border: #d7e3db;
	--pru-easy-toc-ink: #111111;
	background: #f7faf7;
	border: 1px solid var(--pru-easy-toc-border);
	border-radius: 14px;
	box-shadow: 0 14px 34px rgba(0, 75, 59, 0.1);
	font-size: 100% !important;
	overflow: hidden;
	width: 100%;
}

.single-post .post-content #ez-toc-container .ez-toc-title-container {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
	min-height: 52px;
	padding: 0.25rem 0.875rem;
}

.single-post .post-content #ez-toc-container .ez-toc-title {
	margin: 0;
}

.single-post .post-content #ez-toc-container .ez-toc-toggle {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0;
	min-height: 44px;
	min-width: 44px;
}

.single-post .post-content #ez-toc-container nav {
	padding: 0 1rem 1rem;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group > .pru-easy-toc__group-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--pru-easy-toc-ink);
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -44px;
	right: auto;
	top: -10px;
	vertical-align: middle;
	width: 44px;
	z-index: 2;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group {
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 {
	overflow: visible !important;
}

.single-post .post-content #ez-toc-container li.pru-easy-toc__group > .ez-toc-link {
	width: 100%;
}

.single-post .post-content #ez-toc-container .ez-toc-list-level-1 > li.pru-easy-toc__group > ul {
	margin: 10px 0 0 22px;
	padding-left: 0;
}

.single-post .post-content .pru-easy-toc__group-toggle svg {
	height: 14px;
	transform: translateX(4px);
	transition: transform 200ms ease;
	width: 14px;
}

.single-post .post-content .pru-easy-toc__group-toggle[aria-expanded="true"] svg {
	transform: translateX(4px) rotate(90deg);
}

.single-post .post-content .pru-easy-toc__group-toggle:focus-visible,
.single-post .post-content #ez-toc-container .ez-toc-toggle:focus-visible {
	outline: 3px solid #8fcb39;
	outline-offset: 2px;
}

.pru-easy-toc__marker {
	height: 1px;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating {
	left: auto;
	margin: 0;
	max-height: calc(100dvh - 110px);
	position: fixed;
	right: 16px;
	top: 88px;
	transition: width 180ms ease;
	width: min(360px, calc(100vw - 32px));
	z-index: 80;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--wide) nav {
	display: none !important;
}

.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--panel-open nav {
	display: block !important;
	max-height: calc(100dvh - 180px);
	overflow-y: auto;
	overscroll-behavior: contain;
}

@media (min-width: 1440px) and (max-width: 1699px) {
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) {
		width: min(200px, calc((100vw - 1000px) / 2 - 28px));
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--panel-open {
		width: 360px;
	}
}

@media (min-width: 1700px) {
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--wide {
		right: max(24px, calc((100vw - 1700px) / 2));
		width: 320px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating.pru-easy-toc--wide nav {
		display: block !important;
		max-height: calc(100dvh - 180px);
		overflow-y: auto;
	}
}

@media (max-width: 767px) {
	.single-post .post-content #ez-toc-container {
		border-radius: 12px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating {
		right: 12px;
		top: calc(72px + env(safe-area-inset-top));
		width: min(360px, calc(100vw - 24px));
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) {
		box-shadow: 0 8px 20px rgba(0, 75, 59, 0.16);
		max-height: 56px;
		min-height: 56px;
		padding: 6px !important;
		width: 56px;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-title {
		display: none;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-title-container {
		justify-content: center;
		min-height: 44px;
		padding: 0;
	}

	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-toggle:focus,
	.single-post .post-content #ez-toc-container.pru-easy-toc--floating:not(.pru-easy-toc--panel-open) .ez-toc-toggle:focus-visible {
		box-shadow: none;
		outline: 2px solid #8fcb39 !important;
		outline-offset: 2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.single-post .post-content #ez-toc-container *,
	.single-post .post-content #ez-toc-container *::before,
	.single-post .post-content #ez-toc-container *::after {
		transition: none !important;
	}
}

.single-post .post-single-meta ul,
.pru-resource-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.single-post .post-single-meta li,
.pru-resource-card__meta a,
.pru-resource-card__meta span {
	align-items: center;
	display: inline-flex;
	font-size: 0.8125rem;
	gap: 7px;
	line-height: 1.45;
}

.single-post .post-single-meta i,
.pru-resource-card__meta i {
	align-items: center;
	display: inline-flex;
	flex: 0 0 13px;
	font-size: 0.75rem;
	justify-content: center;
	line-height: 1;
}

.pru-resource-card__meta {
	color: #526057;
	margin-top: 2px;
}

.pru-resource-card__meta a,
.pru-resource-card__meta span {
	color: inherit;
	text-decoration: none;
}

.pru-resource-card__meta a:hover,
.pru-resource-card__meta a:focus-visible {
	color: #004b3b;
}

.single-post .post-tags a,
.single-post .post-social-sharing a {
	text-decoration: none !important;
}

.single-post .post-social-sharing a {
	background-color: #c7f268;
	color: #004b3b;
	transition: color 180ms ease, opacity 180ms ease;
}

	.single-post .post-social-sharing a:hover,
	.single-post .post-social-sharing a:focus-visible {
	background-color: #c7f268;
	color: #fff;
	opacity: 1;
}

@media (max-width: 767px) {
	.single-post .post-single-meta ul,
	.pru-resource-card__meta {
		gap: 5px 11px;
	}

	.single-post .post-single-meta li,
	.pru-resource-card__meta a,
	.pru-resource-card__meta span {
		font-size: 0.75rem;
		gap: 6px;
	}

	.single-post .post-single-meta i,
	.pru-resource-card__meta i {
		flex-basis: 12px;
		font-size: 0.6875rem;
	}
}

/* Unified single-post metadata scale. */
.single-post .post-single-meta li {
	font-size: 0.9rem;
	gap: 8px;
	line-height: 1.5;
}

.single-post .post-single-meta i {
	flex-basis: 0.85rem;
	font-size: 0.85rem;
}


.single-post .pru-breadcrumbs {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 28px;
	max-width: 760px;
}

.category .breadcrumb-trail,
.category .breadcrumb-trail .trail-item {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}

.single-post .pru-breadcrumbs__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post .pru-breadcrumbs__item {
	align-items: center;
	display: inline-flex;
	gap: 10px;
	margin: 0;
}

.single-post .pru-breadcrumbs__item + .pru-breadcrumbs__item::before {
	color: rgba(255, 255, 255, 0.62);
	content: "/";
	font-weight: 400;
}

.single-post .pru-breadcrumbs a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.single-post .pru-breadcrumbs a:hover,
.single-post .pru-breadcrumbs a:focus-visible {
	color: #b7e300;
}

.single-post .pru-breadcrumbs [aria-current="page"] {
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
}

@media (max-width: 767px) {
	.single-post .pru-breadcrumbs {
		font-size: 1rem;
		margin-top: 20px;
	}

	.single-post .post-single-meta li {
		font-size: 0.9rem;
		gap: 8px;
	}

	.single-post .post-single-meta i {
		flex-basis: 0.85rem;
		font-size: 0.85rem;
	}
}

/* Article hero breadcrumb: horizontal trail without ordered-list numbering. */
.single-post .pru-breadcrumbs ol {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px 10px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post .pru-breadcrumbs li {
	display: inline-flex !important;
	list-style: none !important;
	margin: 0 !important;
}

.single-post .pru-breadcrumbs li::marker {
	content: "";
}

.single-post .pru-breadcrumbs li:not(:last-child)::after {
	color: rgba(255, 255, 255, 0.68);
	content: "/";
	margin-left: 10px;
}

/* 2026-08-30: Compact article masthead on desktop and mobile. */
@media (min-width: 992px) {
	.single-post .page-header-box h1 {
		font-size: 55px !important;
		line-height: 1.08;
		max-width: 980px;
	}
}

@media (max-width: 767px) {
	.single-post .page-header {
		background-attachment: scroll;
		background-position: 68% center;
		padding: 144px 16px 40px;
	}

	.single-post .page-header::before {
		background: linear-gradient(90deg, rgba(0, 75, 59, 0.94) 0%, rgba(0, 75, 59, 0.78) 58%, rgba(0, 75, 59, 0.3) 100%);
	}

	.single-post .page-header-box h1 {
		font-size: 25px !important;
		line-height: 1.1;
		margin-bottom: 14px;
	}

	.single-post .post-single-meta ul {
		gap: 6px 12px;
	}

	.single-post .post-single-meta li:first-child {
		display: flex;
	}

	.single-post .post-single-meta li {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.single-post .pru-breadcrumbs {
		font-size: 1rem;
		line-height: 1.2;
		margin-top: 20px;
	}

	.single-post .pru-breadcrumbs li:last-child,
	.single-post .pru-breadcrumbs li:nth-last-child(2)::after {
		display: none !important;
	}
}

.our-blog-gold .elementskit-post-image-card .elementskit-entry-thumb img {
    aspect-ratio: 1 / 0.56; 
}
