body {
    font-family: sans-serif;
    text-align: center;
    padding: 30px;
}

#pps-game-root {
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: inline-block;
    padding: 30px;
}

#pps-pet {
    font-size: 36px;
    margin-bottom: 20px;
}

.pps-letter {
    font-size: 24px;
    display: inline-block;
    width: 24px;
    text-align: center;
    margin: 0 2px;
}

.pps-letter-input {
    width: 24px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    margin: 0 2px;
    border: none;
    border-bottom: 2px solid #555;
    padding: 0;
    outline: none;
    background-color: transparent;
}

#pps-check-btn {
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

#pps-feedback {
    margin-top: 20px;
    font-size: 18px;
    color: #555;
}
#pps-leaderboard {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

#pps-leaderboard ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pps-leaderboard li {
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
}

#pps-leaderboard li:last-child {
    border-bottom: none;
}

.player-name {
    font-weight: bold;
    display: block;
}

.player-credits {
    font-size: 0.9em;
    color: #555;
    display: block;
    margin-top: 4px;
}

#pps-shop-items {
    list-style: none;      /* remove bullets */
    padding: 0;
    margin: 0;
}

#pps-shop-items li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#pps-shop-items li:last-child {
    border-bottom: none;
}

#pps-shop-items button {
    font-size: 13px;
    padding: 4px 8px;
    cursor: pointer;
}
