@charset "utf-8";

.news-item{
  padding: 18px 18px 16px;
  margin: 0 0 18px;
  border: 3px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.8);
}

.news-head{
  display: block;
}

.news-meta{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.news-date{
  font-size: 0.9rem;
  opacity: .75;
}

.news-badge{
  font-size: 0.85rem;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.03);
}

.news-title{
  margin: 0 0 10px;
  line-height: 1.25;
}

.news-body{
  line-height: 1.65;
}

.news-footer{
  margin-top: 10px;
}

.news-link{
  text-decoration: underline;
}
