.edml-lead-box {
	background: linear-gradient(135deg, #fbfdff 0%, #eef5fc 100%);
	border: 1px solid rgba(10, 47, 90, .14);
	border-left: 4px solid #c99a2e;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(10, 47, 90, .09);
	color: #123456;
	margin: 0 0 1.75rem;
	padding: 1.5rem 1.75rem;
}

.edml-lead-box p,
.edml-cta-box p {
	color: inherit;
	margin: 0;
}

.edml-lead-box p {
	font-size: clamp(18px, 1.25vw, 20px);
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1.65;
}

@media (max-width: 640px) {
	.edml-lead-box {
		border-radius: 10px;
		padding: 1.25rem;
	}
}

.edml-cta-box {
	background: #0a2f5a;
	border-left: 5px solid #be003a;
	border-radius: 6px;
	color: #fff;
	margin: 2rem 0;
	padding: 1.5rem;
}

.edml-cta-box h2 {
	margin-top: 0;
}

.edml-cta-box,
.edml-cta-box h2,
.edml-cta-box p {
	color: #fff !important;
}

.edml-cta-box a {
	color: #fff !important;
	text-decoration: underline;
}

.edml-supporting-image {
	margin: 1.5rem 0;
}

.edml-supporting-image img {
	display: block;
	height: auto;
	max-width: 100%;
}

.edml-supporting-image figcaption {
	font-size: .9rem;
	margin-top: .4rem;
}

.entry-meta .comments-link,
.post-meta .comments,
.post-comments {
	display: none !important;
}
