/* ═══════════════════════════════════════════
   Thm-Samsung-v5 Cyberpunk — Reviews V2 Matrix
   Light Theme + Deep Red Brand (#B91C1C)
   ═══════════════════════════════════════════ */

.fl-cyber-reviews-v2 {
  padding: 48px;
  margin-bottom: 48px;
  background: #FFFFFF;
  border: 1px solid #DC2626;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(185, 28, 28, 0.12);
}

.fl-cyber-reviews-v2-header {
  margin-bottom: 32px;
}

.fl-cyber-reviews-v2-title {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  color: #0F172A;
}

.fl-cyber-reviews-v2-rating {
  font-size: 20px;
  font-weight: 700;
  color: #B91C1C;
}

.fl-cyber-reviews-v2-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fl-cyber-reviews-v2-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #F8F9FA;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.fl-cyber-reviews-v2-item:hover {
  border-color: #DC2626;
  background: #FEF2F2;
}

.fl-cyber-reviews-v2-index {
  font-family: 'Courier New', monospace;
  font-size: 12px;
  font-weight: 700;
  color: #B91C1C;
  min-width: 32px;
}

.fl-cyber-reviews-v2-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B91C1C;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.fl-cyber-reviews-v2-content {
  flex: 1;
}

.fl-cyber-reviews-v2-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.fl-cyber-reviews-v2-handle {
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
}

.fl-cyber-reviews-v2-divider {
  color: #E5E7EB;
}

.fl-cyber-reviews-v2-level {
  font-size: 12px;
  font-weight: 600;
  color: #B91C1C;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fl-cyber-reviews-v2-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #64748B;
}

@media (max-width: 768px) {
  .fl-cyber-reviews-v2 {
    padding: 32px 24px;
  }

  .fl-cyber-reviews-v2-title {
    font-size: 28px;
  }

  .fl-cyber-reviews-v2-item {
    flex-direction: column;
    gap: 12px;
  }
}
