/* Vraie sidebar droite indépendante du flux */
.ji-right-sidebar-fixed {
  position: fixed;
  right: 20px;
  top: 120px;
  width: 280px;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  z-index: 999;
}

.ji-right-sidebar-fixed h3 {
  font-size: 15px;
  margin-bottom: 12px;
}

.ji-user-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.ji-user-meta a {
  font-weight: 600;
  font-size: 14px;
  display:block;
}

@media(max-width: 1024px){
  .ji-right-sidebar-fixed {
    display:none;
  }
}
