/* Chess Viewer - base styles */
.chess-viewer {
  --board-color: #886f46;
  margin: 1.5rem 0;
  max-width: 100%;
}

.chess-viewer__caption {
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9em;
}

/* Responsive */
@media (max-width: 480px) {
  .chess-viewer__caption {
    font-size: 0.8em;
  }
}
