
.commander-modal-player-name {
  text-align: center;
  border: 1px solid black;
  width: 100%;
  margin-bottom: 10px; /* Add space below each player name/damage */
  font-size: 4vh;
}

.commander-player-container {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid black;
  position: relative;
}

.commander-display-area {
  text-align: center;
  font-size: 4vh;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#commanderDamageList .commander-modal-button {
  width: 100%;
  font-size: 4vh;
  border: 1px solid black;
  /* Removed temporary blue border */
}
