/* A picture belongs in the question, not beside its matching answer. */
.game-question-photo {
  display: block;
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin: auto;
}
.game-photo-status, .game-photo-error {
  color: #333;
  background: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem;
  text-align: center;
}
.game-photo-error p { margin: 0 0 0.75rem; }
.game-photo-retry {
  min-height: 44px;
  min-width: 44px;
  padding: 0.5rem 1rem;
  border: 2px solid #245a8d;
  border-radius: 8px;
  color: #fff;
  background: #245a8d;
  font: inherit;
  cursor: pointer;
}
.game-photo-retry:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
/* The chemical symbol/formula is the prompt, not a repeated answer tile. */
.chemical-question { font-size: clamp(1.5rem, 7vw, 2.5rem); font-weight: 800; padding: 1rem; max-width: 100%; overflow-wrap: anywhere; box-sizing: border-box; }
