#dashboard-widgets .inside .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); }
  #dashboard-widgets .inside .bdt-dashboard-feed a {
    display: block;
    text-decoration: none; }
  #dashboard-widgets .inside .bdt-dashboard-feed img {
    display: block;
    max-width: 100%;
    height: auto;
    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 #e5e7eb;
  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 {
  font-weight: 600;
  color: #2271b1;
  text-decoration: none;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px; }
  #dashboard-widgets .inside .bdt-widget a:hover {
    color: #2271b1;
    text-decoration: none; }

#dashboard-widgets .inside .bdt-widget .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; }
  #dashboard-widgets .inside .bdt-widget .bdt-feed-badge--new {
    background: #0A875A;
    color: #fff; }

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

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

#dashboard-widgets .inside .community-events-footer {
  border-top: 1px solid #e5e7eb;
  margin: 12px -12px 0;
  padding: 12px 12px 0;
  font-size: 13px; }
  #dashboard-widgets .inside .community-events-footer a {
    color: #50575e;
    text-decoration: none; }
    #dashboard-widgets .inside .community-events-footer a:hover {
      color: #2271b1;
      text-decoration: underline; }
  #dashboard-widgets .inside .community-events-footer .dashicons {
    color: #606a73;
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle; }
