body.single-post.category-pod-doll-guide .page-title,
body.single-post.category-pod-doll-guide .page-title-default,
body.single-post.category-pod-doll-guide .title-wrapper,
body.single-post.category-pod-doll-guide .breadcrumbs,
body.single-post.category-pod-doll-guide .breadcrumb,
body.single-post.category-pod-doll-guide .breadcrumb-trail,
body.single-post.category-pod-doll-guide .wd-breadcrumbs,
body.single-post.category-pod-doll-guide .rank-math-breadcrumb,
body.single-post.category-pod-doll-guide .entry-header,
body.single-post.category-pod-doll-guide .post-single-header,
body.single-post.category-pod-doll-guide .post-title,
body.single-post.category-pod-doll-guide .post-meta,
body.single-post.category-pod-doll-guide .entry-meta,
body.single-post.category-pod-doll-guide .entry-meta-list,
body.single-post.category-pod-doll-guide .meta-post-categories,
body.single-post.category-pod-doll-guide .single-post-navigation {
	display: none !important;
}

body.single-post.category-pod-doll-guide .site-content,
body.single-post.category-pod-doll-guide .site-main,
body.single-post.category-pod-doll-guide .content-area,
body.single-post.category-pod-doll-guide main {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.single-post .ct-related-posts,
body.single-post .ct-related-posts-container,
body.single-post .related-posts,
body.single-post .related-posts-wrapper,
body.single-post .related-posts-section,
body.single-post .post-related,
body.single-post .single-related-posts,
body.single-post .blog-posts-related,
body.single-post .you-might-also-like,
body.single-post .yarpp-related,
body.single-post .jp-relatedposts,
body.single-post.category-pod-doll-guide .ct-related-posts,
body.single-post.category-pod-doll-guide .ct-related-posts-container,
body.single-post.category-pod-doll-guide .related-posts,
body.single-post.category-pod-doll-guide .related-posts-wrapper,
body.single-post.category-pod-doll-guide .related-posts-section {
	display: none !important;
}

main.single-post-content article.category-pod-doll-guide ~ div.blog-posts.mt-10.mt-lg-14,
main.single-post-content article.category-pod-doll-guide ~ div.row.flex-nowrap.py-6.border-top.border-bottom.mt-10 {
	display: none !important;
}

.poddolls-related-guides.pgr-related-module {
	display: block !important;
	margin: 48px auto 0;
	padding: 34px 0 8px;
	background: #fff;
	color: #2f241c;
}

.poddolls-related-guides.pgr-related-module,
.poddolls-related-guides.pgr-related-module * {
	box-sizing: border-box;
}

.poddolls-related-inner {
	width: min(100%, 980px);
	margin: 0 auto;
}

.poddolls-related-title {
	margin: 0 0 22px;
	color: #2f241c;
	font-size: clamp(1.35rem, 1.8vw, 1.75rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
}

.poddolls-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.poddolls-related-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	background: #fffaf2;
	border: 1px solid #f1e7d7;
	border-radius: 16px;
	box-shadow: 0 3px 12px rgba(47, 36, 28, 0.04);
}

.pgr-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.pgr-card__label {
	width: fit-content;
	max-width: 100%;
	color: #9a6b2f;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pgr-card__title {
	display: -webkit-box;
	min-height: calc(1.32em * 2);
	margin: 0;
	overflow: hidden;
	color: #2f241c;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pgr-card__title a {
	color: inherit;
	text-decoration: none;
}

.pgr-card__title a:hover,
.pgr-card__title a:focus {
	color: #9a6b2f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pgr-card__excerpt {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #5a4a3d;
	font-size: 0.94rem;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pgr-card__link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	color: #9a6b2f;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.pgr-card__link:hover,
.pgr-card__link:focus {
	color: #2f241c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.poddolls-related-action {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}

.poddolls-related-button,
.pgr-empty__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	background: #9a6b2f;
	border: 1px solid #9a6b2f;
	border-radius: 999px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.poddolls-related-button:hover,
.poddolls-related-button:focus,
.pgr-empty__button:hover,
.pgr-empty__button:focus {
	background: #2f241c;
	border-color: #2f241c;
	color: #fff;
	text-decoration: none;
}

.pgr-empty {
	max-width: 720px;
	padding: 20px;
	background: #fffaf2;
	border: 1px solid #f1e7d7;
	border-radius: 16px;
}

.pgr-empty__text {
	margin: 0;
	color: #5a4a3d;
	font-size: 1rem;
	line-height: 1.6;
}

.pgr-empty__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.pgr-empty__button--secondary {
	background: transparent;
	color: #9a6b2f;
}

.pgr-empty__button--secondary:hover,
.pgr-empty__button--secondary:focus {
	background: #f1e7d7;
	border-color: #9a6b2f;
	color: #2f241c;
}

@media (max-width: 900px) {
	.poddolls-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.poddolls-related-guides.pgr-related-module {
		margin-top: 36px;
		padding-top: 26px;
	}

	.poddolls-related-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.pgr-card__body {
		padding: 18px;
	}

	.pgr-card__excerpt {
		-webkit-line-clamp: 2;
	}

	.poddolls-related-action,
	.pgr-empty__actions {
		justify-content: center;
	}
}
