/**
 * OneSite to AnotherSite - Frontend Stylesheet
 *
 * All typography (font-family, font-size, font-weight, line-height, link colors)
 * is inherited directly from the active WordPress theme.
 *
 * @package OneSite_To_AnotherSite
 */

.onesite-sidebar-feed {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.onesite-sidebar-feed-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.onesite-feed-item {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.onesite-feed-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.onesite-feed-content {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.onesite-feed-title {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.onesite-feed-title-link {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

.onesite-feed-title-link:hover,
.onesite-feed-title-link:focus {
	color: inherit;
	text-decoration: underline;
}

.onesite-sidebar-feed-error,
.onesite-sidebar-feed-empty {
	padding: 10px;
	background: #fcf8e3;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	border-radius: 4px;
	font-size: 0.9em;
}
