.game-dialog {
  position: fixed;
  display: flex;
  flex-direction: column;
  inset: 0;
  background: rgba( 0, 0, 0, 0.05 );
  display: flex;
  align-items: center;
  justify-content: center;
  color: cornsilk;
  z-index: 1;
}

.game-dialog-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 1rem 1.5rem;
  background: rgba(72, 61, 139, 0.95);
  border-radius: 0.5rem;
}

.game-dialog.hidden {
  display: none;
}

.game-dialog-box {

  padding: 1 rem 1.5rem;
  border-radius: 12px;
  text-align: center;
  width: max-content;
  line-height: 1.75
}

.game-dialog-buttons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.game-dialog button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
}

.game-dialog-feedback {
  width: 100%;
  min-height: 80px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.game-dialog-feedback {
  width: 100%;
  min-height: 80px;
  margin-top: 15px;
  margin-bottom: 8px;


  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);

  font-size: 0.95rem;
  text-align: left;

  padding: 1 rem 1.5rem;

}

.game-feedback-box {
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: center;
  width: max-content;
  line-height: 1.75;
}