/* RSS Sync Pro — imported news article layout */
.rsp-news-article {
	margin: 0 0 1.5rem;
}

.rsp-lead-image {
	margin: 0 0 1.25rem;
	max-width: 100%;
}

.rsp-lead-image img,
.rsp-lead-image__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 4px;
	object-fit: cover;
}

.rsp-news-lead {
	font-size: 1.125rem;
	line-height: 1.6;
	font-weight: 500;
	color: inherit;
	margin: 0 0 1.5rem;
	opacity: 0.92;
}

.rsp-news-body h2 {
	font-size: 1.35rem;
	line-height: 1.35;
	margin: 2rem 0 0.75rem;
	font-weight: 700;
}

.rsp-news-body h2:first-child {
	margin-top: 0;
}

.rsp-news-body p {
	margin: 0 0 1rem;
	line-height: 1.75;
}

.rsp-news-body ul,
.rsp-news-body ol {
	margin: 0 0 1rem 1.25rem;
}

.rsp-internal-link {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.rsp-references {
	margin: 2rem 0 1.5rem;
	padding: 1.25rem 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.18);
	clear: both;
}

.rsp-references__title {
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
	font-weight: 700;
}

.rsp-references__intro {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
}

.rsp-references__list {
	margin: 0;
	padding-left: 1.25rem;
}

.rsp-references__list li {
	margin: 0 0 0.4rem;
}

.rsp-publisher {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}

.rsp-publisher:hover,
.rsp-publisher:focus {
	text-decoration: underline;
}

.rsp-publisher--meta {
	margin-left: 0.35rem;
}

.rsp-publisher-wrap {
	display: inline;
}
