/* Use the shared home-page card and frame, with a preview of a flower pair. */
.game-card.flower-pairs-card {
  --game-accent: 92, 149, 116;
  --game-accent-deep: 35, 91, 75;
}

.flower-pairs-cover {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  height: 100%;
  padding: 8px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #285e50, #123f38);
}

.flower-pairs-cover-card {
  display: block;
  width: 42%;
  max-width: 110px;
  padding: 3px;
  border: 1px solid #c5b588;
  border-radius: 6px;
  background: #f6f1e5;
  box-shadow: 2px 3px 0 #b4a887, 0 5px 8px #102c3433;
  transform: rotate(-5deg);
}

.flower-pairs-cover-card + .flower-pairs-cover-card { transform: rotate(5deg); }

.flower-pairs-cover-card img {
  object-fit: contain;
  border-radius: 3px;
  filter: none;
}
