.fighter-card {
  background: white;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

.fighter-image {
  max-height: 200px;
  object-fit: contain;
  display: block;
  margin: 0 auto 15px;
}

.fighter-header {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.equipment-block {
  background: #f8f9fa;
  border: 1px dashed #aaa;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}

.stat-table td, .stat-table th {
  text-align: center;
  padding: 6px;
}