.main {
  background-color: #EFF2E8;
}

.news-list {
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.news-detail-container {
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.news-sidebar {
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}

.post-date {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #665B52;
}

.post-date__small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.875rem;
  font-weight: 700;
}/*# sourceMappingURL=style-news.css.map */