.rps-subtitle {
    text-align: center;
    margin-bottom: 14px;
}

.rps-panel {
    width: min(520px, 100%);
    margin-inline: auto;
    text-align: center;
}

.rps-choices {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.rps-btn {
    min-width: 90px;
}

.rps-status {
    min-height: 56px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
}

.rps-score {
    font-size: 24px;
    color: var(--ink);
}

@media (max-width: 680px) {
    .rps-status,
    .rps-score {
        font-size: 20px;
    }
}
