/* Maiden-specific overrides — shared styles imported via HTML */

.val.toss { color: #ff6600; }

/* Maiden highest-bonus badge (ranged vs melee) */
.highest-bonus {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 2px;
  text-align: center;
}

.highest-bonus.melee {
  background: rgba(255, 68, 68, 0.2);
  color: #ff4444;
  border: 1px solid #ff4444;
}

.highest-bonus.ranged {
  background: rgba(68, 255, 68, 0.2);
  color: #44ff44;
  border: 1px solid #44ff44;
}
