.nwc-header {
  width: 100%;
  border: 0;
  text-align: center;
}

.nwc-footer {
}

.nwc-content {
}

.nwc-news-list {
  list-style: none;
  margin: 0 3em 1.5em 3em;
}

.nwc-news:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nwc-news {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nwc-news > a {
  padding: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
}

.nwc-news > a:hover {
  background: whitesmoke;
  transition: 0.1s;
}

.nwc-news > a:hover > .nwc-news-content {
  color: red;
  transition: 0.1s;
}

.nwc-news-date {
  color: dimgray;
}

.nwc-news-category {
  border: none;
  margin-left: 10px;
  padding: 1px 20px 1px 20px;
  text-align: center;
  color: dimgray;
  background-color: lightgray;
}

.nwc-news-content {
  margin: 10px 0 0 0;
}

.nwc-news-archive-btn > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  color: black;
  border: 1px solid black;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
}

.nwc-news-archive-btn > a:hover {
  color: white;
  background-color: gray;
  transition: 0.1s;
}

.nwc-no-news {
  text-align: center;
}
