/* Color variables - defined in :root for reuse */
:root {
	--ep-product-feed-link: #2271b1;
	--ep-product-feed-border: #e5e7eb;
	--ep-product-feed-text: #50575e;
}

#dashboard-widgets .inside .bdt-dashboard-feed {
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	line-height: 0;
	margin: -12px -12px 16px -12px;
	overflow: hidden;
}

#dashboard-widgets .inside .bdt-dashboard-feed a {
	display: block;
	text-decoration: none;
}

#dashboard-widgets .inside .bdt-dashboard-feed img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

#dashboard-widgets .inside .bdt-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dashboard-widgets .inside .bdt-widget li {
	border-bottom: 1px solid var(--ep-product-feed-border);
	margin: 0 -12px;
	padding: 12px 12px 14px;
	transition: background-color 0.15s ease;
}

#dashboard-widgets .inside .bdt-widget li:last-child {
	border-bottom: none;
}

#dashboard-widgets .inside .bdt-widget li:hover {
	background-color: #f9fafb;
}

#dashboard-widgets .inside .bdt-widget a {
	color: var(--ep-product-feed-link);
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 4px;
	text-decoration: none;
}

#dashboard-widgets .inside .bdt-widget a:hover {
	color: var(--ep-product-feed-link);
	text-decoration: none;
}

#dashboard-widgets .inside .bdt-widget .bdt-feed-badge {
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.2;
	padding: 2px 6px;
	text-transform: uppercase;
	vertical-align: middle;
}

#dashboard-widgets .inside .bdt-widget .bdt-feed-badge--new {
	background: #0A875A;
	color: #ffffff;
}

#dashboard-widgets .inside .bdt-widget .bdt-date {
	color: #646970;
	display: block;
	font-size: 12px;
	line-height: 1.3;
	margin: 0 0 6px;
}

#dashboard-widgets .inside .bdt-widget .bdt-summary {
	color: var(--ep-product-feed-text);
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
}

#dashboard-widgets .inside .community-events-footer {
	border-top: 1px solid var(--ep-product-feed-border);
	font-size: 13px;
	margin: 12px -12px 0;
	padding: 12px 12px 0;
}

#dashboard-widgets .inside .community-events-footer a {
	color: var(--ep-product-feed-text);
	text-decoration: none;
}

#dashboard-widgets .inside .community-events-footer a:hover {
	color: var(--ep-product-feed-link);
	text-decoration: underline;
}

#dashboard-widgets .inside .community-events-footer .dashicons {
	color: #606a73;
	font-size: 16px;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}
