#dashboard-widgets .inside {

	 /* Feed banner (promo image)  */
	.bdt-dashboard-feed {
		margin: -12px -12px 16px -12px;
		line-height: 0;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);

		a {
			display: block;
			text-decoration: none;
		}

		img {
			display: block;
			max-width: 100%;
			height: auto;
			vertical-align: middle;
		}
	}

	 /* RSS list */
	.bdt-widget {
		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		li {
			border-bottom: 1px solid #e5e7eb;
			margin: 0 -12px;
			padding: 12px 12px 14px;
			transition: background-color 0.15s ease;

			&:last-child {
				border-bottom: none;
			}

			&:hover {
				background-color: #f9fafb;
			}
		}

		a {
			font-weight: 600;
			color: #2271b1;
			text-decoration: none;
			line-height: 1.4;
			display: inline-block;
			margin-bottom: 4px;
			font-size: 14px;

			&:hover {
				color: #2271b1;
				text-decoration: none;
			}
		}

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

			&--new {
				background: #0A875A;
				color: #fff;
			}
		}

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

		.bdt-summary {
			font-size: 13px;
			line-height: 1.5;
			color: #50575e;
			margin: 0;
		}
	}

	 /* Footer links (Blog | Docs | Get Pro | Changelog) */
	.community-events-footer {
		border-top: 1px solid #e5e7eb;
		margin: 12px -12px 0;
		padding: 12px 12px 0;
		font-size: 13px;

		a {
			color: #50575e;
			text-decoration: none;

			&:hover {
				color: #2271b1;
				text-decoration: underline;
			}
		}

		.dashicons {
			color: #606a73;
			font-size: 16px;
			width: 16px;
			height: 16px;
			vertical-align: middle;
		}
	}
}