.latest8-card{
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  background: #fff;
  margin-top: 16px;
}

body.night-mode .latest8-card{
  background: rgba(255,255,255,.05);
}

.latest8-title{
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.2;
}

.latest8-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.latest8-link{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.latest8-link:hover{
  background: rgba(0,0,0,.04);
}

body.night-mode .latest8-link:hover{
  background: rgba(255,255,255,.06);
}

.latest8-text{
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.latest8-time{
  font-size: 12px;
  opacity: .7;
}

/* Sidebar sticky: tema sınıfı varsa destekle */
.sidebar{
  position: sticky;
  top: 90px;
  align-self: flex-start;
}

@media (max-width: 992px){
  .sidebar{ position: static; }
}
