/* Page wrapper */
.news-index {
  padding: 2rem 1rem 4rem;
  background: #f5f5f5;
}

/* Title centered like WP */
.news-index__title {
  text-align: center;
  font-weight: 300;
  margin: 1rem 0 2rem;
}

/* Two-column layout (paper + sidebar) */
i.news-index__layout {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

/* Paper card */
.news-index__paper {
  background: #fff;
  padding: 2.5rem 3rem;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
}

/* News rows */
.news-list__item {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.news-list__item:last-child {
  border-bottom: none;
}

/* Mobile: stack */
@media (max-width: 1024px) {
  .news-index__layout {
    grid-template-columns: minmax(0, 900px);
  }
}

@media (max-width: 640px) {
  .news-index__paper {
    padding: 1.5rem;
  }
}
.news-list__item .views-field-created {
  font-size: 0.8rem;
  opacity: 0.65;
  margin-bottom: 0.35rem;
}

.news-list__item .views-field-title a {
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.news-list__item .views-field-view-node a {
  display: inline-flex;
  margin-top: 0.75rem;
  text-decoration: none;
  font-weight: 500;
}
