.dn-blog-content .tldr,
.entry-content .tldr,
.wp-block-post-content .tldr,
body#tinymce.wp-editor .tldr,
body.block-editor-iframe__body .tldr {
	background: #1c6183;
	border: 1px solid #14516e;
	border-radius: 8px;
	color: #d8eaf5;
	margin: 1.5rem 0;
	padding: 1.25rem;
}

.dn-blog-content .tldr > :first-child,
.entry-content .tldr > :first-child,
.wp-block-post-content .tldr > :first-child,
body#tinymce.wp-editor .tldr > :first-child,
body.block-editor-iframe__body .tldr > :first-child {
	margin-top: 0;
}

.dn-blog-content .tldr > :last-child,
.entry-content .tldr > :last-child,
.wp-block-post-content .tldr > :last-child,
body#tinymce.wp-editor .tldr > :last-child,
body.block-editor-iframe__body .tldr > :last-child {
	margin-bottom: 0;
}

.dn-blog-content .tldr h2,
.dn-blog-content .tldr h3,
.dn-blog-content .tldr h4,
.entry-content .tldr h2,
.entry-content .tldr h3,
.entry-content .tldr h4,
.wp-block-post-content .tldr h2,
.wp-block-post-content .tldr h3,
.wp-block-post-content .tldr h4,
body#tinymce.wp-editor .tldr h2,
body#tinymce.wp-editor .tldr h3,
body#tinymce.wp-editor .tldr h4,
body.block-editor-iframe__body .tldr h2,
body.block-editor-iframe__body .tldr h3,
body.block-editor-iframe__body .tldr h4 {
	color: #ffffff;
	margin-bottom: .75rem;
}

.dn-blog-content .tldr p,
.dn-blog-content .tldr li,
.entry-content .tldr p,
.entry-content .tldr li,
.wp-block-post-content .tldr p,
.wp-block-post-content .tldr li,
body#tinymce.wp-editor .tldr p,
body#tinymce.wp-editor .tldr li,
body.block-editor-iframe__body .tldr p,
body.block-editor-iframe__body .tldr li {
	color: #d8eaf5;
}

.dn-blog-content .tldr a,
.entry-content .tldr a,
.wp-block-post-content .tldr a,
body#tinymce.wp-editor .tldr a,
body.block-editor-iframe__body .tldr a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.dn-agent-product-card {
	margin: 1.5rem 0;
}

.dn-agent-product-card ul.products.view-list {
	display: grid;
	gap: .5rem;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-agent-product-card ul.products.view-list li.product {
	list-style: none;
	margin: 0;
	width: 100%;
}

.dn-agent-product-card ul.products.view-list li.product > div:first-child {
	display: flex;
	flex-direction: row;
	min-height: 220px;
}

.dn-agent-product-card .dn-product-card-media {
	border-right: 1px solid #f3f4f6;
	flex: 0 0 clamp(160px, 28vw, 220px);
	width: clamp(160px, 28vw, 220px);
}

.dn-agent-product-card .dn-product-card-media-link {
	aspect-ratio: 1 / 1;
	border-bottom: 0;
	height: 100%;
	min-height: 220px;
}

.dn-agent-product-card .dn-product-card-body {
	min-width: 0;
}

.dn-blog-content .dn-agent-product-card ul,
.dn-blog-content .dn-agent-product-card ol,
.dn-blog-content .dn-agent-product-card li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-blog-content .dn-agent-product-card h2,
.dn-blog-content .dn-agent-product-card h3,
.dn-blog-content .dn-agent-product-card h4,
.dn-blog-content .dn-agent-product-card p {
	margin: 0;
	padding: 0;
}

.dn-blog-content .dn-agent-product-card a {
	text-decoration: none;
}

.dn-blog-content .dn-agent-product-card img {
	border: 0;
	border-radius: 0;
	margin: 0;
}

.dn-agent-product-card .dn-product-card-title,
.dn-agent-product-card .dn-product-card-title a {
	border: 0 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	padding: 0 !important;
	text-decoration: none !important;
}

.dn-agent-product-card .dn-product-card-media-link.image-loaded .image-skeleton {
	display: none !important;
}

.dn-agent-product-card .dn-product-card-media-link.image-loaded img {
	opacity: 1 !important;
}

@media (max-width: 640px) {
	.dn-agent-product-card ul.products.view-list li.product > div:first-child {
		min-height: 170px;
	}

	.dn-agent-product-card .dn-product-card-media {
		flex: 0 0 clamp(118px, 36vw, 145px);
		width: clamp(118px, 36vw, 145px);
	}

	.dn-agent-product-card .dn-product-card-media-link {
		min-height: 170px;
	}
}
