:where(body.dp-app--dentalplans) h1,
:where(body.dp-app--dentalplans) .entry-content h1 {
	font-size: 40px !important;
}

:where(body.dp-app--dentalplans) h2,
:where(body.dp-app--dentalplans) .entry-content h2 {
	font-size: 30px !important;
}

:where(body.dp-app--dentalplans) h3,
:where(body.dp-app--dentalplans) .entry-content h3 {
	font-size: 20px !important;
}

:where(body.dp-app--dentalplans) .wp-block-verse {
	font-size: 12px !important;
	font-family: "area-normal" !important;
}

:where(body.dp-app--dentalplans) .entry-content ul li {
	font-size: 16px;
	font-family: "area-normal", sans-serif !important;
	font-style: normal;
}

.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content img,
.entry-content ul,
.entry-content ol {
	margin-bottom: 24px;
}

.wp-post-image {
	margin-bottom: 80px;
}

.img-full-width img {
	width: 100%;
}

.sharedaddy.sd-sharing-enabled {
	display: none;
}

:where(body.dp-app--dentalplans) .entry-content p,
:where(body.dp-app--dentalplans) .entry-content ul,
:where(body.dp-app--dentalplans) .entry-content ol {
	margin-bottom: 28px;
	font-style: normal;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 16px;
	line-height: 28px;
	color: #4b5260;
}

:where(body.dp-app--dentalplans) .entry-content h2 {
	margin-bottom: 24px;
	font-style: normal;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 40px !important;
	line-height: 52px;
	color: #000000;
}

:where(body.dp-app--dentalplans) .entry-content h4 {
	margin-top: 40px;
	margin-bottom: 24px;
	font-style: normal;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 28px !important;
	line-height: 40px;
	color: #080709;
}

:where(body.dp-app--dentalplans) .entry-content h5 {
	margin-top: 40px;
	margin-bottom: 24px;
	font-style: normal;
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 20px !important;
	line-height: 32px;
	color: #080709;
}

.wp-block-post-author {
	align-items: center;
}

.wp-block-post-author__avatar img {
	border-radius: 48px;
}

.wp-block-post-author__name {
	font-weight: var(--wp--custom--heading--typography--font-weight);
	font-size: 16px;
	line-height: 28px;
	color: #080709;
}

.wp-block-post-featured-image img {
	margin-bottom: 40px;
}

.wp-block-post-excerpt__excerpt {
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.pm-20 {
		padding: 0 20px !important;
	}

	.wp-post-image {
		margin-bottom: 40px;
	}

	.row-mobile .wp-block-spacer {
		width: 16px;
	}

	.row-mobile .wp-block-outermost-social-sharing {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.h-80-mb {
		height: 80px !important;
	}

	.pb-20-mb {
		padding-bottom: 20px !important;
	}

	.h-80-mb {
		height: 80px !important;
	}

	.full-mobile {
		max-width: 100% !important;
		width: 100% !important;
	}

	.row-mobile.full-mobile .wp-block-image {
		margin-block-start: 0 !important;
	}

	.row-mobile {
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		gap: 10px !important;
		max-width: 100% !important;
	}
}

/* Breadcrumbs */

.db-breadcumbs,
.dp-breadcrumbs {
	background-color: var(--wp--preset--color--secondary-pearl);
	color: var(--wp--custom--color--foreground);
	font-size: 14px;
	padding-block: 1rem;
	padding-inline: 20px;
}

.db-breadcumbs a,
.dp-breadcrumbs a {
	color: inherit;
	font-weight: var(--wp--custom--body--typography--font-weight);
	font-size: 14px;
	text-decoration: none;
}

.db-breadcumbs .yoast-breadcrumbs>span,
.dp-breadcrumbs .yoast-breadcrumbs>span {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
	justify-content: flex-start;
	flex-wrap: wrap;
}

/**
 * New Blog Templates
 * https://dentalplans.atlassian.net/browse/DEV2-1884
 */
.ez-toc-section {
	scroll-margin-top: var(--top-menu-height);
}

.ez-toc-list li {
	margin-bottom: 1em;
}

.wp-block-elasticpress-related-posts ul {
	margin-bottom: 0;
}

.wp-block-elasticpress-related-posts li {
	margin-bottom: 1.5em;
}

.wp-block-elasticpress-related-posts li:last-of-type {
	margin-bottom: 0;
}

.ez-toc-list li a,
.wp-block-elasticpress-related-posts li a {
	text-decoration: none;
	font-size: .875em;
}

.ez-toc-list li a:hover,
.wp-block-elasticpress-related-posts li a:hover {
	text-decoration: underline;
}

.ez-toc-list li {
	display: none;
}

.ez-toc-list li:nth-child(-n+3) {
	display: list-item;
}

.toggle-toc-btn {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid;
	font-weight: bold;
}

.wp-block-elasticpress-related-posts li a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.dp-border {
	border: 2px solid var(--wp--preset--color--primary, #2445EA);
	border-radius: 12px;
	padding: 1em;
	position: relative;
}

.dp-border.with-tooth:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -24px;
	right: -13px;
	width: 45px;
	height: 48px;
	background-image: url('wp-content/uploads/2025/02/tooth-border-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.dp-border.with-sparkles:before {
	content: '';
	display: block;
	position: absolute;
	top: 21px;
	left: 32px;
	width: 31px;
	height: 33px;
	background-image: url('/wp-content/uploads/2025/02/sparkle-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
}
