/* NV Trending – svijetla varijanta */
.nvtrend{ margin: 12px 0; }
.nvtrend-head{ margin-bottom:8px; }
.nvtrend-title{ font-weight:700; font-size:16px; color:#111827; }
.nvtrend-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px; }

.nvtrend-link{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  text-decoration:none;
  color:#1f2937;
  box-shadow:0 1px 2px rgba(0,0,0,.05);
  transition:all .15s ease;
}
.nvtrend-link:hover{
  border-color:#cbd5e1;
  background:#f9fafb;
}

.nvtrend-thumb img{
  width:56px; height:56px;
  object-fit:cover;
  border-radius:8px;
  display:block;
  border:1px solid #e5e7eb;
}

.nvtrend-title-text{
  font-size:14px;
  line-height:1.3;
  color:#111827;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.nvtrend-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px; height:28px;
  padding:0 10px;
  border-radius:9999px;
  background:#e0f2fe;
  border:1px solid #bae6fd;
  color:#0369a1;
  font-weight:700;
  font-size:13px;
}
