.news-empty {
  text-align: center;
}

.news-list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.news-list__item {
  border-bottom: 0.5px solid #734026;
}
.news-list__item a {
  display: block;
  padding: 1.2rem 0;
  transition: 0.3s;
}
.news-list__item a:hover {
  opacity: 0.7;
}
.news-list__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.news-list__date {
  color: #888;
  font-size: 0.85rem;
}
.news-list__category {
  background: #F3E6D9;
  color: #734026;
  border-radius: 999px;
  padding: 0.2rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.news-list__title {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .news-list__head {
    gap: 0.5rem;
  }
  .news-list__title {
    font-size: 0.95rem;
  }
}/*# sourceMappingURL=style.css.map */