.news-list-wrapper {
  background: #faf7e6;
  padding: 2rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #333;
}

.news-item {
  max-width: 824px;
  margin: 0 auto 40px;
}

.news-item--mb {
  margin-bottom: 94px;
}

.news-meta {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 20px;
}

.news-category, .news-date {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.news-date {
  margin-right: 50px;
}

.news-title {
  font-size: 20px;
  line-height: 1.3125;
  color: #333333;
  font-weight: 400;
}

.dotted-line {
  border: none;
  border-top: 2px dashed #e66;
  margin: 40px 0;
}

.pagination {
  text-align: center;
  margin-top: 60px;
  color: #e57149;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.pagination a {
  font-weight: 600;
}

.pagination .page-numbers {
  text-align: center;
  margin-top: 60px;
  color: #e57149;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.pagination .current {
  background: #e57149;
  color: #fcf7e1;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-item p {
  margin-bottom: 32px;
}

.news-item img {
  border-radius: 17px;
}

/*# sourceMappingURL=topics.css.map */
