#dashboard-news {
  margin: 20px 36px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 16px;
}

#dashboard-news h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#dashboard-news .dashboard-news-div div svg {
  width: 32px;
  margin: 10px 20px;
}

#dashboard-news .news-header h3,
#dashboard-news .news-date h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
#dashboard-news .news-date h3 {
  margin-right: 20px;
}

#dashboard-news .news-header p {
  font-style: italic;
  margin-top: 15px;
}

#dashboard-news .dashboard-news-div {
  background-color: rgba(236, 239, 241, 1);
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#dashboard-news div,
#dashboard-news div .news-header,
#dashboard-news div .news-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#dashboard-news .dashboard-news-div p {
  margin-left: 20px;
  margin-bottom: 10px;
}

#dashboard-news button {
  padding: 10px 80px;
  background-color: rgba(47, 64, 205, 1);
  border: 1px solid rgba(47, 64, 205, 1);
  border-radius: 10px;
  margin-left: auto;
}
#dashboard-news button a {
  color: white;
}

#dashboard-news-no-alerts {
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  height: 170px;
  text-align: center;
  align-content: center;
}
