.rfi-source-credit {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}

.rfi-source-credit a {
	white-space: nowrap;
}

/*
 * Hide the theme's own "Posted in [category] / Edit [title]" entry-footer
 * line and "Post navigation / Previous / Next" block on imported posts
 * only — every selector below is scoped under the .rfi-imported-post
 * marker class, which the plugin only adds to imported posts, so this
 * never affects a hand-written post's category line, edit link, or
 * previous/next navigation.
 */

/* "Posted in [category]" / "Edit [title]" — lives inside the post's own
   markup (article/entry-footer), wherever it's rendered. */
.rfi-imported-post .cat-links,
.rfi-imported-post .posted-in,
.rfi-imported-post .edit-link,
.rfi-imported-post .post-edit-link {
	display: none !important;
}

/* "Post navigation / Previous / Next" — WordPress core's
   the_post_navigation() output, rendered as a sibling of the post on its
   own single-post page, so it's targeted via the <body> marker instead. */
body.rfi-imported-post .post-navigation,
body.rfi-imported-post nav.navigation.post-navigation {
	display: none !important;
}
