.nbr-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 10px 5px;
  scrollbar-width: thin;
}

.nbr-card {
  min-width: 260px;
  max-width: 260px;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  transition: transform .2s ease;
}

.nbr-card:hover {
  transform: translateY(-4px);
}

.nbr-img {
  height: 150px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
}

.nbr-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.3;
  max-height: 3em;
  overflow: hidden;
}

.nbr-source {
  font-size: 12px;
  color: #666;
  padding: 0 10px 10px;
}
