/* ===================================
   ENGLISH GAME IMAGES
   =================================== */

.word-image {
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto var(--space-md);
    border-radius: var(--radius-md);
    animation: popIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.spelling-image-container {
    text-align: center;
    margin-bottom: var(--space-md);
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Adjust target word card to accommodate image */
.target-word-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: var(--space-lg);
}