/*
Theme Name: DD FreePress
Theme URI: http://underscores.me/
Author: FreePress Dev Team
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dailydot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: freepress-ui
*/

.affiliate-disclosure {
	background: #f0f2f5;
	padding: 0 10px;
	font-style: italic;
}

/* .fp_read_more {
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
}
.fp_read-more-article {
	display: none;
}

.fp_article-body {
	box-sizing: border-box;
}
.fp_article-body.cropped {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.fp_article-body.cropped:after {
	content: "";
	position: absolute;
	background: linear-gradient(
		180deg,
		hsla(244, 64%, 45%, 0),
		#f7f7f7 50%,
		#f9f9f9
	);
	height: 75px;
	width: 100%;
	bottom: 0;
	z-index: 1;
} */
